hacked or else

upload

Verified User
Joined
Sep 23, 2005
Messages
9
I've upgrade apache to 1.3.36, and installed mod_security.

When i look in the phpinfo, apache isn't showing the Apache version but Power Mod by web4host.net.

phpinfo

What can I do about it??

Thanks.
 
Hi,

No you are not Hacked. The update script you have used is provided by web4host aka @how@ here on this great forum.

Rone
 
do the following

cp nano /etc/httpd/conf/httpd.conf nano /etc/httpd/conf/httpd.org
so you have a backup just in case

then do

vi or nano just what is the best for you

nano /etc/httpd/conf/httpd.conf

do control+w to find line web4host
the replace "replace this line" between the quotes
put you own text like "powered by amiga" or sumthing like that

---
SecServerSignature "replace this line"
---

then if finished control+x

the restart the server

service httpd restart

now check your webserver and it is

"powered by amiga"
or somthing you edited
 
Phu said:
do the following

cp nano /etc/httpd/conf/httpd.conf nano /etc/httpd/conf/httpd.org
so you have a backup just in case

then do

vi or nano just what is the best for you

nano /etc/httpd/conf/httpd.conf

do control+w to find line web4host
the replace "replace this line" between the quotes
put you own text like "powered by amiga" or sumthing like that

---
SecServerSignature "replace this line"
---

then if finished control+x

the restart the server

service httpd restart

now check your webserver and it is

"powered by amiga"
or somthing you edited

I simply placed a "#" before the line SecServerSignature "Power Mod by ......." and get the server software info back....

Thanks!
 
Back
Top