doiggl@velocitynet.com.au wrote:
# ps -ef | grep httpd root 7158 3441 0 17:23 pts/1 00:00:00 grep --color=auto httpd
Yes, you need to start apache - "systemctl start apache2.service". To have it started at boot-up, "systemctl enable apache2.service".
Hello, Results as follows --Glenn
# systemctl start apache2.service Job for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -n' for details.
# systemctl status apache2.service apache2.service - apache Loaded: loaded (/lib/systemd/system/apache2.service; enabled) Active: failed (Result: exit-code) since Wed, 2012-11-28 21:48:17 EST; 46s ago Process: 11606 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -k start (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/apache2.service
Nov 28 21:48:17 test.site systemd[1]: Starting apache... Nov 28 21:48:17 test.site start_apache2[11606]: httpd2-prefork: Syntax error on line 205 of /etc/apache2/httpd.conf: Syntax error on line 1 of /etc/apac...t closed.
# head -205 /etc/apache2/httpd.conf | tail -1 Include /etc/apache2/vhosts.d/*.conf
# head -205 /etc/apache2/httpd.conf | tail -1 Include /etc/apache2/vhosts.d/*.conf
# ll /etc/apache2/vhosts.d/*.conf -rw-r--r-- 1 root root 2113 Nov 22 22:50 /etc/apache2/vhosts.d/cacti.conf
I think this means there is a problem in the config: /etc/apache2/vhosts.d/cacti.conf Try posting it and I'll see if I can spot anything obvious. Still, if that is from an openSUSE package, it ought to just work. -- Per Jessen, Zürich (5.1°C) http://www.dns24.ch/ - free DNS hosting, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org