source: server/etc/apache.conf.tmpl @ 6647a20

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 6647a20 was f9e3393, checked in by ramon <ramongomez@…>, 11 years ago

#616: Instalador compatible con configuración de Apache 2.4 y de versiones anteriores.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@4237 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 286 bytes
Line 
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        Require all granted
10        Options -Indexes +FollowSymLinks
11        DirectoryIndex index.php
12</Directory>
13
Note: See TracBrowser for help on using the repository browser.