We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 937f5eb + 4711975 commit e61c33eCopy full SHA for e61c33e
book/04-git-server/sections/gitweb.asc
@@ -56,7 +56,7 @@ Now, you need to make Apache use CGI for that script, for which you can add a Vi
56
ServerName gitserver
57
DocumentRoot /var/www/gitweb
58
<Directory /var/www/gitweb>
59
- Options ExecCGI +FollowSymLinks +SymLinksIfOwnerMatch
+ Options +ExecCGI +FollowSymLinks +SymLinksIfOwnerMatch
60
AllowOverride All
61
order allow,deny
62
Allow from all
0 commit comments