Re: [us...@httpd] Unable to load perl file

2010-09-07 Thread aparna aryan
Hello Doug, Thanks for your reply, Here is the output from the old and new server : *old server : * bash# > perl -e 'foreach $f (@INC){print "$f\n";}' /usr/perl5/5.8.4/lib/sun4-solaris-64int /usr/perl5/5.8.4/lib /usr/perl5/site_perl/5.8.4/sun4-solaris-64int /usr/perl5/site_perl/5.8.4 /usr/perl5/

RE: [us...@httpd] Ssl front end proxy and Segmentation fault (11)

2010-09-07 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron [mailto:jpye...@pdinc.us] > Sent: Tuesday, September 07, 2010 22:03 > To: users@httpd.apache.org > Subject: [us...@httpd] Ssl front end proxy and Segmentation fault (11) > > I am trying to reverse proxy client certs, here is the config snipit: F

[us...@httpd] Ssl front end proxy and Segmentation fault (11)

2010-09-07 Thread Jason Pyeron
I am trying to reverse proxy client certs, here is the config snipit: RequestHeader set Front-End-Https "On" CacheDisable * SSLProxyEngine On ProxyPass /test https://192.168.10.193/test ProxyPassReverse /test https://192.168.10.193/test SSLProxyMachineCertificatePath /var/www./certs SSLProxyVe

Re: [us...@httpd] Unable to load perl file

2010-09-07 Thread Doug McNutt
At 09:51 -0600 9/7/10, Doug McNutt wrote: >At 12:20 +0530 9/7/10, aparna aryan wrote: >Hi Doug, > >We don't see PERL5LIB set in old installation. >Is there any other way to check what paths are included in @INC in old server? Rule one. Don't type stuff you haven't tested. Try these to find conte

[us...@httpd] Using Gcov for Apache code coverage

2010-09-07 Thread Paras Fadte
Hi, Trying to run gcov for all the compiled in modules in apache shows "stamp mismatch with graph file" . Has anyone come across this issue? Is this a known issue ? How can one get around this issue ? *Note*: Apache was started as ./httpd -X and then stopped as ./apachectl stop after making few

[us...@httpd] making exception to system-wide Location rules

2010-09-07 Thread Carlos S
I have a configuration which applies server-wide config rules using Location directive {{{ config-rules }}} I want to make an exception to this rule for a particular directory. This directory is outside DocumentRoot and hence I used Alias and Directory to make such exception. So I have, {{{ Al

Re: [us...@httpd] MaxClients

2010-09-07 Thread William A. Rowe Jr.
On 9/5/2010 1:19 PM, Eric Covener wrote: > On Sun, Sep 5, 2010 at 1:50 PM, Damian Lęcznar > wrote: >> Hey, >> If im using apache with a prefork module and Keep-alive On, how depends the >> MaxClients parameter >> the one connection (this one connetion have multiple requests - some img, >> js, css

Re: [us...@httpd] Unable to load perl file

2010-09-07 Thread Doug McNutt
At 12:20 +0530 9/7/10, aparna aryan wrote: Hi Doug, We don't see PERL5LIB set in old installation. Is there any other way to check what paths are included in @INC in old server? On your old server. It can still run a shell, I hope. As a simple perl script #! /usr/bin/perl print @INC; or perhaps

[us...@httpd] Issue with HTTPS mutual authentication using Apache2.2 as a reverse proxy

2010-09-07 Thread RESEAU Sen-Francois - CETE SO/DIM/CS
Hi everybody, i'm currently configuring mutual authentication between an Apache2.2 Reverse Proxy and another backend Webserver product. the link channel is : User BROWSER --HTTPS(simple auth)--> Reverse Proxy (Apache2.2) --> HTTPS(mutual auth) --> Backend webserver The client certificate i

Re: [us...@httpd] Request to a specific URL Link on one of the web applications is returning "Bad Gateway"

2010-09-07 Thread Nick Kew
On 7 Sep 2010, at 11:57, Karthik Nanjangude wrote: > Problem : Request to a specific URL Link on one of the web applications > is returning “Bad Gateway” That's what the error log is for. It'll tell you what the problem is (set your LogLevel if necessary). -- Nick Kew ---

[us...@httpd] Request to a specific URL Link on one of the web applications is returning "Bad Gateway"

2010-09-07 Thread Karthik Nanjangude
Hi Config Spec Apache 2.2.1.6 Jboss 4.2.1 mod_jk-1.2.28-httpd-2.2.3.so Linux Red Hat DB Oracle Hosted Application : 4 apps [ Independent Containers of JBOSS Server mapped to Apache ] Logs Configured : JkLogFile "/apps/logs" & JkLogLevel debug Problem : Request to a specific

Re: [us...@httpd] mod_proxy and POST requests

2010-09-07 Thread Rainer Jung
On 07.09.2010 11:27, Devraj Mukherjee wrote: On Tue, Sep 7, 2010 at 5:21 PM, Rainer Jung wrote: On 07.09.2010 06:53, Devraj Mukherjee wrote: A particular requests happens to be a POST request and the proxy fails to proxy the request. Reading the documentation suggests that this is know probl

Re: [us...@httpd] mod_proxy and POST requests

2010-09-07 Thread Devraj Mukherjee
On Tue, Sep 7, 2010 at 5:21 PM, Rainer Jung wrote: > On 07.09.2010 06:53, Devraj Mukherjee wrote: >> >> A particular requests happens to be a POST request and the proxy fails >> to proxy the request. >> >> Reading the documentation suggests that this is know problem with >> mod_proxy (http://httpd

Re: [us...@httpd] Configuring multiple Tomcat application servers with Apache HTTP server/ Load Balancing with Apache Web Server :- Not Working

2010-09-07 Thread Rainer Jung
The usual list to discuss mod_jk is the Tomcat users mailing list. To subscribe, send mail to users-subscr...@tomcat.apache.org To jumpstart the discussion there, please also add some information to the below post regarding what does actually not work. Regards, Rainer On 07.09.2010 10:2

[us...@httpd] Configuring multiple Tomcat application servers with Apache HTTP server/ Load Balancing with Apache Web Server :- Not Working

2010-09-07 Thread Amol Puglia
Hello Team, We have installed one instance of apache and 3 instance of tomcat. We have compiled mod_jk module to forward request to 3 instance of tomcat. We have configured workers.properties and it is loaded in httpd.conf file. Below are the details of workers.properties file and httpd.conf fi

Re: [us...@httpd] How much backend connections with mod_proxy and multiple VirtualHost

2010-09-07 Thread Rainer Jung
On 07.09.2010 08:04, Christian Wittwer wrote: Hi, We're currently using a setup with a tomcat application server and an apache in front. The configuration looked like this. Apache/2.2.3 with prefork model and 7 virtualhosts. Each virtualhost had the following proxypass to the tomcat ajp connector

Re: [us...@httpd] mod_proxy and POST requests

2010-09-07 Thread Rainer Jung
On 07.09.2010 06:53, Devraj Mukherjee wrote: Hi all, I am using Apache as a reverse proxy to proxy Lotus iNotes 8.5.1. iNotes is moving to an Ajax based interface which uses JSON strings to fetch data from the server. A particular requests happens to be a POST request and the proxy fails to pro

Re: [us...@httpd] are you using mod_rewrite?

2010-09-07 Thread frankysanders
Are you running multiple virtual host? I'm not sure if this has anything to do with the bug but I've temporarily disabled all virtual host so that I'm only using a single virtual host and have yet been able to replicate the bug. Then again, this bug only seems to present itself once apache has b