Posts: 0
Threads: 21
Joined: Jul 2025
Reputation:
0
Today when i want to open the control panel it didnt work, and redirect to a special site!
yesterday night i was redirecting a subdomain (test.example.com) to a domain, today my everysite was redirecting to that site and control panel didnt work,
now i am installing ehcp again and clear everything, but i found maybe i should give access to bvidinli to check it out.
is it possible that i do this if it happen again?
Restored from old drupal forum, for user uid:2771 username:cameron
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Jul 2025
Reputation:
0
Yes,
I may have a look, if I have time in my daily business.
I will try to help as much as I can..
what you should check in these cases:
<li> did you enter/changed some "apache template" wrongly ? if so: login to mysql in console, update domains set apachetemplate='' where domainname='yourdom.com'; insert into operations(op)values('syncdomains'); This should fix it..
<li> did you change something in apache default file in /etc/apache2/sites-enabled , or 000-default file. ? restore it
<li> may happen if you play with apachetemplate file... you need to restore it and repeat item 1.
Restored from old drupal forum, for user uid:2771 username:cameron
You may reset your password to access your new account here.
Posts: 0
Threads: 21
Joined: Jul 2025
Reputation:
0
Really I am not sure. everything stop working. i reinstall everything and this time i will write down everthing changes.
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Jul 2025
Reputation:
0
you may also start apache temporarily as follows:
first, open a console and
<code>tail -f /var/log/apache2/error.log
keep it and reopen a console,
empty /var/www/vhosts/ehcp/apachehcp.conf
<code> > /var/www/vhosts/ehcp/apachehcp.conf
/etc/init.d/apache2 restart
That should restart apache. go to ehcp gui, and delete problematic domains or custom https's. otherwise, next time, those problematic domains would cause same problem.
(You may also apply ehcp debugging for seeing problems: http://ehcp.net/?q=node/771)
Restored from old drupal forum, for user uid:2771 username:cameron
You may reset your password to access your new account here.
Posts: 6
Threads: 0
Joined: Jul 2025
Reputation:
0
I had the same problem, the apache configuration, even if i have 50 domains, was rewritten after a reboot with only one domain (dene.com), thing which happend before, this is second time.
Never added this domain, having to do anything with it.
It happens after updating EHCP version. EHCP update file apachehcp.conf should be empty, otherwise will happen this thing.
Thanks,
Razvan
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Jul 2025
Reputation:
0
May I ask, how did you update your ehcp ? which file did you use ?
For anyone who uses a production server, I suggest:
<li> Do NOT update to testing versions, or development versions. As of now (22.2.2010) the latest stable version is 0.29.12 (with some minor bugs) So, sometime, we post some url's to testing versions. do not update to those, if your server is production.
<li> In any case, before upgrade, do backup your ehcp files, ehcp db. upgrading should not affect your web files, so, no need to backup them, in general.
Restored from old drupal forum, for user uid:3085 username:avra911
You may reset your password to access your new account here.