blob: ddf8cc97617a5a05f3d36c0b849a48482327910e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# OpenGnSys Web Console template configuration for Apache.
Alias /opengnsys CONSOLEDIR
# Overrides default CentOS php.ini configuration.
php_value short_open_tag on
<Directory CONSOLEDIR>
Options -Indexes FollowSymLinks
DirectoryIndex index.php
</Directory>
|