Dear forgette,
Hello,
Can you please post what error you got ?
BTW it will help you to install and start webserver.
# rpm -ivh httpd-x.y.z.rpm
# service httpd start
FYI, http://httpd.apache.org
Best Regards.
Folks,
I am a newbie at Linux. I have redhat 9. I have a static public IP assigned to the box and can get access to the internet without problems. I am attempting to start the webserver through KDE AND CLI and both come back failed. I started the FTP server to play around and was successful there.
I searched for ideas as to what could be causing the problem without success.
Any help is appreciated.
Thanks,
Dear forgette,
Hello,
Can you please post what error you got ?
BTW it will help you to install and start webserver.
# rpm -ivh httpd-x.y.z.rpm
# service httpd start
FYI, http://httpd.apache.org
Best Regards.
Färrükh Ähmëd
The best way to troubleshoot this would be to have two separate terminal winows open with these commands running.
Code:# tail -0f /var/log/messagesThey display the contents of the main system error log file and that for Apache.Code:# tail -0f /var/log/httpd/error_log
The cause of the problem should show up there. Post the error message and we'll be able to provide better help.
Bookmarks