Re: [users@httpd] vhosts conf file efficiency

2012-02-14 Thread Noel Butler
On Tue, 2012-02-14 at 12:18 -0500, Sean Conner wrote: > It was thus said that the Great Tom Evans once stated: > > On Tue, Feb 14, 2012 at 4:32 PM, Sean Conner wrote: > > > And really, how often is Apache restarted? On a graceful restart, it can > > > still serve requests. > > > > > > > It's c

Re: [users@httpd] how to setup authentication on webserver behind a reverse proxy with x509 certificate

2012-02-14 Thread Igor Cicimov
Why do you authenticate the user twice? On Wed, Feb 15, 2012 at 12:31 AM, wrote: > Hi, > > I would like to do this architecture: > - a reverse proxy (based on apache 2.2.10-2.24.5) that do client > authentication with x509 certificate. The user access is validated by an > ldap server. > - a web

[users@httpd] checking my httpd.conf

2012-02-14 Thread florent larose
ok that works! Thanks a lot. From: yeh...@ymkatz.net Date: Tue, 14 Feb 2012 14:28:07 -0500 To: users@httpd.apache.org Subject: Re: [users@httpd] checking my httpd.conf On Tue, Feb 14, 2012 at 2:22 PM, florent larose wrote: well apache_error.log -> [Tue Feb 14 20:05:05 2012] [notice] Apac

Re: [users@httpd] checking my httpd.conf

2012-02-14 Thread Yehuda Katz
On Tue, Feb 14, 2012 at 2:22 PM, florent larose wrote: > well apache_error.log -> > [Tue Feb 14 20:05:05 2012] [notice] Apache/2.0.63 (Win32) PHP/5.2.6 > configured -- resuming normal operations > [Tue Feb 14 20:05:05 2012] [notice] Server built: Jan 17 2008 22:58:29 > [Tue Feb 14 20:05:06 2012]

[users@httpd] checking my httpd.conf

2012-02-14 Thread florent larose
well apache_error.log -> [Tue Feb 14 20:05:05 2012] [notice] Apache/2.0.63 (Win32) PHP/5.2.6 configured -- resuming normal operations [Tue Feb 14 20:05:05 2012] [notice] Server built: Jan 17 2008 22:58:29 [Tue Feb 14 20:05:06 2012] [notice] Parent: Created child process 2488 [Tue Feb 14 20:05:06

Re: [users@httpd] checking my httpd.conf

2012-02-14 Thread Yehuda Katz
On Tue, Feb 14, 2012 at 1:55 PM, florent larose wrote: > ok for precedent checking... -> Apache -t (syntax ok) > Now that my httpd .conf file is well configured, I launch > my server and i have the internal Server Error 500 : > "The server encountered an internal error or misconfiguration and wa

[users@httpd] checking my httpd.conf

2012-02-14 Thread florent larose
ok for precedent checking... -> Apache -t (syntax ok) Now that my httpd .conf file is well configured, I launch my server and i have the internal Server Error 500 : "The server encountered an internal error or misconfiguration and was unable to complete your request" So it still no good... (the

Re: [users@httpd] checking my httpd.conf

2012-02-14 Thread Yehuda Katz
On Tue, Feb 14, 2012 at 12:47 PM, Yehuda Katz wrote: > On Tue, Feb 14, 2012 at 12:44 PM, florent larose < > florent.lar...@hotmail.com> wrote: > >> Well, >> I try to check my httpd.conf file with the command: >> Apache -t >> Now i obtain the following error message : >> "syntax error on line 961

[users@httpd] checking my httpd.conf

2012-02-14 Thread florent larose
Thanks for your rapid response to answer your question my DocumentRoot as it appears in my httpd.conf file : DocumentRoot c:\Program Files\Zend\ZendFramework-1.11.11\quick\public Is it correct? Thanks for your help. From: yeh...@ymkatz.net Date: Tue, 14 Feb 2012 12:47:28 -0500 To: users@httpd.ap

Re: [users@httpd] checking my httpd.conf

2012-02-14 Thread Yehuda Katz
On Tue, Feb 14, 2012 at 12:44 PM, florent larose wrote: > Well, > I try to check my httpd.conf file with the command: > Apache -t > Now i obtain the following error message : > "syntax error on line 961 of > c:\wamp\bin\apache\apache2.0.63\conf\httpd.conf -- it is my httpd.conf path > : Document

Re: [users@httpd] vhosts conf file efficiency

2012-02-14 Thread Tom Evans
On Tue, Feb 14, 2012 at 5:18 PM, Sean Conner wrote: > It was thus said that the Great Tom Evans once stated: >> On Tue, Feb 14, 2012 at 4:32 PM, Sean Conner wrote: >> >  And really, how often is Apache restarted?  On a graceful restart, it can >> > still serve requests. >> > >> >> It's clear you

[users@httpd] checking my httpd.conf

2012-02-14 Thread florent larose
Well, I try to check my httpd.conf file with the command: Apache -t Now i obtain the following error message : "syntax error on line 961 of c:\wamp\bin\apache\apache2.0.63\conf\httpd.conf -- it is my httpd.conf path : DocumentRoot takes one argument, Root directory of the document tree" What do

Re: [users@httpd] vhosts conf file efficiency

2012-02-14 Thread Sean Conner
It was thus said that the Great Tom Evans once stated: > On Tue, Feb 14, 2012 at 4:32 PM, Sean Conner wrote: > >  And really, how often is Apache restarted?  On a graceful restart, it can > > still serve requests. > > > > It's clear you have a strong opinion on this. I prefer my mission > critica

Re: [users@httpd] vhosts conf file efficiency

2012-02-14 Thread Tom Evans
On Tue, Feb 14, 2012 at 4:32 PM, Sean Conner wrote: >  And really, how often is Apache restarted?  On a graceful restart, it can > still serve requests. > It's clear you have a strong opinion on this. I prefer my mission critical systems not take longer than necessary to start up, whilst you don'

Re: [users@httpd] vhosts conf file efficiency

2012-02-14 Thread Sean Conner
It was thus said that the Great Noel Butler once stated: > On Mon, 2012-02-13 at 22:10 -0500, Sean Conner wrote: > > > > > > So its going to open, read and close 2000 files, rather than open, read > > > and close one file, that may or may not be noticeable at > > > startup/reloads, if I was a bett

Re: [users@httpd] vhosts conf file efficiency

2012-02-14 Thread Sean Conner
It was thus said that the Great Tom Evans once stated: > On Tue, Feb 14, 2012 at 3:10 AM, Sean Conner wrote: > >  Nope.  I just ran a program [1] that opened and read 25,018 files in 2.5 > > seconds [2].  I'd bet unnoticeable. > > > > So that is an extra 5 seconds on a graceful restart - apache w

[users@httpd] how to setup authentication on webserver behind a reverse proxy with x509 certificate

2012-02-14 Thread francois.thoret
Hi, I would like to do this architecture: - a reverse proxy (based on apache 2.2.10-2.24.5) that do client authentication with x509 certificate. The user access is validated by an ldap server. - a web server (based on apache 2.2.10-2.24.5) that run mod_dav with specific user access filtering I s

Re: [users@httpd] checking my httpd.conf

2012-02-14 Thread fedora
Hi Florent give your apache-binary the -t parameter, and it will check your config files for correctnes. e.g. httpd -t or apache2 -t suomi On 02/14/2012 10:13 AM, florent larose wrote: hello, i 'm installing ZendFrameworkans i need to check my httpd.conf here is my file for checking Note :

Re: [users@httpd] w00t and Dfind web scanner

2012-02-14 Thread Miguel González Castaños
On 14/02/2012 03:02, Igor Cicimov wrote: Check this link http://httpd.apache.org/docs/2.2/mod/mpm_common.html#acceptmutex and try to add AcceptMutex pthread to your config in case you run mpm_worker. But in the info it says it can be used with prefork and worker Since it's a CentOS machine

Re: [users@httpd] vhosts conf file efficiency

2012-02-14 Thread Noel Butler
On Mon, 2012-02-13 at 22:10 -0500, Sean Conner wrote: > > > > So its going to open, read and close 2000 files, rather than open, read > > and close one file, that may or may not be noticeable at > > startup/reloads, if I was a betting man, I'd say noticeable. > > Nope. I just ran a program [

[users@httpd] checking my httpd.conf

2012-02-14 Thread florent larose
hello, i 'm installing ZendFrameworkans i need to check my httpd.conf here is my file for checking Note : I did modifications on the following line codes : line 945 and line 959 to line 969 (indded i want to have my localhost redirect to a virtual host : the servername is "quickstat.local" with a

Re: [users@httpd] vhosts conf file efficiency

2012-02-14 Thread Tom Evans
On Tue, Feb 14, 2012 at 3:10 AM, Sean Conner wrote: >  Nope.  I just ran a program [1] that opened and read 25,018 files in 2.5 > seconds [2].  I'd bet unnoticeable. > So that is an extra 5 seconds on a graceful restart - apache will read the config once, throw it away, and then read it again, so