equal
deleted
inserted
replaced
39 |
39 |
40 cat <<EOF >/etc/apache2/sites-available/hg.conf |
40 cat <<EOF >/etc/apache2/sites-available/hg.conf |
41 <VirtualHost hg.defun.work:*> |
41 <VirtualHost hg.defun.work:*> |
42 DocumentRoot /srv/hg |
42 DocumentRoot /srv/hg |
43 |
43 |
44 ScriptAliasMatch ^/(.*) /srv/hg/hgweb.cgi/$1 |
44 ScriptAliasMatch ^/(.*) /srv/hg/hgweb.cgi/\$1 |
45 |
45 |
46 <Directory "/srv/hg/"> |
46 <Directory "/srv/hg/"> |
47 Options +ExecCGI |
47 Options +ExecCGI |
48 Require all granted |
48 Require all granted |
49 AllowOverride None |
49 AllowOverride None |