Re: [EMAIL PROTECTED] Unable to get 403 error message

2005-12-22 Thread Tim Burden
That's what's supposed to happen. It looks for the files in the DirectoryIndex list, and then issues a 404 when it can't find one. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, December 22, 2005 8:32 PM Subject: [EMAIL PROTECTED] Unable to get 403 error message > H

Re: [EMAIL PROTECTED] [OT] Strange qustion - how to prevent apache delay?

2005-08-16 Thread Tim Burden
script may spend parsing > request data > memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) > > How do the above limits look? > > Charlie > 8/16/05 2:20 p.m. MST > > >>> Tim Burden 8/16/2005 2:09:04 PM >>> > This is off-topic, but i

Re: [EMAIL PROTECTED] [OT] Strange qustion - how to prevent apache delay?

2005-08-16 Thread Tim Burden
This is off-topic, but in my experience this is almost always a problem with queries that are taking too long to process. You can turn on the MySQL slow query log to try to determine this, but often the quick answer is to double-check that you have proper indexes on any field used in a WHERE clause

Re: [EMAIL PROTECTED] Apache won't display index.html

2005-08-07 Thread Tim Burden
Please annoint us with details such as OS, apache version, whether you are using the default httpd.conf file, any error messages you get in the logs, and so on.   Best guess from the information available is that you are not putting the file in the actual document root. Do you have any virtu

Re: [users@httpd] Reachin apache from outside

2005-07-15 Thread Tim Burden
- Original Message - From: "antonio bernabei" <[EMAIL PROTECTED]> To: Sent: Friday, July 15, 2005 12:25 PM Subject: Re: [EMAIL PROTECTED] Reachin apache from outside > I 'think' I have no firewall: it is a linux machine and I do not have set up > any firewall: but I am not sure there i

Re: [users@httpd] /mail calls /mail.php, but why?

2005-06-16 Thread Tim Burden
Sounds like Multiviews http://httpd.apache.org/docs-2.0/content-negotiation.html#multiviews - Original Message - From: "Marten Lehmann" <[EMAIL PROTECTED]> To: Sent: Thursday, June 16, 2005 11:32 AM Subject: [EMAIL PROTECTED] /mail calls /mail.php, but why? > Hello, > > I have a file c

Re: [users@httpd] Apache config question

2005-06-03 Thread Tim Burden
Yes. - Original Message - From: "Robin Corbo" <[EMAIL PROTECTED]> To: Sent: Friday, June 03, 2005 9:21 AM Subject: RE: [EMAIL PROTECTED] Apache config question Hi, I tried inserting the domain name under servername, and had no luck..could it be because I am using the domain forwarding

Re: [users@httpd] Can you beat my score?

2005-05-27 Thread Tim Burden
Jesus...somebody actually clicked the links? - Original Message - From: "Joshua Kugler" <[EMAIL PROTECTED]> To: Sent: Friday, May 27, 2005 3:26 PM Subject: Re: [EMAIL PROTECTED] Can you beat my score? > Err...besides the fact that they ask for your AOl, Yahoo, and Hotmail accounts > an

Re: [users@httpd] Accessing a usage directory

2005-05-17 Thread Tim Burden
Are there any other aliases for /var/www/ ? - Original Message - From: "Mike McMullen" <[EMAIL PROTECTED]> To: Sent: Monday, May 16, 2005 3:24 PM Subject: [EMAIL PROTECTED] Accessing a usage directory > Hi All, > > I'm sure I am doing something stupid here so forgive my upfront. > > I

Re: [users@httpd] Apache on Linux

2005-05-15 Thread Tim Burden
Why not start simple, like with Fedora. Then you can do yum install apache and all is well. Later, when you become a bitchin Linux guru, move to a harder distro. - Original Message - From: "Broming plutonium" <[EMAIL PROTECTED]> To: Sent: Sunday, May 15, 2005 7:22 PM Subject: [EMAIL PROT

Re: [EMAIL PROTECTED] What is w;wget?

2005-05-08 Thread Tim Burden
Google is our friend.   wget is a unix package for retrieving files over HTTP. So, it's sort of like a browser.   As for looking for awstats, someone is likely looking for vulnerabilities like this one: http://www.securiteam.com/securitynews/5MP0B2AEKS.html - Original Message - F

Re: [EMAIL PROTECTED] Hacked the website replace the index.hm page

2005-05-08 Thread Tim Burden
No, I can't. I'm not a security expert. Hopefully someone else can help you more. Sure looks to me like a phpBB hack though. - Original Message - From: "Mathew Thomas" <[EMAIL PROTECTED]> To: Sent: Sunday, May 08, 2005 8:23 PM Subject: Re: [EMAIL PROTECTED] Hacked the website replace th

Re: [users@httpd] Hacked the website replace the index.hm page

2005-05-08 Thread Tim Burden
If you google admin_styles.php you'll find it's a known phpBB hack. Update, replace, or disable the phpBB boards and change all passwords. - Original Message - From: "Mathew Thomas" <[EMAIL PROTECTED]> To: Sent: Sunday, May 08, 2005 8:00 PM Subject: Re: [EMAIL PROTECTED] Hacked the webs

Re: [EMAIL PROTECTED] Hacked the website replace the index.hm page

2005-05-08 Thread Tim Burden
Ok. What evidence do you have that it was a hack? (as opposed to, say, FTP passwords getting out somehow). And, by any chance, do the sites that were hacked share any passwords with accounts on any of the phpBB installations? And, with what were the index files replaced? - Original Message --

Re: [users@httpd] Hacked the website replace the index.hm page

2005-05-08 Thread Tim Burden
We'll probably need more details. You running phpBB anywhere? - Original Message - From: "Mathew Thomas" <[EMAIL PROTECTED]> To: Sent: Sunday, May 08, 2005 6:49 PM Subject: [EMAIL PROTECTED] Hacked the website replace the index.hm page Hi All, We are running apache_1.3.32 with mod_ssl