Hi everybody

I've got the following problem:

We had a proxy server running on http://10.0.0.3:8080/ (Apache Server).
It was running fine, but now, it's not. I know I ran Comanche and edited
httpd.conf, but didn't modify anything.
Now, whenever, I type "http://10.0.0.3:8080/"; in my browser, I get the
following error message:

     Forbidden

     You don't have permission to access / on this server.
     Apache/1.3.9 Server at linux.company.domain.mu Port 80

Furthermore, when running "httpd" in a terminal, I get the following
message:

     Warning: NetMask not supplied with IP-Addr; guessing: 10.0.0.0/8


Here is an excerpt from "httpd.conf":

--------------------------------------------------------
ServerType standalone
Port 80
...
ServerAdmin root@localhost
DocumentRoot "/home/httpd/html"
ErrorLog /var/log/httpd/error_log
ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
User nobody
Group nobody
...
proxyrequests On
noproxy 10
...
Listen 8080
CacheRoot /tmp/proxycache/
CacheSize 5
CacheGcInterval 1.5
<Directory />
Options FollowSymlinks
</directory>
<Directory "/home/httpd/html">
Options Includes Indexes FollowSymlinks
Order allow,deny
Allow from all
</directory>
<Files ~>
AllowOverride AuthConfig FileInfo Indexes Limit Options
Order allow,deny
Deny from all
</files>
--------------------------------------------------------

By the way, does the fact that "Port" is set to "80" and "Listen" is set to
"8080" not cause any problem?

Any help most welcome.
Thanks again.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to