Re: ideas about 'ap_rputs'

2011-05-30 Thread Stefan Fritsch
On Monday 30 May 2011, Ondřej Surý wrote: > > I know that function are preferred to macro and that names of > > macro should be in uppercase by convention, but please give me a > > feed back if you think it could be a win. > > Have you checked the generated code? It could be the case that the > co

Re: ideas about 'ap_rputs'

2011-05-30 Thread Ondřej Surý
> I know that function are preferred to macro and that names of macro should > be in uppercase by convention, but please give me a feed back if you think > it could be a win. Have you checked the generated code? It could be the case that the compiler is smart enough to optimize the code even wit

ideas about 'ap_rputs'

2011-05-30 Thread Christophe JAILLET
Hi all, several places in the source code of httpd have lines like these ones : > (exemple taken from \modules\ssl\ssl_scache.c) ap_rputs("\n", r); ap_rputs("\n", r); ap_rputs("\n", r); ap_rputs("SSL/TLS Session Cache Status:\r", r); ... >>>

Re: 2.2.19 (and probably earlier) won't let you make non-ssl vhosts on 443?

2011-05-30 Thread Stefan Fritsch
On Thursday 26 May 2011, Plüm, Rüdiger, VF-Group wrote: > > > Suddenly caused the following fatal startup error to be logged: > > > [error] Server should be SSL-aware but has no certificate > > > configured [Hint: SSLCertificateFile] ((null):0) > > Could it be this entry from the 2.2.12 changelog

Re: Security Issues

2011-05-30 Thread Reindl Harald
Am 30.05.2011 20:22, schrieb rascle: > I am wondering if this will lead to any > extra risk towards the 2 personal computers > or if it is only the server which is at risk? if you forward port 80 only to the server the other machines are not affected as long nobody hacks your server and gets ful

Security Issues

2011-05-30 Thread rascle
Hi, I have 3 computers connected to a wireless router. One of the computers is used solely as a server which will be used to access some files. The other 2 computers are personal and I dont want anyone to have access to. I am using Apache HTTP web server on my server computer and intend to open th