On 04/04/2012 01:23 AM, Mike Chan wrote:
Hi z,
my vhost document root is /var/www/virtual. I have also set my
configuration with:
Options Indexes FollowSymLinks

I did not get any error. I simply did not see the soft links when I
tried to access my server on the web.

Can you paste the output of:

ls -Z /var/www

and

ls -Z /var/www/virtual

?

That would help. Also, the "Options Indexes FollowSymLinks" direcive needs to be like this:

<VirtualHost *:80>
        ...(your server settings)...
        <Directory /var/www/virtual>
                Options Indexes FollowSymLinks
        </Directory>
        ...(maybe other server settings
</VirtualHost>

And... one last thing... on mailing lists it is considered polite to post your reply at the bottom of the message, not the top -- because it is confusing for people to read from the bottom of the message to the top to understand the conversation.

-z

Reply via email to