[NBLUG/talk] httpd problem

Sebastian list at mindling.com
Wed Jan 12 18:09:42 PST 2005


> 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






More information about the talk mailing list