Skip to content

Instantly share code, notes, and snippets.

@tigefa4u
Last active February 2, 2016 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tigefa4u/056a87fb1b6bab4c02f2 to your computer and use it in GitHub Desktop.
Save tigefa4u/056a87fb1b6bab4c02f2 to your computer and use it in GitHub Desktop.
👍 nulldo.xyz apache conf
<VirtualHost *:80>
ServerName nulldo.xyz
ServerAlias www.nulldo.xyz
ServerAdmin prebuiltcode@gmail.com
DocumentRoot /var/www/html
<Directory /var/www/html>
AddHandler cgi-script .cgi
Options Indexes FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
allow from all
Require all granted
#EnableSendfile Off
</Directory>
<Location /svn>
DAV svn
SVNParentPath /var/lib/svn
#AuthType Basic
#AuthName "My repository"
#AuthUserFile /etc/apache2/dav_svn.passwd
#AuthzSVNAccessFile /etc/apache2/dav_svn.authz
#<LimitExcept GET PROFIND OPTIONS REPORT>
#Require valid-user
#</LimitExcept>
</Location>
ErrorLog ${APACHE_LOG_DIR}/nulldo-error.log
CustomLog ${APACHE_LOG_DIR}/nulldo-access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment