![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| apache error | murad.jaber | SUN Solaris | 2 | 03-16-2008 11:04 PM |
| Error installing apache | ncatdesigner | UNIX for Dummies Questions & Answers | 3 | 03-07-2008 08:37 AM |
| Apache Error | amitsayshii | UNIX for Dummies Questions & Answers | 1 | 09-26-2006 07:59 AM |
| Apache Forbidden Error | perleo | Linux | 1 | 10-30-2004 06:45 AM |
| 403 Error in Apache? | solvman | UNIX for Advanced & Expert Users | 6 | 07-30-2002 06:55 AM |
|
|
LinkBack | Thread Tools | Display Modes |
| Forum Sponsor | ||
|
|
|
||||
|
A couple of questions. Within httpd.conf do you have a line such as
ServerName localhost:8080 i.e. using "localhost" as the servername, or do you have the IP address? What does "grep 127.0.0 /etc/hosts" give? The loopback IP address should be 127.0.0.1 - you've lost the "1" somewhere. From what's posted it looks to me like apache is trying to resolve localhost using /etc/hosts that has an incorrect entry (i.e. an incorrect localhost entry). Let us know what you find! Cheers ZB |
|
||||
|
i have already been back into /etc/hosts and replaced what I changed with 127.0.0.1 localhost.localdomain..
also in the httpd.conf file i don't have a line that requests a server name i have line for a Listen post and a line for Serveradmin is as close as I get to servername... no i tried using the IP address with 8080 and removed it... where would I place this? with the Listen or with the Serveradmin. finally my listen port is set to 8080 and serveradmin to localhost.localdomain. moxxx68
__________________
moxxx68 http://www.estarinformado.com.ar/apicmaxmiel/bee-diez.gif |
||||
| Google UNIX.COM |