Re: [EMAIL PROTECTED] %T time to serve log entry

2008-01-28 Thread Max Dittrich
Tony Rice (trice) schrieb: Is there another Log format available that shows more resolution than seconds for time to serve a request? Perhaps in milliseconds? Microseconds are given with %D from mod_log_config http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats .max

Re: [EMAIL PROTECTED] Excessive memory utilization with mpm_worker an d glibc 2.4+

2007-11-28 Thread Max Dittrich
Hi, Spangler, Tim schrieb: Thanks for the tip, it lead me down a path of investigation that lead to teh ThreadStackSize directive for mpm_worker. It looks like ThreadStackSize would allow me to adjust the stack size for Apache only (my ideal situation), however this directive doesn't seem to af

Re: [EMAIL PROTECTED] dbd and mysql in apache 2.2.6

2007-11-07 Thread Max Dittrich
Hi, Daniel Campbell schrieb: Has anyone had any luck building mysql into apache version 2.2.6? I am able to get it to compile fine but if I "ldd httpd" there is no mysql library linked in and if I try and use the "DBDriver mysql" in the httpd.conf file I get "DBD: No driver for mysql" when st

Re: [EMAIL PROTECTED] httpd 2.2.6: DBD: No driver for mysql

2007-10-04 Thread Max Dittrich
Hi, Sheryl schrieb: Greetings, I just tried to compile apache 2.2.6 using the same configuration options I used on apache 2.2.4. But when I try to start it up I get this error DBD: No driver for mysql The line it's complaining about in the conf file is DBDriver mysql When I look in srclib/

Re: [EMAIL PROTECTED] How to send WHOLE SSL_CLIENT_CERT in reverse proxy?

2006-11-23 Thread Max Dittrich
Lucuk, Pete schrieb: The backend server is a 3.x version of Jboss that uses Jetty as the Servlet engine. Can you use AJP with Jetty? If not, is there some simple way to yank out the new lines in SSL_CLIENT_CERT on the reverse proxy? I just looked up the Apache Docs, because I remembered those

Re: [EMAIL PROTECTED] Please help... apache hacked?

2006-07-15 Thread Max Dittrich
Ricardo Kleemann schrieb: does ANYBODY even know what bots.txt even DOES? bots.txt should look like this: accept all reject altaVista look at virussin.com/bots.txt to see what it SHOULD do... its for SEARCH EINGINES. the bot grabs it, looks at it, and it its on the white list of eingines, it

Re: [EMAIL PROTECTED] Please help... apache hacked?

2006-07-15 Thread Max Dittrich
Ricardo Kleemann schrieb: Hi, I'm running an older version of apache 1.3.28 under a Suse install. Today I noticed that somehow a bots.txt perl program is being run, yet it is not run from the filesystem. Somehow this script is being downloaded and run. Yesterday the server was also a vict