it seems that when rebooting the standard init.d /etc/init.d/apache2 or /etc/init.d/apache or /etc/init.d/httpd start the web server before artica.
When Artica need to start the apache, it is already running and the Artica settings operations are aborted.
In this case, your server run with default settings.
To prevent this operation, i suggest just disabling the init.d script that let Artica start itself the apache.
use this command line on debian or ubuntu
- Code: Select all
update-rc.d -f apache2 remove
or in redhat systems
- Code: Select all
chkconfig --del apache2
- Code: Select all
chkconfig --del httpd
i have added for future releases an option to check under freeweb that perform this operation.