[users@httpd] Core dump in Oracle HTTP Server build on Apache 1.3

2013-04-11 Thread Techienote com
Hi Folks, Recently we are facing core dump in Oracle HTTP Server which is build on Apache 1.3 Following is the output of httpd -V command --- Server version: Oracle-Application-Server-10g/10.

[users@httpd] Configuring Apache to forward requests to another (non-HTTP) process/port on host

2013-04-11 Thread Olumide
Hi List, I'm an Apache newbie. I'd appreciate advise in configuring Apache (2.4.4) to forward traffic (i.e. the entries to a web form) to an external process running on the same host as Apache, but listening on a port say 4321. Thanks, - Olumide ---

Re: [users@httpd] Currently facing some reverse proxy issues

2013-04-11 Thread Loic Paturel
Hi Daniel, This is the trail I was following lately. After some lookups on the traffic with an HTTP debugger, it turns out that you were right about the string substitution. I've managed to change some things on the application and it now works out as it is supposed to do ;-) Thanks for your help

Re: [users@httpd] Apache Upgrade Question ...

2013-04-11 Thread Mark H. Wood
On Wed, Apr 10, 2013 at 10:44:33PM +, CR Rajesh wrote: > I'm currently running Apache version Apache/2.2.11 in Ubuntu 9.04. I > want to update this to atleast Apache 2.2.24 for PCI compliance. > > Can you help me in getting the instructions for a safe and successful upgrade? Upgrade a

Re: [users@httpd] Need Help Urgently: Printing access details in Apache Access logs

2013-04-11 Thread Daniel Ruggeri
On 4/11/2013 1:42 AM, santosh kumar wrote: > Hi > > I am in search of any tool through which i can measure quality of > service of my sebservice which is being accessed through Apache . > My webservice is being deployed on tomcat and being accessed by Apache > from outer world. > The problem i am

Re: [users@httpd] Need Help Urgently: Printing access details in Apache Access logs

2013-04-11 Thread Daniel Ruggeri
Hi, Santosh; Top of mind, if you have control of the backend response object you could: Have the HTTP status code from the backend more accurately reflect typical HTTP status codes (4xx would be better than 5xx in "OK" scenarios). Add a response header indicating "OK" and log that (mod_log_confi

Re: [users@httpd] Currently facing some reverse proxy issues

2013-04-11 Thread Daniel Ruggeri
On 4/10/2013 7:25 AM, Loic Paturel wrote: > Hi, > thanks for your answer. > I've tried to put both directives outside my tags but the > behavior is still the same with this configuration. > At that time, I've to choose whether I configure version1 or version2 > inside apache but I can't reach both

Re: [users@httpd] Apache tuning assistance request

2013-04-11 Thread Simone Caruso
On 08/04/2013 10:15, Ashly Pridmore wrote: > > Hello! > > We are using Apache as a front end for communication to a number of devices > using TR69 (SOAP over HTTP). In order to resolve a problem with a particular > device, I need to enable KeepAlive, but upon doing so I find that a number of > our

Re: [users@httpd] Apache Upgrade Question ...

2013-04-11 Thread Ismael Puerto
Hi Rajesh This is my step for build apache with OpenSSL from sources for PCI DSS tar -zxvf openssl-1.0.1e.tar.gz && tar -zxvf httpd-2.2.24.tar.gz cd openssl-1.0.1e ./config -fPIC --install_prefix=/usr/local/openssl-1.0.1e make make install useradd -s /bin/false apache cd httpd-2.2.24 export LD