14 lines
404 B
Text
14 lines
404 B
Text
---------------------------------------------------
|
|
cgit has been successfully installed.
|
|
|
|
To enable cgit in Apache, use something like the following:
|
|
|
|
<Directory "%%WWWDIR%%/">
|
|
AllowOverride None
|
|
Options +ExecCGI
|
|
Require all granted
|
|
</Directory>
|
|
|
|
Documentation and sample configuration can be found
|
|
in %%DOCSDIR%%/cgitrc.5.txt.
|
|
---------------------------------------------------
|