Hi there. I have Fedora Core 6 on my computer and Apache 2.2.4, and I have tried to run apache server as localhost and when I run apache server and try to get the
http://localhost test page I have response. I can see tha page test of apache, that means that apache is working, but qhen I tryed to get into some of my sites that they are in this location /home/user/sites.
I have modified the httpd.conf archive in the Alias secction and put the following:
# Alias of user
Alias /sites/ "/home/user/sites/"
<Directory "/home/user/sites">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
I have restarted the apache server and get OK message qhet I tried to start httpd deamon. But if I want to get into
http://localhost/sites/ I get the firbidden message:
Forbidden
You don't have permission to access /sites/ on this server.
-------------------------------------------------------------------
Apache/2.2.4 (Fedora) Server at localhost Port 80
I have read on other forums that I need to allow that directory to the apache user, so I have to put the permision to do this on /home/user
drwxr-xr-x 31 user user 4096 mar 27 07:22 sites
But I get the same message. I have read in other place thata maybe SELinux in obtructed httpd and makes this message happen, so I go to the SELinux and disbled to httpd deamon, but I get the same message.
Can anybody help me? Thanks.
NOTE: Sorry about my english...