Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. LoadModule ispmgr_module /usr/local/ispmgr/lib/apache/mod_ispmgr.so
  2.  
  3. Alias /manager /usr/local/ispmgr/bin/
  4. Alias /manimg/ /usr/local/ispmgr/skins/
  5. Alias /disabled/ /usr/local/ispmgr/www/disabled/
  6. Alias /mancgi/ /usr/local/ispmgr/cgi/
  7.  
  8. <Directory /usr/local/ispmgr/>
  9. Order allow,deny
  10. Allow from all
  11. AddDefaultCharset utf-8
  12. </Directory>
  13.  
  14. <Directory /usr/local/ispmgr/cgi/>
  15. SetHandler directcgi-handler
  16. AddDefaultCharset utf-8
  17. </Directory>
  18.  
  19. <Directory /usr/local/ispmgr/bin/>
  20. SetHandler ispwrap-handler
  21. AddDefaultCharset utf-8
  22. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement