Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-24 Thread Viktoras Didziulis
toras ---Original Message--- From: Jaqui Greenlees Date: 06/24/06 12:18:54 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How to deny access based on user agent - help --- Viktoras Didziulis <[EMAIL PROTECTED]> wrote: Two things to concider in this though. 1) T

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-24 Thread Viktoras Didziulis
I agree, but so far it helps... Maybe rewriting feedback form in javascript, so it starts existing only after a click on a link or button could help... This approach helps with email adressess hiding them from spiders. Viktoras ---Original Message--- From: Mike Jackson Date: 06/

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Viktoras Didziulis
Hi, once I experienced similar problem with spammer looking for vulnerabilities in my feedback form scripts. Of course he used proxies, so denying by IP would have no sense. So I hide the script behind a single shtml page, so that no one could ever know what the real name of any script is. A

[EMAIL PROTECTED] chopped SSI document

2006-06-16 Thread Viktoras Didziulis
Hi! I am experiencing strange behavior of shtml document. It is loaded partially and the document is chopped when encounters #if expr="$QUERY_STRING='' " directive. The same document works without any problems with my hosting provider. And it used to work with previous versions of Apache. But wh

[EMAIL PROTECTED] disable logs on Windows

2006-06-15 Thread Viktoras Didziulis
Dear group, is there a simple way (e.g. by editing httpdconf) to disable writing to error and all other logs on Windows. Actually what I seek is Apache and cgi runing from CD. I know that for Linux it works by directing logs to dev/null but what is an alternative for Windows? Best wishes Vi