source:
server/etc/apache.conf.tmpl
@
a405c48
Last change on this file since a405c48 was 1602040, checked in by , 11 years ago | |
---|---|
|
|
File size: 286 bytes |
Rev | Line | |
---|---|---|
[91aaf03] | 1 | # OpenGnSys Web Console template configuration for Apache. |
2 | ||
3 | Alias /opengnsys CONSOLEDIR | |
4 | ||
[d0df50b6] | 5 | # Overrides default CentOS php.ini configuration. |
6 | php_value short_open_tag on | |
7 | ||
[91aaf03] | 8 | <Directory CONSOLEDIR> |
[1602040] | 9 | Require all granted |
10 | Options -Indexes +FollowSymLinks | |
11 | DirectoryIndex index.php | |
[91aaf03] | 12 | </Directory> |
13 |
Note: See TracBrowser
for help on using the repository browser.