jetonr
February 24th, 2009, 09:14 AM
The host is constantly sending this error i did configure my ip address as i should. but don't get whats i wrong.
-dnsip:myipaddress
bvidinli
March 21st, 2009, 07:40 AM
The host is constantly sending this error i did configure my ip address as i should. but don't get whats i wrong.
-dnsip:myipaddress
have a look at your apache config...
go to console,
tail -f /var/log/apache2/error.log
then in another console,
/etc/init.d/apache2 restart
you will see error in 1st console.
most probably, you made a mistake in custom apache,
or in apachetemplate file in ehcp dir.
To fix it,
look at apachetemplate file and fix error, or get original file from ehcp download.
if error in custom apache,
in console,
mysql -p
use ehcp
select * from customsettings;
(look at rows and delete/fix related line)
select apachetemplate from domains;
(look at rows and delete/fix related lines)
if you have few domains or few custom settings, you may issue in mysql console:
delete from customsettings;
update domains set apachetemplate='';
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.