[us...@httpd] Apache worker and mod_chad and mod_security.

2009-06-04 Thread Arnab Ganguly
Hi All, Is there Apache worker have any dependecy with mod_chad and mod_security ?What are these two modules used for ?I am using Apache 2.2.9 on CentOS 5. Thanks in advance. -A

[us...@httpd] Forcing a hyphen instead of an empty string in accesslogs

2009-06-04 Thread Jonathan Mast
I separate URLs and query strings in my customlog format. How do I force a hyphen to be written when there is no query string? The apache docs refer this feature, which is automatic for %b amongst other fields, but I cannot find how force this behavior for the %q field. thanks

[us...@httpd] Log output from fprintf(stdout, ...)

2009-06-04 Thread Vyacheslav Zholudev
I have an Apache Module which contains such methods like fprintf(stderr, "%s\n", message); and fprintf(stdout, "%s\n", message); They are executed under certain circumstances, but I can't see the output in the Apache's log files. I use directive ErrorLog and CustomLog ... combined with LogLevel

[us...@httpd] apache is logging the wrong client IP address in access logs

2009-06-04 Thread apacheusersml
Hello, I'm having trouble with apache logging the wrong client IP address in the access logs. It used to log correctly and then one day it just starting logging rubbish. It used to log IP address in IPv4 now it logs them in IPv6 and its not even the right IP address and I don't have an IPv6 public

[us...@httpd] apache logging the wrong client IP address in access logs

2009-06-04 Thread Matt
Hello, I\\\'m having trouble with apache logging the wrong client IP address in the access logs. It used to log correctly and then one day it just starting logging rubbish. It used to log IP address in IPv4 now it logs them in IPv6 and its not even the right IP address and I don\\\'t have an IPv6

Re: [us...@httpd] combining ldap and file authentication

2009-06-04 Thread Tom Evans
On Thu, 2009-06-04 at 02:36 -0700, dimce wrote: > Hi Tom, > > Thanks for the good answer. > Since its a Tomcat application in the background, do you think I could do > the passwd authentication via Apache and then the LDAP authentication via > Tomcat(JNDI)? > > Regards, > Damjan. > > > Tom Evan

Re: [us...@httpd] combining ldap and file authentication

2009-06-04 Thread dimce
Hi Tom, Thanks for the good answer. Since its a Tomcat application in the background, do you think I could do the passwd authentication via Apache and then the LDAP authentication via Tomcat(JNDI)? Regards, Damjan. Tom Evans-3 wrote: > > On Wed, 2009-06-03 at 06:55 -0700, dimce wrote: >> Hi a

Re: [us...@httpd] Host bypass custom build CGI

2009-06-04 Thread Nick Kew
On 4 Jun 2009, at 02:37, phpalt...@vfemail.net wrote: Can I bypass a web host's mod_php with a separate, private PHP running as CGI? Of course! See "AddHandler". -- Nick Kew - The official User-To-User support forum of the

[us...@httpd] Microsoft outlook and apache compatibility

2009-06-04 Thread pratik potnis
Hi, I have written couple of Python scripts to use win32com interface to access Microsoft outlook through MAPI session. This Python script is part of web application which I have built in Django. I am trying to host Django web application on Apache. Everything else works fine but when access to