Just crash at direct admin

alanmok

Verified User
Joined
Jul 27, 2005
Messages
13
did anyone know why all domain will point back to
"This IP is being shared among many domains.
To view the domain you are looking for, simply enter the domain name in the location bar of your web browser."after the custom upgrade?

last update we do is:

(1)We have changed your new domain and web config template to support
directadmin at port 80, while the old record you need to add for DNS
and httpd.conf record to support this. We have do a favour for you,
cp.alanhk.net as your reference. Becareful of the httpd.conf setting below
or the virtual host may not work.

http://cp.alanhk.net/

<VirtualHost 203.98.159.184:80>
ServerName cp.alanhk.net
ProxyRequests Off
ProxyPass / http://localhost:2222/
ProxyPassReverse / http://localhost:2222/
</VirtualHost>

(2)zend optimizer is installed

(3)ClamAV antivirus software is install with auto update on schedule

(4)NTP server is set and up for all source of query.

(5)A cron job is set for scheduled update local time from stdtime.gov.hk

(6)Your MRTG page:
http://www.alanhk.net/sys-mrtg/

------------------------------------
and then it crash,did anyone have this problem before,and anyone know how to fix it?
 
Back
Top