source: server/etc/apache.conf.tmpl @ 965ac11

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 965ac11 was 7829e4e, checked in by ramon <ramongomez@…>, 10 years ago

#708: Integrar código del ticket:708 en versión 1.1.

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

  • Property mode set to 100644
File size: 345 bytes
RevLine 
[30837bb]1# OpenGnSys Web Console template configuration for Apache.
2
3Alias /opengnsys CONSOLEDIR
4
[ea60f41]5# Overrides default CentOS php.ini configuration.
6php_value short_open_tag on
7
[30837bb]8<Directory CONSOLEDIR>
[f9e3393]9        Require all granted
10        Options -Indexes +FollowSymLinks
11        DirectoryIndex index.php
[30837bb]12</Directory>
[7829e4e]13<Directory CONSOLEDIR/rest>
14        AllowOverride All
15</Directory>
Note: See TracBrowser for help on using the repository browser.