View previous topic :: View next topic |
Author |
Message |
Tristanm Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 15 Aug 2008 Posts: 209
|
Posted: Thu Jul 22, 2010 6:36 pm Post subject: Apache 2.2.15 setup problem |
|
|
I am attempting to set up Apache web server on my gentoo server. The problem I seem to be having is that it's not broadcasting out to the world. The server starts up with no errors, but doesn't actually do anything. On top of that, I've been unable to find any sort of guide to help set the thing up. The gentoo wiki is no help, as it pretty much says "emerge and run it" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lxg Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/19265729674c9fac4bb9adf.png)
Joined: 12 Nov 2005 Posts: 1019 Location: Aachen, Germany
|
Posted: Thu Jul 22, 2010 6:48 pm Post subject: |
|
|
Please post some facts.
Code: | cat /var/log/apache2/*
wget -O - localhost |
should do for starters.
Anything noteworthy about your config? _________________ lxg.de – codebits and tech talk |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Tristanm Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 15 Aug 2008 Posts: 209
|
Posted: Thu Jul 22, 2010 7:03 pm Post subject: |
|
|
My config is pretty much the default. I haven't been able to find much on it, which is why I've had such a problem with it.
Quote: | tristan-server ~ # cat /var/log/apache2/*
[Wed Jun 09 08:36:15 2010] [alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "tristan-server"
Configuration Failed
[Wed Jun 09 08:40:36 2010] [alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "tristan-server"
Configuration Failed
[Thu Jul 22 10:55:09 2010] [alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "tristan-server"
Configuration Failed
[Thu Jul 22 11:08:45 2010] [alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "tristan-server"
Configuration Failed
[Thu Jul 22 11:09:17 2010] [alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "tristan-server"
Configuration Failed
[Thu Jul 22 11:41:02 2010] [alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "tristan-server"
Configuration Failed
[Thu Jul 22 12:44:58 2010] [alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "tristan-server"
Configuration Failed
|
Quote: | tristan-server ~ # wget -O - localhost
--2010-07-22 14:01:43-- http://localhost/
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:80... failed: Connection refused.
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lxg Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/19265729674c9fac4bb9adf.png)
Joined: 12 Nov 2005 Posts: 1019 Location: Aachen, Germany
|
Posted: Thu Jul 22, 2010 7:06 pm Post subject: |
|
|
Oh, the mod_unique_id thing … I remember that. But not the solution, sorry.
I think it has to do with your hosts settings and that specific module, I'm sure Google can lead you to the answer. _________________ lxg.de – codebits and tech talk |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mokia n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Feb 2010 Posts: 63 Location: Hungary
|
Posted: Thu Jul 22, 2010 9:00 pm Post subject: |
|
|
Did you set 127.0.0.1 tristan-server in /etc/hosts? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|