Hello everyone,
finally upgraded to apache 2.4 (and fedora 18).
Install went smooth but my virtualhost config is still acting up.
All virtual hosts seem to work by adding
Except for one. It keeps telling me 403 it requires me to login.
What am I missing here?
finally upgraded to apache 2.4 (and fedora 18).
Install went smooth but my virtualhost config is still acting up.
All virtual hosts seem to work by adding
Code:
<Directory /does/it/really/matter/>
Require all granted
</Directory>
What am I missing here?