Re: [EMAIL PROTECTED] Supporting two PHP installations

2007-10-10 Thread j k
On 10/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > Is it possible to have php4 and php5 installed into > the same apache installation telling apache that > some files should be executed using php4 and some > others using php5 even if they all have the same > extension (.php)? > >

[EMAIL PROTECTED] Question about how apache handles file opening with logging

2007-10-10 Thread Joseph Marcelletti
Hello, I have looked all over and could not find an answer to the following: When you have a customlog setup in your main httpd.conf, obviously a customlog in the virtualhosts will overwrite this, even though you can have multiple customlogs in a virtual host.. It would be nice to bypass this som

RE: [EMAIL PROTECTED] MaxRequestsPerChild and number of accesses reported in server-status

2007-10-10 Thread Robinson Craig
Ok. Thanks Joshua. I should have mentioned that we're using Apache 1.3, so I presume it's the same concept? Cheers, Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Thursday, 11 October 2007 9:57 AM To: users@httpd.apache.org Subje

Re: [EMAIL PROTECTED] Apache LDAP module prepends CN=Configuration to Base DN?

2007-10-10 Thread Eric Covener
On 10/10/07, Jim Garrison <[EMAIL PROTECTED]> wrote: > Why is Apache adding CN=Configuration to the BaseDN? Is there a way to > force it to use the BaseDN we specify? > A packet capture would probably show you that MSAD sent you an LDAP referral that included CN=Configuraton. Using the global c

[EMAIL PROTECTED] Apache LDAP module prepends CN=Configuration to Base DN?

2007-10-10 Thread Jim Garrison
We're having trouble getting Apache LDAP authentication on Fedora to work against Active Directory. AuthType Basic AuthName "SVN Repository" AuthBasicProvider ldap AuthLDAPBindDN "cn=zz,ou=z,dc=zzz,dc=troux,dc=com" AuthLDAPBindPassword AuthLDAPURL

Re: [EMAIL PROTECTED] MaxRequestsPerChild and number of accesses reported in server-status

2007-10-10 Thread Joshua Slive
On 10/10/07, Robinson Craig <[EMAIL PROTECTED]> wrote: > Hi Folks, > > I'm a bit confused about the effects of changing the MaxRequestsPerChild > directive. > > I previously had MaxRequestsPerChild set to "0" which, as I have always > understood, means that there is no maximum. Last night I changed

[EMAIL PROTECTED] MaxRequestsPerChild and number of accesses reported in server-status

2007-10-10 Thread Robinson Craig
Hi Folks, I'm a bit confused about the effects of changing the MaxRequestsPerChild directive. I previously had MaxRequestsPerChild set to "0" which, as I have always understood, means that there is no maximum. Last night I changed the config to: MaxRequestsPerChild 100 And about an hour after a

Re: [EMAIL PROTECTED] Prevent users from running applications.

2007-10-10 Thread Nicholas Sanfratello
Thank you very much for your help! Nick Ajai Khattri <[EMAIL PROTECTED]> wrote: On Wed, 10 Oct 2007, Nicholas Sanfratello wrote: > I am new to Apache HTTP server and had a question regarding user > privileges. Is there a way to prevent users from running applications > (ex: CGI, php, shtml,

Re: [EMAIL PROTECTED] Prevent users from running applications.

2007-10-10 Thread Ajai Khattri
On Wed, 10 Oct 2007, Nicholas Sanfratello wrote: > I am new to Apache HTTP server and had a question regarding user > privileges. Is there a way to prevent users from running applications > (ex: CGI, php, shtml, ...)? If so, how would I do this? I would like > to only allow users to post fil

[EMAIL PROTECTED] Prevent users from running applications.

2007-10-10 Thread Nicholas Sanfratello
Hi Everyone, I am new to Apache HTTP server and had a question regarding user privileges. Is there a way to prevent users from running applications (ex: CGI, php, shtml, ...)? If so, how would I do this? I would like to only allow users to post files, not run applications. Currently, I have

Re: [EMAIL PROTECTED] Can't get realms to work (OS X Server 10.4.10)

2007-10-10 Thread Joshua Slive
On 10/10/07, Gary Girolimon <[EMAIL PROTECTED]> wrote: > Hi, > > We need to password protect a directory on our webserver. I changed > httpd.conf to AllowOverride AuthConfig, created a password file > (users) in /etc/httpd/conf/ created a user name and password, > verified the permissions to be 644

Re: [EMAIL PROTECTED] Supporting two PHP installations

2007-10-10 Thread Matthew A. Bockol
Hi, There are two ways I know how to do this: 1) Install both the php4 and 5 libraries, but have two httpd.conf files and start two instances of apache+children, one with each. You'll need two IP addresses OR two different ports on the same IP address, though, so it's not the same as a namevi

RE: [EMAIL PROTECTED] Can't get realms to work (OS X Server 10.4.10)

2007-10-10 Thread Boyle Owen
> -Original Message- > From: Gary Girolimon [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 10, 2007 6:33 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Can't get realms to work (OS X Server 10.4.10) > > Hi, > > We need to password protect a directory on our webserver.

[EMAIL PROTECTED] RE: Spam:Re: [EMAIL PROTECTED] mod_deflate with chunked gzipped input

2007-10-10 Thread Steve Bardsley
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive > Sent: Wednesday, October 10, 2007 11:02 AM > > On 10/10/07, Steve Bardsley <[EMAIL PROTECTED]> wrote: > > Greetings: > > > > I'm sending chunked, gzipped POSTs to apache and it works, but > > occasionally loses the r

[EMAIL PROTECTED] Supporting two PHP installations

2007-10-10 Thread gerocoma-forophp
Hi, Is it possible to have php4 and php5 installed into the same apache installation telling apache that some files should be executed using php4 and some others using php5 even if they all have the same extension (.php)? I'm thinking about 2 virtual hosts or applying some directory rules or lis

[EMAIL PROTECTED] Can't get realms to work (OS X Server 10.4.10)

2007-10-10 Thread Gary Girolimon
Hi, We need to password protect a directory on our webserver. I changed httpd.conf to AllowOverride AuthConfig, created a password file (users) in /etc/httpd/conf/ created a user name and password, verified the permissions to be 644 on the users file, and put a .htaccess file containing

Re: [EMAIL PROTECTED] apache 2.2.4 and svn 1.4.4

2007-10-10 Thread Joshua Slive
On 10/10/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > Hi, > > I downloaded svn and apache from www.sunfreeware.com > and followed these steps: If you're doing source compiles, I'm not sure why you're downloading from sunfreeware rather than the original sites. But anyway... > When starting apa

Re: [EMAIL PROTECTED] mod_deflate with chunked gzipped input

2007-10-10 Thread Joshua Slive
On 10/10/07, Steve Bardsley <[EMAIL PROTECTED]> wrote: > Greetings: > > I'm sending chunked, gzipped POSTs to apache and it works, but > occasionally loses the request body. After many hours of debug, > mod_deflate is suspect. Debug included using mod_ext_filter and > instrumenting mod_deflate wi

[EMAIL PROTECTED] R: [EMAIL PROTECTED] Https proxy on http Virtual Host

2007-10-10 Thread Bronzetti Marco
Hi, Thanks a lot for jour assstance. Regards. Marco > -Messaggio originale- > Da: Krist van Besien [mailto:[EMAIL PROTECTED] > Inviato: mercoledì 10 ottobre 2007 13.00 > A: users@httpd.apache.org > Oggetto: Re: [EMAIL PROTECTED] Https proxy on http Virtual Host > > > On 10/10/07, Boyle

[EMAIL PROTECTED] Set Balancermember to ERROR on timeout of answer

2007-10-10 Thread Germer, Carsten
Hi there everyone, I have a problem with LoadBalancing (Apache 2.2.3 on Redhat, Kernel 2.6.9-42.02.02). Balancer config: BalancerMember http://test1.desy.de:8080 smax=5 max=20 ttl=60 retry=60 timeout=3 BalancerMember http://test1.desy.de:8010 smax=5 max=20 ttl=60 retry=60 timeout=3 ProxySe

[EMAIL PROTECTED] mod_deflate with chunked gzipped input

2007-10-10 Thread Steve Bardsley
Greetings: I'm sending chunked, gzipped POSTs to apache and it works, but occasionally loses the request body. After many hours of debug, mod_deflate is suspect. Debug included using mod_ext_filter and instrumenting mod_deflate with extra log messages. After much searching of bugzilla and the m

[EMAIL PROTECTED] apache 2.2.4 and svn 1.4.4

2007-10-10 Thread Melanie Pfefer
Hi, I downloaded svn and apache from www.sunfreeware.com and followed these steps: ./configure --prefix=/usr/local/apache224 --enable-mods-shared=all --enable-ssl=shared --enable-ssl --with-ssl=/usr/local/ssl --enable-proxy --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http --enable-de

Re: [EMAIL PROTECTED] Https proxy on http Virtual Host

2007-10-10 Thread Krist van Besien
On 10/10/07, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Bronzetti Marco [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, October 10, 2007 9:46 AM > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] Https proxy on http Virtual Host > > > > Hi, > > I need t

[EMAIL PROTECTED] Flood question

2007-10-10 Thread Torsten Foertsch
Hi, I am trying to generate load with flood. Unfortunately it consumes almost all of the possible virtual mem (almost 3GB) and dies. Is it possible to configure it to spawn processes instead of threads? Why does it consume so much memory? Thanks, Torsten Here my config: plain

[EMAIL PROTECTED] reverse proxy to owa 2003 with digest auth

2007-10-10 Thread Marco Berizzi
I have a problem configuring a basic reverse proxy configuration with httpd 2.2.6 and outlook web access 2003 on IIS6/windows 2003 This is my relevant reverse proxy configuration: ProxyPass /exchange http://owa.iis.windows/exchange/ ProxyPassReverse /exchange/ http://owa.iis.windows/exchange/ The

RE: [EMAIL PROTECTED] Https proxy on http Virtual Host

2007-10-10 Thread Boyle Owen
> -Original Message- > From: Bronzetti Marco [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 10, 2007 9:46 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Https proxy on http Virtual Host > > Hi, > I need to do a Reverse proxy to a Https WebSite from an Http WebSite, >

[EMAIL PROTECTED] Https proxy on http Virtual Host

2007-10-10 Thread Bronzetti Marco
Hi, I need to do a Reverse proxy to a Https WebSite from an Http WebSite, my httpd.conf should be like that : ServerName test.telecomitalia.it ErrorLog /appl1/logs/http_error.log CustomLog /appl1/logs/http_access.log common DocumentRoot /docroot DirectoryIndex index.html index.html.var