This is my first thread !
I need some help please
I cannot get my LAMP server installed on Opensuse 11.0
My Apache2 is not starting ( I get the following msg )
Starting httpd2 (prefork) (98)Address already in use: make_sock: could not bind to address 192.168.0.100:80
no listening sockets available, shutting down
Unable to open logs
startproc: exit status of parent of /usr/sbin/httpd2-prefork: 1
failed
When I do ( as root or super user mode)
netstat -tap
I get the following output :
*Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:sunrpc : LISTEN 2565/portmap
tcp 0 0 *:ssh : LISTEN 2794/sshd
tcp 0 0 localhost:ipp : LISTEN 2860/cupsd
tcp 0 0 localhost:smtp : LISTEN 3202/master
tcp 0 0 192.168.0.10:zephyr-clt secure-www.novell:https ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:26887 cot.novell.com:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:22687 www.opensuse.o:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:22686 www.opensuse.o:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:16433 66.198.156.137:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:26883 cot.novell.com:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.10:zephyr-srv secure-www.novell:https ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:zephyr-hm secure-www.novell:https ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:22714 195.135.221.34:https ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:22689 www.opensuse.o:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:22688 www.opensuse.o:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.10:rtcm-sc104 secure-www.novell:https ESTABLISHED 11162/firefox
tcp 0 0 192.168.0:h2250-annex-g secure-www.novell:https ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:22712 195.135.221.34:https ESTABLISHED 11162/firefox
tcp 0 0 192.168.:pclemultimedia 205.177.95.93:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.10:amiganetfs secure-www.novell:https ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:16458 66.198.156.137:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:26886 cot.novell.com:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:26879 cot.novell.com:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:26885 cot.novell.com:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:22691 www.opensuse.o:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:22713 195.135.221.34:https ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:26884 cot.novell.com:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:22715 www.opensuse.o:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:22690 www.opensuse.o:www-http ESTABLISHED 11162/firefox
tcp 0 0 192.168.0.100:22716 www.opensuse.o:www-http ESTABLISHED 11162/firefox
tcp 0 0 :ssh : LISTEN 2794/sshd
tcp 0 0 localhost:smtp : LISTEN 3202/master
Suse11:/home/donald/Desktop #
Please help me out ( I have done this before ) … but this time on OpenSuse 11.0 … things are not working the way I want them too … I need to set up the LAMP on OpenSuse 11.0 so I can work and test a phpwebsite before I go live online
( I am behind a home d-link router, at home, ) … Can someone help me out with setting this LAMP up
thank you
Ls_Don_X