[NBLUG/talk] httpd problem
Todd Cary
todd at aristesoftware.com
Thu Jan 13 08:53:01 PST 2005
Sebastian -
I checked the httpd.conf file hoping to find some dumb mistake, but it
appears that I have soemthing wrong with my permissions which I will
focus on.
Anyway, here are my httpd:conf settings:
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/home/httpd"
# Virtual host Default Virtual Host
<VirtualHost *:8080>
DocumentRoot /home/httpd
ServerAdmin webmaster at aristesoftware.com
ServerName _default_:8080
DirectoryIndex index.php index.html index.htm index.shtml
Sebastian wrote:
>>Todd Cary wrote:
>>
>>
>>>Document directory: /home/httpd
>>>Port: 8080 [do not want it to conflict with my other httpd server]
>>>
>>>http://209.204.172.137:8080 tells me Apache is running
>>>
>>>However with http://209.204.172.137:808/testphp.php or
>>>http://209.204.172.137:8080/index.html I have a permissions problem.
>>>
>>>/home/httpd is owner by "apache" with a group of "adm"
>>>Permissions are 775
>>>
>>>The same is true of the files in /home/httpd
>>>
>>>I checked Apache and it is owned by "apache" and the group is "apache".
>>>
>>>
>
>I'm not familiar with Fedora, but....
>
>By "document directory", do you mean that you've got this in your
>httpd.conf file:
>
> DocumentRoot /home/httpd
>
> <Directory "/home/httpd">
> Options blah blah...
> blah blah...
> </Directory>
>
>If so, the next thing to check is your virtual host definitions. My guess
>is there's a _default_ virtual host set up to point to fedora's default
>root, perhaps /var/www/html.
>
>See http://httpd.apache.org/docs-2.0/vhosts/examples.html
>
>HTH
>Sebastian
>
>
>
>_______________________________________________
>talk mailing list
>talk at nblug.org
>http://nblug.org/cgi-bin/mailman/listinfo/talk
>
>
>
>
--
More information about the talk
mailing list