|
Home > Archive > Unix administration > June 2004 > apache2
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Greetings
I'm working on my first linux box and I can't seem to get apache2 to function properly. It seems to start up without a hitch, with no errors in the error_log. My file permissions are like they should be too, however, when I type my ip into a browser it
gives me the "cannot find server" page. I have port forwarding and a dmz set up on the router (it can be ssh'd into from both outside and inside my home network). What can i do to fix this or what should I look at?
| |
| Davide Bianchi 2004-06-06, 2:49 am |
| webmaster@sps.physics.gatech.edu wrote:
> I'm working on my first linux box and I can't seem to get apache2
> to function properly.
And it looks like you can't trim your own lines ad around 70 chars either.
> It seems to start up without a hitch, with no errors in the error_log.
Ja, but is it working? netstat -an | grep 80 what does said about?
ps -ef | grep httpd does show something? Do you have a firewall?
> when I type my ip into a browser
And a ping with the same IP does return?
Davide
--
| Don't hit a man when he's down -- kick him; it's easier.
|
|
|
| |
| berdey 2004-06-09, 8:06 am |
|
"Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message
news:2ifpufFme96nU2@uni-berlin.de...
> webmaster@sps.physics.gatech.edu wrote:
>
> And it looks like you can't trim your own lines ad around 70 chars either.
>
>
> Ja, but is it working? netstat -an | grep 80 what does said about?
> ps -ef | grep httpd does show something? Do you have a firewall?
>
>
> And a ping with the same IP does return?
>
> Davide
>
> --
> | Don't hit a man when he's down -- kick him; it's easier.
> |
> |
> |
ps -ef|grep httpd
pls confirm that the process of httpd is running.
berdey
|
|
|
|
|