![]() |
how to restart ispc3 service
Hello guys,
i have simple question, how should i restart ispconfi3 service as there is nothing as /etc/init.d/ispc* |
ISPConfig 3 has no service, so you cant restart it and there is no ned to restart it.
|
In other words, what you need is to restart Apache2.
Code:
/etc/init.d/apache2 restart |
thanks for explaining, guys .o)
|
but this isn't 100% truth
I ve modified my .vhost from apache2 Restarted apache2 and works fine But, if I reboot, ispc restore the .vhost file Why? |
1) Which ispconfig version?
2) Which vhsot file is restored? 3) What did you change in this vhost file? |
Quote:
3.0.0.0 RC2 (I updated to .1 I will try again);2 Any one that I modified /etc/apache2/sites-available/*.vhost3 AllowOverride to all and some fix of rewrite redirects |
1) Yes, please update to the ๖atest release.
2) ISPconfig 3 updates a site only when you change something in the ispconfig interface and not when the server is rebooted. You can verify that by enableing debugging in /usr/local/ispconfig/server/lib/config.inc.php and then check the monitoring module after a reboot. If ISPConfig updates your sites then there will be a lot of lines which describe the update process for every website in detail. 3) The vhosts files should never be modified manually. Either you edit the master template that is used to create the files or you add your modifications to the apache directives field of the website. |
3) The vhosts files should never be modified manually. Either you edit the master template that is used to create the files or you add your modifications to the apache directives field of the website.
- 1.- I need to fix a redirect problem, dunno why but one site add the rewrite directive to another file, : If you add www redirect of a A domain It changes the B.vhost file :S Also I need to add "allowoveride all" Where are the apaches directives to do this? |
Quote:
Quote:
|
| All times are GMT +2. The time now is 01:18. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.