On Wed, 28 Nov 2012 08:03:01 +0100, Per Jessen <per@computer.org> wrote:
doiggl@velocitynet.com.au wrote:
Hello, Results so far:
# ss -ltn State Recv-Q Send-Q Local Address:Port Peer Address:Port LISTEN 0 128 :::22 :::* LISTEN 0 128 *:22 *:* LISTEN 0 128 :::631 :::* LISTEN 0 100 *:25 *:*
So nothing is listening on port 80.
# rpm -qa |grep -i apache2 | sort apache2-2.2.22-8.4.x86_64 apache2-example-pages-2.2.22-8.4.x86_64 apache2-mod_php5-5.3.17-2.3.x86_64 apache2-prefork-2.2.22-8.4.x86_64 apache2-utils-2.2.22-8.4.x86_64
Okay.
# 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. Nov 28 21:48:17 test.site systemd[1]: Failed to start apache. Nov 28 21:48:17 test.site systemd[1]: Unit apache2.service entered failed state # head -205 /etc/apache2/httpd.conf | tail -1 Include /etc/apache2/vhosts.d/*.conf # 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. Nov 28 21:48:17 test.site systemd[1]: Failed to start apache. Nov 28 21:48:17 test.site systemd[1]: Unit apache2.service entered failed state # 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 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org