----- Original Message ---- > From: bruce <bedouglas at earthlink.net> > To: CentOS mailing list <centos at centos.org> > Sent: Thursday, June 4, 2009 3:20:24 AM > Subject: Re: [CentOS] Centos 5.3 -> Apache - Under Attack ? Oh hell.... > > and if you don't figure out what caused the issue... working on it bro :) one of the pointers here was to look at alias directives in apache... when i run httpd -S i get these errors... [Sat Jun 13 15:14:09 2009] [warn] The Alias directive in /etc/httpd/conf.d/phpmyadmin.conf at line 11 will probably never match because it overlaps an earlier Alias. [Sat Jun 13 15:14:09 2009] [warn] The Alias directive in /etc/httpd/conf.d/phpmyadmin.conf at line 12 will probably never match because it overlaps an earlier Alias. the contents of /etc/httpd/conf.d/phpmyadmin.conf are; # Web application to manage MySQL # <Directory "/usr/share/phpmyadmin"> Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> Alias /phpmyadmin /usr/share/phpmyadmin <--- 1 Alias /phpMyAdmin /usr/share/phpmyadmin < --- 2 is this normal ??? Alias /mysqladmin /usr/share/phpmyadmin Is it normal to have these lines? > there's not a dammed reason to think you wouldn't do the same thing and get in > the same dam situation when you reinstall... > agreed.