RE: [us...@httpd] Web page usage and monitoring

2010-02-10 Thread Dorrian, William M Contractor ace...@saj
Thanks for your help. I'll look into that. Bill D. -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Tuesday, February 09, 2010 4:03 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Web page usage and monitoring Webalizer On Feb 10, 2010 6:31 AM,

[us...@httpd] mod_dav windows delay

2010-02-10 Thread Colin Kirkham
Hi, I've got an issue on Windows 2003 64 bit (virtualized) when I enable a webdav area. The symptom being a delay of 30 seconds for each webdav put, get or delete that I try. I have stripped everything down to the simplest configuration I can arrive at. I'm using cadaver as a command line webdav

[us...@httpd] Issue with aliasmatch and matching base directories

2010-02-10 Thread humanx2000
Hello, I am making a diligent but a failing effort trying to match directories in the base of the apache root for my site. My latest incarnation did not work AliasMatch ^/([^.*])$ /www/html/includes/director.php Have searched the web, and just cannot get this figured out. This would

Re: [us...@httpd] using mod_custom_header module.

2010-02-10 Thread Devraj Mukherjee
What do you mean by printing Client IP? On Thu, Feb 11, 2010 at 4:13 AM, Arnab Ganguly agangul...@gmail.com wrote: Hi All, Please guide me in printing the Client ip address using mod_custom_header module ?Any standard  LogFromat configuration do we have for this ? Also would like to know

Re: [us...@httpd] Web page usage and monitoring

2010-02-10 Thread Devraj Mukherjee
We use Google analytics a lot as well, it seems to work quite well and gather extra information about the browser etc. Not Apache related but works well. On Wed, Feb 10, 2010 at 5:15 AM, Dorrian, William M Contractor ace...@saj william.m.dorr...@usace.army.mil wrote: We're using Apache 2.0.52

Re: [us...@httpd] Reverse Proxy incorrectly transform content

2010-02-10 Thread Devraj Mukherjee
Hi Pongtawat, We have worked on a similar issue with the Pentaho business intelligence suite. If you are using Apache 2.2 + You can use mob_substitute and have rules that change the domain name and fix these issues. I believe these issues are caused by dynamically generated URLs via JavaScript

[us...@httpd] how to resolve ap_rflush errors

2010-02-10 Thread Gil Vidals
I need help in determining how to fix the seg fault errors that Apache is generating many times per day. I am running Apache/1.3.41 (Unix) on Centos 4.8. The kernel is 2.6.9-89.0.20.ELsmp #1 SMP i686 i686 i386 GNU/Linux. The log files show this error several times per day: [Wed Feb 10 14:24:25

[us...@httpd] AUTO: Roger Myers/GIS/CSC is out of the office. (returning 12/02/2010)

2010-02-10 Thread Roger Myers
I am out of the office until 12/02/2010. Note: This is an automated response to your message [us...@httpd] Issue with aliasmatch and matching base directories sent on 10/2/10 17:34:10. This is the only notification you will receive while this person is away.

Re: [us...@httpd] how to resolve ap_rflush errors

2010-02-10 Thread Jeff Trawick
On Wed, Feb 10, 2010 at 5:55 PM, Gil Vidals gvid...@gmail.com wrote: I need help in determining how to fix the seg fault errors that Apache is generating many times per day. I am running Apache/1.3.41 (Unix) on Centos 4.8. The  kernel is 2.6.9-89.0.20.ELsmp #1 SMP i686 i686 i386 GNU/Linux. The

Re: [us...@httpd] using mod_custom_header module.

2010-02-10 Thread Arnab Ganguly
We are using Netscaler VIP.So when a request comes instead of Client IP it puts its own IP and forwarded the request to the backend. We do have the option to use X-Forarded-For but again it appends the different hops to it.We want the IP adress from where the request has come to Netscaler.So we