View previous topic :: View next topic |
Author |
Message |
smparrish n00b
Joined: 11 Feb 2004 Posts: 4
|
Posted: Fri Jul 09, 2004 8:04 pm Post subject: Apache / Horde symbolic link problems |
|
|
When I try and access horde from within my own network I am getting a 403 error that I dont have permission to access the horde files. Checking the logs it seems Apache is having problems following symbolic links.
SP |
|
Back to top |
|
|
jdgill0 Veteran
Joined: 25 Mar 2003 Posts: 1366 Location: Lexington, Ky -- USA
|
Posted: Sat Jul 10, 2004 10:37 pm Post subject: |
|
|
I am not an Apache2 expert, but I do know that Apache2 by default will not follow symbolic links. You have to use the following Apache2 directive within apache2.conf for the directory that is/has symbolic links.
Code: | Options FollowSymLinks |
|
|
Back to top |
|
|
|