LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How to start up Apache in FC3? (https://www.linuxquestions.org/questions/linux-networking-3/how-to-start-up-apache-in-fc3-279918/)

pookguy88 01-19-2005 07:12 PM

How to start up Apache in FC3?
 
How do i start the httpd service in FC3??
I have it installed and everything.

thanks

pookguy88 01-19-2005 07:39 PM

Ok, i found it in applications -> services -> httpd

however, when i try to start it, it says that at line 487 of httpd.conf which is:

"Alias /manual "/etc/httpd/manual"

it says theres an error there because it says :
httpd failed. The error was: Starting httpd: [Wed Jan 19 18:40:26 2005] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 487 will probably never match because it overlaps an earlier AliasMatch.
[FAILED]

overlord73 01-20-2005 02:25 AM

means that your entry overlaps with a previous ALIAS-entry.

you can start/stop the daemon with:
/etc/init.d/httpd start/stop

pookguy88 01-20-2005 09:07 AM

will it be a problem if i'm running it over a wireless connection?

overlord73 01-20-2005 09:10 AM

to what extent a problem?
actually only in the points of performance and security.

pookguy88 01-20-2005 10:21 AM

well i thought it wouldn't start because of it was wireless..
i also tried to comment out the ("Alias /manual "/etc/httpd/manual") line and it still didn't work..

overlord73 01-21-2005 01:42 AM

your server has a wlan?
are there further ALIAS entries?

cidrolin 01-21-2005 03:52 AM

as far as I know, the recommended way to start/stop httpd is
Code:

/usr/sbin/apachectl start|restart|stop

pookguy88 01-21-2005 09:38 AM

Quote:

Originally posted by overlord73
your server has a wlan?
are there further ALIAS entries?

well the way i'm running my web server is through a laptop which is wirelessly connected to a router which is connected to my static DSL

pookguy88 01-21-2005 09:21 PM

i tried the command line method, still get the same error... if i comment out the line the "start" command just skips to prompt again and when i goto "stop" it says httpd wasn't even running


All times are GMT -5. The time now is 01:08 PM.