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". -- Per Jessen, Zürich (5.8°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