Advertisement
dvibe

Abe.conf

Jul 26th, 2014
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. contents of /etc/apache2/sites-available/abe.conf
  2.  
  3. <VirtualHost *:80>
  4. ServerName AltBlockExplorer.tk
  5. Alias /static/ /home/ubuntu/bitcoin-abe/Abe/htdocs/
  6. Alias /robots.txt /home/ubuntu/bitcoin-abe/Abe/htdocs/robots.txt
  7. Alias /favicon.ico /home/ubuntu/bitcoin-abe/Abe/htdocs/favicon.ico
  8. Alias / /usr/lib/cgi-bin/abe.fcgi/
  9.  
  10. # Raise this if you get server errors mentioning "mod_fcgid:
  11. # read data timeout in 40 seconds"
  12. #FcgidIOTimeout 40
  13.  
  14. # Uncomment to log Abe requests.
  15. ErrorLog /var/log/abe_error.log
  16. LogLevel info
  17. CustomLog /var/log/abe_access.log combined
  18.  
  19. <Directory />
  20. Options ExecCGI FollowSymLinks
  21. AddHandler cgi-script .cgi
  22. AddHandler fastcgi-script .fcgi
  23. AllowOverride all
  24. Require all granted
  25. Allow from all
  26. </Directory>
  27.  
  28. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement