[users@httpd] apache as ssl-proxy - recommended way?

2012-05-14 Thread Stefan Bauer
Dear Users, what is the recommended way to achive the following: Client-with-Smartphone - domain:443(Apache) -- internal server (webmail:443) We want to configure Apache2 as SSL-Proxy but are unsure which modules are required and if mod_ssl is required at all? Please bring some light into

Re: [users@httpd] Close HTTP connection callback/hook

2012-05-14 Thread Eric Covener
On Mon, May 14, 2012 at 1:47 AM, Evgeny Shvidky evg...@inovvia.com wrote: Hi, Thank you for a quick answer. Your suggestion is interesting but it doesn't meet exactly my needs. The problem that this callback will be called after every HTTP session even if my module sent response to a user.

Re: [users@httpd] apache as ssl-proxy - recommended way?

2012-05-14 Thread Giles Coochey
On 14/05/2012 13:17, Stefan Bauer wrote: Dear Users, what is the recommended way to achive the following: Client-with-Smartphone - domain:443(Apache) -- internal server (webmail:443) You can install Apache on a system to strip the SSL layer, but in the diagram above it appears that your

AW: [users@httpd] apache as ssl-proxy - recommended way?

2012-05-14 Thread Stefan Bauer
-Ursprüngliche Nachricht- Von:Giles Coochey gi...@coochey.net Gesendet: Mo 14.05.2012 14:45 Betreff:Re: [users@httpd] apache as ssl-proxy - recommended way? Anlage: untitled An: users@httpd.apache.org; On 14/05/2012 13:17, Stefan Bauer wrote: Dear Users, what

Re: AW: [users@httpd] apache as ssl-proxy - recommended way?

2012-05-14 Thread Giles Coochey
On 14/05/2012 14:26, Stefan Bauer wrote: thank you for your answer. Unfortunately we want to have several machines behind the proxy. So if i understood you correctly, mod_ssl is required for mod_proxy even though we _only_ want to forward specific requests like .. ? domain:443/webmail --

[users@httpd] IO load due to apache? Normal httpd behavior or script related?

2012-05-14 Thread G VM
Hi all, Recently I found out one server generating alot of load on our storage. I did a few steps to narrow down what is the cause and what might be a solution. As first I used iostat to get what device is using most IO: Linux 2.6.18-274.7.1.el5 (hostname) 05/14/2012 avg-cpu: %user

[users@httpd] apache high IO load on /tmp?

2012-05-14 Thread G VM
Hi all, Recently I found out one server generating alot of load on our storage. I did a few steps to narrow down what is the cause and what might be a solution. As first I used iostat to get what device is using most IO: Linux 2.6.18-274.7.1.el5 (hostname) 05/14/2012 avg-cpu:

[users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-05-14 Thread Richters, Eriks (US - Arlington)
Hello Everyone, I've run into a problem where Apache Hangs after several requests when proxying some Java based dashboards. Pretty consistently, the dashboard loads fine the first four or five times, on the next time Apache is hung.It just stops responding to all requests, including the

[users@httpd] Apache does not release semaphore after shutdown

2012-05-14 Thread Ruiyuan Jiang
Hi, I have two Apache reverse proxy servers (v2.2.22, Redhat RHEL v6.2, X86_64) running on the same system for different purposes (I have no choice). When I shutdown the smaller (less resources such as maximum users, etc.) Apache reverse proxy server on the host and tried to start it last

[users@httpd] cgi-bin subdirectories

2012-05-14 Thread Téssio Fechine
Hello, I am having a problem with subdirectories in cgi-bin. Scripts like 'cgi-bin/user.pl' executes fine, but if I move it to 'cgi-bin/something/user.pl' it stops working. I'm using the default centos-5.8 httpd.conf file: ScriptAlias /cgi-bin/ /var/www/cgi-bin/ Directory /var/www/cgi-bin

Re: [users@httpd] cgi-bin subdirectories

2012-05-14 Thread Doug McNutt
At 16:03 -0700 5/14/12, Téssio Fechine wrote: Hello, I am having a problem with subdirectories in cgi-bin. Scripts like 'cgi-bin/user.pl' executes fine, but if I move it to 'cgi-bin/something/user.pl' it stops working. I'm using the default centos-5.8 httpd.conf file: ScriptAlias /cgi-bin/

Re: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-05-14 Thread Kevin Castellow
The weblogic plugin also has option to debug. Have you verified the plugin does not show the error? Add Debug ALL and by default it should log to /tmp directory. Are you able to serve content in other directories that may have content locally stored on Apache and that do not trigger plugin?

Re: [users@httpd] cgi-bin subdirectories

2012-05-14 Thread Igor Cicimov
Include Options +ExecCGI SetHandler cgi-script in your Directory stanza. Igor On Tue, May 15, 2012 at 9:03 AM, Téssio Fechine precheca...@yahoo.com.brwrote: Hello, I am having a problem with subdirectories in cgi-bin. Scripts like 'cgi-bin/user.pl' executes fine, but if I

Re: [users@httpd] cgi-bin subdirectories

2012-05-14 Thread Igor Cicimov
I mean Directory /var/www/cgi-bin/* Options +ExecCGI SetHandler cgi-script AllowOverride None Order allow,deny Allow from all /Directory On Tue, May 15, 2012 at 2:11 PM, Igor Cicimov icici...@gmail.com wrote: Include Options +ExecCGI