Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created April 24, 2012 12:53
Show Gist options
  • Save phlegx/2479399 to your computer and use it in GitHub Desktop.
Save phlegx/2479399 to your computer and use it in GitHub Desktop.
<VirtualHost *:443>
Options Indexes +FollowSymLinks
ProxyRequests Off
Alias /search-v3 /var/www/Search-v3
ProxyPass /search-v3 !
</VirtualHost>
## ERROR
Symbolic link not allowed or link target not accessible: /var/www/Search-v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment