Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3. DocumentRoot /var/www
  4.  
  5. ErrorLog ${APACHE_LOG_DIR}/error.log
  6. CustomLog ${APACHE_LOG_DIR}/access.log combined
  7.  
  8. ScriptAlias /cgi-bin/ /var/www/cgi-bin/
  9. <Directory "/var/www/cgi-bin">
  10. AllowOverride None
  11. Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
  12. Require all granted
  13. </Directory>
  14. SuexecUserGroup testuser testuser
  15. </VirtualHost>
  16.  
  17. [2017-07-28 11:54:27]: uid: (1000/testuser) gid: (1000/testuser) cmd: moo.cgi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement