Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-15 Thread Stefan Dürrenberger
Am Freitag, den 15.10.2010, 18:12 -0700 schrieb Néstor: > See if you have a .htaccess and take a look at it, it might have > default information > in this file. I removed all .htaccess files already :-) - The official User-To-U

Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-15 Thread Stefan Dürrenberger
Am Freitag, den 15.10.2010, 14:34 -0700 schrieb Dave Mansfield: > I don't know the code - but it seems that using AddType will not > necessarily *override* the existing MIME association at some higher > precedence. Have you tried ForceType in an appropriate context with > your php4-specific sc

Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-15 Thread Néstor
See if you have a .htaccess and take a look at it, it might have default information in this file. :-) On Fri, Oct 15, 2010 at 2:34 PM, Dave Mansfield wrote: > > > Stefan Dürrenberger wrote: > >> Am Freitag, den 15.10.2010, 15:06 -0600 schrieb Brian Hirt: >> >> >>> Maybe you can run a different

Re: [us...@httpd] Need to know incoming request before apache responds

2010-10-15 Thread Rainer Jung
On 15.10.2010 23:12, Sudhir Dharmadhikari wrote: Hi , We have slow response from app servers which is being load balanced using mod_jk . We need to know if apache is receiving request, so that we can check time taken by app server . Currently, all apache logs are updated only when request is res

Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-15 Thread Dave Mansfield
Stefan Dürrenberger wrote: Am Freitag, den 15.10.2010, 15:06 -0600 schrieb Brian Hirt: Maybe you can run a different apache process with the version of PHP you need on a different port and use mod_rewrite/mod_proxy from the public apache? It would work, but it seems complicated. The

Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-15 Thread Stefan Dürrenberger
Am Freitag, den 15.10.2010, 15:06 -0600 schrieb Brian Hirt: > Maybe you can run a different apache process with the version of PHP you need > on a different port and use mod_rewrite/mod_proxy from the public apache? It would work, but it seems complicated. There should really be a way to configu

[us...@httpd] Need to know incoming request before apache responds

2010-10-15 Thread Sudhir Dharmadhikari
Hi , We have slow response from app servers which is being load balanced using mod_jk . We need to know if apache is receiving request, so that we can check time taken by app server . Currently, all apache logs are updated only when request is responded by apache , not when request is received. L

Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-15 Thread Brian Hirt
On Oct 15, 2010, at 3:03 PM, Stefan Dürrenberger wrote: > i posted this to a forum, but I think this is the better place to ask. > > I have a client who needs hosting for an old CMS that still uses PHP > 4.4.x. I know they will have to upgrade eventually, but I need to keep > the site up in the

[us...@httpd] Different PHP Version for a VirtualHost

2010-10-15 Thread Stefan Dürrenberger
Hi all, i posted this to a forum, but I think this is the better place to ask. I have a client who needs hosting for an old CMS that still uses PHP 4.4.x. I know they will have to upgrade eventually, but I need to keep the site up in the meantime. I have managed to compile and install php 4.4.9

Re: [us...@httpd] httpd + shadowExpire

2010-10-15 Thread Igor Galić
- "Paulo Maia" wrote: > Dear Friends , > > Im trying to do openldap + apache auth , and its working just fine . > And my problem is that apache doesnt seem to read the shadowExpire > attribute in LDAP Server when other services are . I dont think its an > ldap issue . So if the account is e

[us...@httpd] httpd + shadowExpire

2010-10-15 Thread Paulo Maia
Dear Friends , Im trying to do openldap + apache auth , and its working just fine . And my problem is that apache doesnt seem to read the shadowExpire attribute in LDAP Server when other services are . I dont think its an ldap issue . So if the account is expired apache is accepting the account .

Re: [us...@httpd] Case in-sensitivity for location directive

2010-10-15 Thread Igor Galić
- "Eric Covener" wrote: > > > > I think the option should be by itself e.g. > > > > or > > ProxyPassMatch (?i)^/zutap > I was going from: 19:08 negative redirect 19:08 Redirect everything except /images/: RedirectMatch ^/(?!images/)(.*) http://dynamic.myhost.com/$1 And then inter

Re: [us...@httpd] Case in-sensitivity for location directive

2010-10-15 Thread Eric Covener
> I think the option should be by itself e.g. or ProxyPassMatch (?i)^/zutap - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscri

Re: [us...@httpd] Perl script are not running on Apache 2.2.15 / mod_fcgid Win32

2010-10-15 Thread Igor Galić
- "Roey Almog (Infoneto Ltd)" wrote: > Hi, > > I have installed apache 2.2.15 with mod_fcgid on Windows XP SP3 and > tried the perl example script in the mod_fcgid reference page but it > is not working > > I get this in error log > > [Thu Jul 29 11:26:07 2010] [warn] [client 127.0.0.1] (

Re: [us...@httpd] Case in-sensitivity for location directive

2010-10-15 Thread Igor Galić
- "Oswald Caelan" wrote: > Hello all, > > > I am working with a solution that requires the usage of > mod_proxy_balancer and an application server that both ignores case > and mixes different case combinations in URLs found in generated > content. The configuration works, however I have no

RE: [us...@httpd] What are OS64 and OS10054 errors typically caused by (Win32)

2010-10-15 Thread Steve Hay
Eric Covener wrote on 2010-10-15: > On Fri, Oct 15, 2010 at 7:59 AM, Steve Hay wrote: >>     (OS 64)The specified network name is no longer >> available.  : winnt_accept: Asynchronous AcceptEx failed. > > Try Win32DisableAcceptEX We have tried that already, and EnableMMAP off Enable

Re: [us...@httpd] "proxy_balancer" | stickysession

2010-10-15 Thread Rainer Jung
On 15.10.2010 12:32, King Holger (CI/AFP2) wrote: it's a pity - but the clocks are in sync (using NTP). On both Tomcats and the Apache2 instances. Good to know. According to the following command output: grep -i "52C326B80A73EFF19CEE49B013533F06" localhost_access_log.2010-10-14.log the last

Re: [us...@httpd] What are OS64 and OS10054 errors typically caused by (Win32)

2010-10-15 Thread Eric Covener
On Fri, Oct 15, 2010 at 7:59 AM, Steve Hay wrote: >     (OS 64)The specified network name is no longer available.  : > winnt_accept: Asynchronous AcceptEx failed. Try Win32DisableAcceptEX > >     (OS 10054)An existing connection was forcibly closed by the > remote host. 

[us...@httpd] What are OS64 and OS10054 errors typically caused by (Win32)

2010-10-15 Thread Steve Hay
I have a customer running Apache 2.2.14 / mod_perl 2.0.4 / Perl 5.10.1 on Windows Server 2003 R2 SP2 (in a VMware setup). Their error.log (with Loglevel set to debug) has many of the following errors in it: (OS 64)The specified network name is no longer available. : winnt_a

RE: [us...@httpd] "proxy_balancer" | stickysession

2010-10-15 Thread King Holger (CI/AFP2)
Hello Rainer, it's a pity - but the clocks are in sync (using NTP). On both Tomcats and the Apache2 instances. According to the following command output: grep -i "52C326B80A73EFF19CEE49B013533F06" localhost_access_log.2010-10-14.log the last pattern match for the JSessionID mentioned below is:

Re: [us...@httpd] Reserving a thread for request against mod_jk in apache server.

2010-10-15 Thread Rainer Jung
On 14.10.2010 17:49, Oscar Celada wrote: I have installed apache httpd 2.2.10 with mod_jk 1.2.28 and tomcat 6.0.29 (a cluster with six nodes). Some times apache has all his threads busy (512), in theses moments I want to change same parameter in the jk module (I know which is the tomcat of my c

Re: [us...@httpd] "proxy_balancer" | stickysession

2010-10-15 Thread Rainer Jung
Hi Holger, On 14.10.2010 16:16, King Holger (CI/AFP2) wrote: Unfortunately, after having activated the: - Tomcat-AccessLog - custom-LogFormat using Cookie-OutPut in Apache2 2.2.16 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" \"%{Cookie}i\" \"%{JSESSIONID}C\" \"%{S