> -----Original Message-----
> From: Jody Cleveland [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 16, 2005 4:53 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Warning: DocumentRoot does not exist
> 
> Hello,
> 
> I'm running Redhat 4.0 AS server, and I'm trying to get 
> apache running on it.
> 
> When I try to run service httpd start, I get this error:
> # service httpd start
> Starting httpd: Warning: DocumentRoot [/var/www/html/wals] 
> does not exist
>                                                            [  OK  ]
> 
> That directory does exist. Looking at the error log for 
> apache, I get a
> warning:
> [warn] Init: (www.wals.lib.wi.us:443) You configured HTTP(80) 
> on the standard HTTPS(443) port!

Are you trying to start it as root (required for ports like 80 & 443)?

The user it starts as might not have permissions to your
/var/www/html/wals directory.

> 
> I don't have ssl configured at all on that server, and won't 
> be using it. Any ideas why that would be on there? I tried 
> searching the apache site, and can't seem to find the answers.

I would search for 443 in your {server}/conf/httpd.conf file.  See what
you need to comment out.

> 
> Also, If I try to go to the site, www.wals.lib.wi.us, I get this:
> Forbidden
> 
> You don't have permission to access / on this server.

You probably have indexing turned off & also don't have an index.html
file in that directory.

See: http://httpd.apache.org/docs/2.0/mod/core.html#directory

Hope that helps you.


> 
> Which is mirrored in the error log for that site.
> 
> Any ideas what may be wrong?
> 
> --
> Jody Cleveland
> Computer Support Specialist
> [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to