Results 1 to 3 of 3
I've loaded apache 1.3.33 via tarball, need to now how to start.
I've tried this, "/usr/local/apache/bin/apachect1 start", but no go.
Please advise...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-13-2004 #1Just Joined!
- Join Date
- Dec 2004
- Location
- somewhere in kansas
- Posts
- 5
Apache Issues
I've loaded apache 1.3.33 via tarball, need to now how to start.
I've tried this, "/usr/local/apache/bin/apachect1 start", but no go.
Please advise
- 12-13-2004 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
Does it show any error messages? Does anything happen? Try ps-A after you start it and see if apache or httpd shows up anywhere. It's possible it's not configured right, you might look through httpd.conf.
- 12-14-2004 #3Just Joined!
- Join Date
- Dec 2004
- Posts
- 12
Hi
valan is right. Have you configured the server in /etc/httpd/conf/httpd.conf (or wherever you're tarball install puts it) ?
Most notably things like the user and group directive, the DocumentRoot and ServerRoot directives.
Check /var/log/httpd/error_log for more clues. It should give an error message explaining why it couldn't start.
Hope that helps
Spook


Reply With Quote
