Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <Directory /srv/webapp>
  2. Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
  3. SetOutputFilter DEFLATE
  4. ExpiresActive On
  5. ExpiresDefault "3 Months"
  6. AuthType security::AuthCookieHandler
  7. AuthName Maxio
  8. PerlAuthenHandler security::AuthCookieHandler->authenticate
  9. PerlAuthzHandler security::AuthCookieHandler->authorize
  10. require access
  11. </Directory>
  12.  
  13. sub access
  14. {
  15. ...
  16. ...
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement