Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. AddType application/x-httpd-msl .msl
  2. ScriptAlias /msl/ "/usr/local/apache/cgi-bin/"
  3. #
  4. <Directory "/usr/local/apache/cgi-bin/">
  5. AllowOverride None
  6. Options +ExecCGI
  7. order deny,allow
  8. allow from all
  9. </Directory>
  10. Action application/x-httpd-msl "/msl/msl-fl"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement