Click to See Complete Forum and Search --> : Apache Help


Moldfish
10-17-2003, 06:57 PM
I run apechectl start and it just gives me this:
[sites@localhost bin]$ ./apachectl start
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

Ive tried commenting out Listen 80 and changing it to my IP:80 but when I comment it out it just says the bottom half and still exits.

This is getting annoying. what do I do???
[Sorry for posting offtopic sorta but the linux boards practically dead]

LordShryku
10-17-2003, 07:09 PM
What OS? Linux, okay, but what flavor?

ForgotMyPass
10-17-2003, 07:14 PM
RedHat flavor >_>

Sorry but saying that makes me feel too nerdy...

LordShryku
10-17-2003, 07:17 PM
so can you start it through init.d?

And trust me....most of us long term users are pretty nerdy ...

ForgotMyPass
10-17-2003, 07:22 PM
I dont see any init.d files and im not very experienced with linux so uhh... Where?

LordShryku
10-17-2003, 07:26 PM
try this

cd /etc/init.d
./httpd start

Moldfish
10-17-2003, 07:30 PM
[sites@localhost init.d]$ ./httpd start
Starting httpd: Syntax error on line 116 of /etc/httpd/conf.d/ssl.conf:
SSLCertificateFile: file '/etc/httpd/conf/ssl.crt/server.crt' does not exist or
is empty
[FAILED ]
[sites@localhost init.d]$

LordShryku
10-17-2003, 07:38 PM
heh...you gonna change your name to FoundMyPass now?

So you have SSL enabled. Do you need that? If so, it's saying that it can't find your certificate.

ForgotMyPass
10-17-2003, 07:41 PM
Actually I am posting on 2 computers so I havent found my pass >_>

And I dont know what that SSL stuff is but I dont like it. I dont like it at all.

LordShryku
10-17-2003, 08:00 PM
Well then, I suggest going through ssl.conf and turning that off. Then you should be able to start Apache through init.d

ForgotMyPass
10-17-2003, 08:32 PM
Thanks SO much!