Forum Moderators: phranque
<VirtualHost xxxx.xxxx.net xxxx.xxxx.net>
ServerAdmin webmaster@xxx.net
DocumentRoot /...../www
ServerName xxxx.xxxx.net
ErrorLog /usr/local/etc/httpd/logs/VHOST/user_errors
TransferLog /usr/local/etc/httpd/logs/VHOST/user_access
Options Indexes FollowSymLinks ExecCGI
AddHandler cgi-script .cgi
</VirtualHost>
I've browsed to a directory in which lives a symlinked file. I have indexes turned on, so i can see the file is actually there. clicking on the link for that file, however, returns for me a 404. The symlink is valid, as I can type it in an ssh shell and get the file just fine.
I've used symlinks with apache without a hitch in the past. Am I missing something this time?