[EMAIL PROTECTED] Possible attack?

2005-09-30 Thread Kevin O'Neil
Hello, all. I don't know if this is the right forum, but here goes. Anyone else getting nailed with a 401 error in the logs that is using full url? I never use full url for my ErrorDocument and have been getting slammed with this since about Monday. It seem that 50 or 60 times per minute the

[EMAIL PROTECTED] .htaccess

2005-09-27 Thread Kevin O'Neil
Hello, all. I am using this code: RewriteEngine On Options +FollowSymlinks RewriteBase / RewriteCond %{HTTP_HOST} onlinemall.website.com RewriteCond %{REQUEST_URI} !onlinemall/ RewriteRule ^(.*)$ onlinemall/$1 [L] It was working recently and now it isn't. I even placed it in httpd.conf and

[EMAIL PROTECTED] filename.php~

2005-09-25 Thread Kevin O'Neil
Hi all, I am kind of new to apache. I have Apache/2.0.46 Linux WS 3 (Red Hat) Server PHP Version 4.3.2 I am confused and bewildered that some files in the /html have an extra file with ~ on the end. I am unsure what this means or how to stop it. I used an example on my site and was dismayed

Re: [EMAIL PROTECTED] filename.php~

2005-09-25 Thread Kevin O'Neil
You can also do FilesMatch ~$ Order Allow,Deny Deny from all /FilesMatch to make sure they can't be downloaded. Joshua. Thanks, Joshua. That's what I was trying to do and it worked. - The official User-To-User support

Re: [EMAIL PROTECTED] Answer

2005-08-31 Thread Kevin O'Neil
Kevin - How about a space b/t imagse/ and /var/www/images after the Alias directive? You don't live in Arizona by chance, do you? Thanks -dant Dant, Sorry I don't live there. I'm in NY. Thanks for the heads up on this. Thanks, Kevin

Re: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Kevin O'Neil
Stephen, Look closely at the errors: "/var/www/html/cgi-bin/mycgi.cgi" It is looking in the html folder because you don't have the domain or ip before the cgi-bin. yourdomain.com/cgi-bin/mycgi.cgi I am unsure how to access the cgi-bin from the folder html without domain unless you have the

Re: [EMAIL PROTECTED] Custom 404 ErrorDocument Logs a 200

2005-07-27 Thread Kevin O'Neil
From: David P. Donahue [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Wednesday, July 27, 2005 10:44 AM Subject: [EMAIL PROTECTED] Custom 404 ErrorDocument Logs a 200 Is there a way to make it log as a 404? I only ask because I have a reporting engine looking through my logs and it's