Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. LoadModule envbypath_module libexec/apache2/mod_envbypath.so
  2.  
  3. <IfModule envbypath_module>
  4.  
  5. <Location /example>
  6. SetHandler maintenance-handler
  7. </Location>
  8.  
  9. AddHandler maintenance-handler .sum
  10.  
  11. EnvbypathEnabled On
  12. EnvbypathConfigPath "/Users/Shared/apache_module/maintenance.conf"
  13. EnvbypathConfigMaxAge 120
  14.  
  15. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement