> -----Original Message----- > From: Jody Cleveland [mailto:Cleveland@xxxxxxxxxxxx] > Sent: Tuesday, August 16, 2005 4:53 PM > To: users@xxxxxxxxxxxxxxxx > Subject: [users@httpd] 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 > cleveland@xxxxxxxxxxxx > > --------------------------------------------------------------------- > 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: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx