(root)/trunk/apache.conf.in – Rev 2
Rev 3 |
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
nishi |
1 |
# $Id: apache.conf.in 2 2024-10-01 03:45:55Z nishi $
|
|
|
2 |
# vim: syntax=apache
|
|
|
3 |
|
|
|
4 |
DocumentRoot @@PREFIX@@/lib/koakuma/htdocs
|
|
|
5 |
<Directory @@PREFIX@@/lib/koakuma/htdocs>
|
|
|
6 |
Require all granted
|
|
|
7 |
</Directory>
|
|
|
8 |
<Directory @@PREFIX@@/lib/koakuma/cgi-bin>
|
|
|
9 |
Options +ExecCGI
|
|
|
10 |
Require all granted
|
|
|
11 |
</Directory>
|
|
|
12 |
ScriptAlias /koakuma @@PREFIX@@/lib/koakuma/cgi-bin/koakuma.cgi
|
|
|
13 |
|
|
|
14 |
RewriteEngine on
|
|
|
15 |
RewriteRule ^/$ /koakuma [END,NE,R=permanent]
|