repo.or.cz
/
ninja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
reports: Fix id of custom date selector
[ninja.git]
/
op5build
/
solaris
/
ninja.httpd-conf
blob
e0a127d90b13c8b16350408f824850a0af4bf877
1
<IfModule !mod_alias.c>
2
LoadModule alias_module libexec/mod_alias.so
3
</IfModule>
4
5
Alias /monitor /var/www/html/monitor
6
Alias /ninja /var/www/html/monitor
7
<Directory "/var/www/html/monitor">
8
Order allow,deny
9
Allow from all
10
DirectoryIndex index.php
11
</Directory>