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
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
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
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
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
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
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
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
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