[us...@httpd] Re: client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.test0:)

2010-08-18 Thread Peter Horn
On 06:59, Norman Khine wrote: i get these in my # tail -f /var/log/apache2/error_log [Tue Aug 17 15:13:00 2010] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8o configured -- resuming normal operations [Tue Aug 17 15:14:56 2010] [error] [client 188.165.201.59] File does not exist: /

Re: [us...@httpd] HTTP -> Apache2 /var/www only & HTTPS -> Tomcat via mod_proxy only

2010-08-18 Thread Des Hartman
Solved the problem. The config below is correct, but I needed to configure my BlazeDS channelset to use htpps instead of http. The Flex html page loads fine for htpp or https, but since I have opened ONLY https for the backend server, I needed https for BlazeDS. Hope this helps someone else as

[us...@httpd] mod_balancer_proxy not balancing as expected (not sticky)

2010-08-18 Thread John_Delisle
Hello, I'm trying to configure Apache as a reverse proxy to load balance across 3 web/app servers. It must be sticky for sessions to work properly, and JSESSIONID is apparently the value I should use for this app. For some reason, even though it detects the JSESSIONID value and assigns the re

Re: [us...@httpd] how to needed for apache

2010-08-18 Thread J. Greenlees
James Godrej wrote: I am looking for some good how to's if maintained by Apache foundation. Some time ago I was told that the documents here are just technical references. Can any one tell who maintains how to's for Apache. The documentation for the HTTP server, and all other Apache Software F

[us...@httpd] how to needed for apache

2010-08-18 Thread James Godrej
I am looking for some good how to's if maintained by Apache foundation. Some time ago I was told that the documents here are just technical references. Can any one tell who maintains how to's for Apache.

Re: [us...@httpd] OCSP-validation fails

2010-08-18 Thread Joe Orton
On Tue, Aug 17, 2010 at 05:26:22PM +0200, Ulf Wahlqvist wrote: > CASE 1/ If I set: > SSLOCSPDefaultResponder http://ocsp.trust.telia.com > SSLOCSPOverrideResponder on > > The validation will fail with "SSL Library Error: error:2707307F:OCSP > routines:OCSP_check_validity:status too old" Presumin

[us...@httpd] nested Require group?

2010-08-18 Thread Andrew Schulman
I have outer and inner directories that I want to protect with different Require groups directives: Require group outer Require group inner My hope was that the inner Require directive would override the outer one, allowing me to protect the inner directory with the more restrict

Re: [us...@httpd] segmentation fault at ap_mpm_pod_check at read

2010-08-18 Thread Brad Lira
thanks, On Tue, Aug 17, 2010 at 1:52 PM, Jeff Trawick wrote: > On Tue, Aug 17, 2010 at 10:40 AM, Brad Lira wrote: > >> I am getting segmentation fault at ap_mpm_pod_check at pod.c : 54 >> function rc = read(fd, &c, 1); > > > no, the crash is happening on some other thread; the main thread is a

Re: [us...@httpd] HTTP -> Apache2 /var/www only & HTTPS -> Tomcat via mod_proxy only

2010-08-18 Thread Des Hartman
Eric Thanks for the reply. I tried this: NameVirtualHost *:443 ServerAdmin webmas...@localhost SSLEngine On SSLCertificateFile /etc/apache2/ssl/apache.pem #=== ProxyPass /SFXServer/ balancer://backtcserver/ and it seem to work. Issue I now hit is I get a 404 fro

Re: [us...@httpd] HTTP -> Apache2 /var/www only & HTTPS -> Tomcat via mod_proxy only

2010-08-18 Thread Eric Covener
On Wed, Aug 18, 2010 at 8:22 AM, Des Hartman wrote: > Hi, > > Is there a simple way to do the following: > > 1) All "http" based requests to website www.abc.com go to my Apache2 server > regardless of the virtual site > > 2) All "https" based requests to website www.abc.com are proxied to a priva

RE: [us...@httpd] Redirect Command Loses Form Data

2010-08-18 Thread Robert Archer
Thanks for the reply, unfortunately that is the problem I'm trying to get around. The scenario I'm trying to find a solution for is this. We have 200+ html pages on our web site that call a script which interacts with another server. If this other server becomes unavailable I want to be abl

[us...@httpd] HTTP -> Apache2 /var/www only & HTTPS -> Tomcat via mod_proxy only

2010-08-18 Thread Des Hartman
Hi, Is there a simple way to do the following: 1) All "http" based requests to website www.abc.com go to my Apache2 server regardless of the virtual site 2) All "https" based requests to website www.abc.com are proxied to a private tomcat server via mod_proxy Only option that I think may wor

Re: [us...@httpd] problem with uploads

2010-08-18 Thread Eric Covener
> Handler for x-httpd-php5 returned invalid result code 9 > so its mean that zombie php process is killed itself if the child process was killed before PHP hit an error, nobody would be around to log the error. > My question is why  the apache child process is killed and got SIGCHLD > signal if a

Re: [us...@httpd] problem with uploads

2010-08-18 Thread Piotr Kloc
Let's see the literal entry from the error / suexec / php log instead. A 500 is always logged in either of those files. Frank. Its not a php problem the apache process that handle request got SIGCHLD and the php-cgi process is changing the state to zombie Z12:06 0:00 [php-cgi] in