Guest User

Untitled

a guest
Oct 8th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <IfModule mod_alias.c>
  2. <IfModule mod_cgi.c>
  3. Define ENABLE_USR_LIB_CGI_BIN
  4. </IfModule>
  5.  
  6. <IfModule mod_cgid.c>
  7. Define ENABLE_USR_LIB_CGI_BIN
  8. </IfModule>
  9.  
  10. <IfDefine ENABLE_USR_LIB_CGI_BIN>
  11. ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
  12. <Directory "/usr/lib/cgi-bin">
  13. AllowOverride None
  14. Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
  15. Require all granted
  16. </Directory>
  17. </IfDefine>
  18. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment