Re: [users@httpd] simple easy way to turn to maintenance mode

2012-05-28 Thread Yehuda Katz
On Mon, May 28, 2012 at 12:43 PM, Mark Montague wrote: > On May 27, 2012 7:42 , Miguel Gonzalez wrote: > >>I'm administering Apache and Tomcat web servers. From time to time we >> have to turn the web server down and would be nice to have a maintenance >> mode message to the users. >> > > If

Re: [users@httpd] apache http running in multithreaded mode

2012-05-28 Thread Bill Unruh
On Mon, 28 May 2012, Xin Tong wrote: Hello I am new to apache httpd. I noticed that apache httpd spawns many processes to server user request. one of the httpd process is the master (i.e. running with root id on linux). the other ones are it children ( i.e. running with daemon id). is the maste

Re: [users@httpd] apache http running in multithreaded mode

2012-05-28 Thread Mark Montague
On May 28, 2012 16:10 , Xin Tong wrote: I noticed that apache httpd spawns many processes to server user request. one of the httpd process is the master (i.e. running with root id on linux). the other ones are it children ( i.e. running with daemon id). is the master httpd process kind of like a

[users@httpd] Apache proxy sending client certificate on behalf of the client

2012-05-28 Thread Duarte Silva
Hi all, I know this should be imposssible ("sounds" to me like a MITM), but bare with me for a second and please tell me if this is in any way possible: Client (HTTPS request) -> Apache (Forward Proxy) -> Server (HTTPS) \___/

[users@httpd] apache http running in multithreaded mode

2012-05-28 Thread Xin Tong
Hello I am new to apache httpd. I noticed that apache httpd spawns many processes to server user request. one of the httpd process is the master (i.e. running with root id on linux). the other ones are it children ( i.e. running with daemon id). is the master httpd process kind of like a load disp

Re: [users@httpd] How to have multiple SSL ports

2012-05-28 Thread Mark Montague
On May 27, 2012 18:02 , Nataraj wrote: I am running apache 2.2 and would like to have the server listen on a second SSL port. I don't need to use a separate certificate or anything like that. All I want to be able to do is to rewrite the URL (already know how to do that), so that a portion of

Re: [users@httpd] Simple problem of index.php

2012-05-28 Thread Mark Montague
On May 27, 2012 7:13 , Florent Blanchon wrote: I'd like to know how to set index page to index.php because after installing xoops, but even if my index.php is in root directory, the server keep showing me the test page. You may want to ask the xoops people what the standard way to do this is

Re: [users@httpd] simple easy way to turn to maintenance mode

2012-05-28 Thread Mark Montague
On May 27, 2012 7:42 , Miguel Gonzalez wrote: I'm administering Apache and Tomcat web servers. From time to time we have to turn the web server down and would be nice to have a maintenance mode message to the users. Why do you have to do maintenance? If you need to update the web server