Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't start apache??

Status
Not open for further replies.

bigtimehelp

Programmer
Joined
Aug 29, 2001
Messages
7
Location
US
Hi,

I installed php and then rebooted the server (Linux 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown).

I can telnet and ftp in but I can't view any pages from the browser. What should I do next?

Thanks in advance.
 
Well, is httpd set to start on reboot?

Try running (as root)
/etc/init.d/httpd start

If that starts it, then you should run
chkconfig 345 httpd on

which will set apache to start at boot.

If not, please post any error messages you get :)

-John
---
John Hoke<br>
 
thanks for all the help! I finally got it working.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top