| ALVAN | and many apache processes stay in CLOSE_WAIT state |
| megaspaz | DDoS by coldfusion ftw! |
| ALVAN | until the server is overloaded ...adn crash so i really want to know why they dont die i know coldfusion is a pain in the ass ..but still i hope some debug information from httpd |
| jink | ALVAN: did you turn off keepalive and such? |
| UglyBOB | how to make mod rewrite rules work on localhost? it works on the server but not on localhost |
| ALVAN | jink, no keepalive is on |
| jink | well, turn it off :) |
| UglyBOB | what??? |
| fajita | what is wrong |
| jink | UglyBOB: erhm? how about: elaborate? |
| fajita | You make no sense, try to rephrase your question and elaborate on what you want, what you tried, and what didn't work (paste the error message you see in the error log, usually named error_log or error.log). Also tell us what platform you are on and what version of apache you are using. |
| ALVAN | jink, hm so do you think tis is better ?still i dont think it is the problem |
| jink | don't think. try 'n' find out |
| ALVAN | i believe kkepalive on is better |
| opetznick | hi ladies and gents - i'm trying to redirect from http://a.host.com/bla to http://a.host.com/cgi-bin/awstats.pl?config=bla right now i use this rewrite rule: RewriteRule ^/(.*)$ http://a.host.com/cgi-bin/awstats.pl?config=$1 [P] this gets me a error message "client denied by server configuration" any hints? |
| jink | ALVAN: that entirely depends on your site, really client denied by server configuration? |
| fajita | Have a look at http://wiki.apache.org/httpd/Errors/ClientDeniedByServerConfiguration for a better idea of what this error message means |
| jink | opetznick: ^^^^^^ |
| opetznick | jink: thanks jink: hm but it works if i call http://a.host.com/cgi-bin/awstats.pl?config=bla |
| UglyBOB | jink, what do you mean? is it not clear? i have many mod rewrite rules in htaccess, but on my localhost they don't seem to work |
| megaspaz | anything triggered by a rewritecond checked against a host would fail since localhost != host name being checked by the rewritecond other than that, your question really doesn't make sense, since rewrites don't care what the host is unless you tell it to care... |
| UglyBOB | i have : RewriteBase / RewriteCond %{HTTP_HOST} !^localhost/site and than the mod rewrite rules |
| megaspaz | i hate to break it to you, localhost/site won't be grabbed by http_host |
| jink | UglyBOB: HOW does it not work? |
| megaspaz | http_host grabs, well... the HOST... not the request_uri |
| jink | UglyBOB: what happens? what did you try to resolve it? etc, etc, etc... opetznick: what does the error log say? |
| UglyBOB | well jink: when i open the page for example: Not Found |