Re: [EMAIL PROTECTED] Apache Hangs.. Server-Status shows all Reading

2007-11-11 Thread Andrew Rosolino
Ok I used gdb to a process (that was stuck in reading state) and look at what it told me.. #0 0x003307a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 #1 0x00408dbd in poll () from /lib/tls/libc.so.6 #2 0x00af595f in apr_poll (aprset=0xbfe55310, num=1, nsds=0xbfe5530c, timeout=30)

Re: [EMAIL PROTECTED] Apache Hangs.. Server-Status shows all Reading

2007-11-11 Thread Andrew Rosolino
Im using this for php.. LoadModule php4_module modules/libphp4.so not sure if that is mod_php or what I tried using strace but my server was going extremly slow when I started it probably because we get so much traffic so i couldnt debug it... I did run the gdb on a process and got this.. #0

Re: [EMAIL PROTECTED] logging php usage and directory index pages

2007-11-11 Thread Alex Dean
Can anyone help with this? [EMAIL PROTECTED] wrote: Two questions about logging: 1. Can I log whether or not the current request was operated on by mod_php? I want to determine what % of my requests are PHP. I've tried to determine this based on filename, but with ForceType and other

Re: [EMAIL PROTECTED] logging php usage and directory index pages

2007-11-11 Thread Joshua Slive
On Nov 11, 2007 12:21 PM, Alex Dean [EMAIL PROTECTED] wrote: Can anyone help with this? [EMAIL PROTECTED] wrote: Two questions about logging: 1. Can I log whether or not the current request was operated on by mod_php? I want to determine what % of my requests are PHP. I've tried to

[EMAIL PROTECTED] server-status questions

2007-11-11 Thread Samuel Vogel
Hey guys, I am wondering why my Server-Status shows the following: 509-0-0/0/53. 0.96197800.00.000.48 ::1beta.kilu.deGET / HTTP/1.0 510-0-0/0/52. 0.37196100.00.009.51 ::1beta.kilu.deGET / HTTP/1.0

Re: [EMAIL PROTECTED] server-status questions

2007-11-11 Thread Joshua Slive
On Nov 11, 2007 2:25 PM, Samuel Vogel [EMAIL PROTECTED] wrote: Hey guys, I am wondering why my Server-Status shows the following: 509-0-0/0/53. 0.96197800.00.000.48 ::1beta.kilu.deGET / HTTP/1.0 510-0-0/0/52. 0.3719610

Re: [EMAIL PROTECTED] logging php usage and directory index pages

2007-11-11 Thread Alex Dean
Joshua Slive wrote: On Nov 11, 2007 12:21 PM, Alex Dean [EMAIL PROTECTED] wrote: Can anyone help with this? [EMAIL PROTECTED] wrote: Two questions about logging: 1. Can I log whether or not the current request was operated on by mod_php? I want to determine what % of my requests are PHP.

Re: [EMAIL PROTECTED] logging php usage and directory index pages

2007-11-11 Thread Joshua Slive
On Nov 11, 2007 7:43 PM, Alex Dean [EMAIL PROTECTED] wrote: 2. Can I log the actual file that was served, even for directory indexes? I've tried the '%f' log format, and for http://site.com requests, I get a log of '/var/www/site.com/htdocs/'. If the directory index file was

[EMAIL PROTECTED] fresh apache install segfaulting (FC7/yum)

2007-11-11 Thread Erin Spiceland
I'm having a problem I hoped you guys could help me with. I'm trying to set up my laptop as a LAMP server, but I can't get past LA! Apache segfaults every single time I try to start it, even if I try to start it by running /usr/sbin/httpd directly. apachectul configtest also segfaults, on

[EMAIL PROTECTED] Server redirects not working as expected

2007-11-11 Thread Pedro
Hi all, My Configuration consists of an Apache 2.0 front-end and Tomcat 5.5.20 backend, I use mod_proxy with mod_rewrite to reverse proxy. We have configured 'sticky sessions' using a rewrite rule, this configuration is soon to be replaced though with Apache 2.2 and the mod_proxy_balancer.

RE: [EMAIL PROTECTED] Server redirects not working as expected

2007-11-11 Thread Boyle Owen
-Original Message- From: Pedro [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 7:49 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Server redirects not working as expected Hi all, My Configuration consists of an Apache 2.0 front-end and Tomcat 5.5.20

RE: [EMAIL PROTECTED] Using a proxy manually from a webbrowser?

2007-11-11 Thread Axel-Stephane SMORGRAV
The more I think about it, the less likely I find it that you will succeed. 1. The ProxyPass'ing is a nobrainer. 2. You will not be able to rewrite Location headers (ProxyPassReverse) 3. AFAICS you will not be able to proxy_html relative URLs correctly The directives below are totally