Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <IfModule mod_alias.c>
  2. ScriptAlias /cgi-bin/ /var/www/cgi-bin/
  3.  
  4. <Directory /var/www/cgi-bin/>
  5. AllowOverride None
  6. Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
  7. Order allow,deny
  8. Allow from all
  9. </Directory>
  10. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement