source: server/etc/apache-prev2.4.conf.tmpl @ fac0b87

Last change on this file since fac0b87 was 1602040, checked in by ramon <ramongomez@…>, 11 years ago

Versión 1.0.5, #616: Integrar código de la versión 1.0.5 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@4309 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 264 bytes
RevLine 
[1602040]1# OpenGnSys Web Console template configuration for Apache.
2
3Alias /opengnsys CONSOLEDIR
4
5# Overrides default CentOS php.ini configuration.
6php_value short_open_tag on
7
8<Directory CONSOLEDIR>
9        Options -Indexes FollowSymLinks
10        DirectoryIndex index.php
11</Directory>
12
Note: See TracBrowser for help on using the repository browser.