<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:8pt; font-weight:400; font-style:normal;">On Tuesday 07 April 2009 13:24:00 Uwe Kiewel wrote:<br>
> Kevin Kempter wrote:<br>
> > Hi All;<br>
> ><br>
> ><br>
> > I have a laptop running Fedora10 x86_64.<br>
> ><br>
> > I started the default config and I can go to http://localhost and I see<br>
> > the expected Fedora Test Page.<br>
> ><br>
> > I want to install a web site in /stage/webpages/csweb (/stage is a<br>
> > separate file system) so I did this:<br>
> ><br>
> > 1) I checked to make sure the httpd.conf file was including the conf.d/*<br>
> > files with this line in the httpd.conf file:<br>
> ><br>
> > Include conf.d/*.conf<br>
> ><br>
> ><br>
> > 2) I added this file (named csweb.conf) to the /etc/httpd/conf.d<br>
> > directory:<br>
> ><br>
> > #<br>
> > # Setup directory: /stage/webpages/csweb<br>
><br>
> Is that directory readable by the webserver? In that case I talk about<br>
> file system permissions.<br>
><br>
><br>
> THT,<br>
>    Uwe<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Here's the file system perms:<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>/stage:<br>
(ls -l / | grep stage)<br>
drwxrwxrwx  18 root root   4096 2009-04-07 10:45 stage<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>/stage/webpages<br>
(ls -l /stage | grep webpages)<br>
drwxrwxr-x  4 kkempter kkempter       4096 2009-04-07 10:46 webpages<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>/stage/webpages/csweb<br>
(ls -l /stage/webpages | grep csweb)<br>
drwxrwxr-x 17 kkempter kkempter 4096 2009-04-07 12:41 csweb<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>