Guest User

Untitled

a guest
Feb 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. apache2.conf
  2.  
  3. <Directory /home/*/public_html>
  4. #AllowOverride FileInfo AuthConfig Limit
  5. #Options Indexes SymLinksIfOwnerMatch IncludesNoExec
  6. Options ExecCGI FollowSymLinks Indexes
  7. AddHandler cgi-script .cgi
  8. AllowOverride all
  9. Order allow,deny
  10. Allow from all
  11. </Directory>
  12.  
  13.  
  14. fcgi.conf:
  15.  
  16. <IfModule mod_fcgid.c>
  17. AddHandler fcgid-script .fcgi
  18. SocketPath /var/lib/apache2/fcgid/sock
  19. IPCConnectTimeout 20
  20. </IfModule>
Add Comment
Please, Sign In to add comment