I've done this a million times and it's always worked fine... but not this time.
I am trying to add a new virtualhost, and it refuses to work. I just get forbidden when I try to access it. This is the directive:
I added options +followsymlinks +symlinksifownermatch since I found on google it would fix the issue, but it's still not working.
Here is one that works, I really don't understand why one would work and the other would not.
I have tried to set the folder permissions to 777 in desperation thinking it may be a permission issue, still no luck. The error I get in the log is this:
I don't get why one folder would work and the other would not. It just makes no sense.
I am trying to add a new virtualhost, and it refuses to work. I just get forbidden when I try to access it. This is the directive:
Code:
<VirtualHost *:80>
DocumentRoot "/raid1/intranet/main/tools/webmail"
servername webmail.borg.loc
<directory />
allow from all
allowoverride all
options +followsymlinks +symlinksifownermatch
</directory>
</virtualhost>
I added options +followsymlinks +symlinksifownermatch since I found on google it would fix the issue, but it's still not working.
Here is one that works, I really don't understand why one would work and the other would not.
Code:
<virtualhost *:80>
documentroot /raid1/applications
servername applications.borg.loc
serveralias apps.borg.loc
</virtualhost>
I have tried to set the folder permissions to 777 in desperation thinking it may be a permission issue, still no luck. The error I get in the log is this:
Code:
[Wed Nov 23 03:37:12 2011] [error] [client 10.1.2.20] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /raid1/intranet/main/tools/webmail/
I don't get why one folder would work and the other would not. It just makes no sense.
Last edited:
