Changeset 13224 in hybrid


Ignore:
Timestamp:
Apr 1, 2015, 4:23:09 PM (10 years ago)
Author:
huub
Message:

apache config file met cgi-exec-enabled directories zodat portal scripts kunnen werken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-10/nanobsd/files/usr/local/etc/apache24/httpd.conf

    r13217 r13224  
    254254#
    255255<IfModule dir_module>
    256     DirectoryIndex index.html
     256    DirectoryIndex index.html index.cgi
    257257</IfModule>
    258258
     
    279279# alert, emerg.
    280280#
    281 LogLevel warn
     281LogLevel debug
    282282
    283283<IfModule log_config_module>
     
    393393    #
    394394    AddHandler cgi-script .cgi
     395
     396<Directory "/usr/local/www/wlweb">
     397    AllowOverride None
     398    Options Indexes FollowSymLinks ExecCGI
     399    Require all granted
     400</Directory>
     401
     402<Directory "/usr/local/www/wlportal">
     403    AllowOverride None
     404    Options Indexes FollowSymLinks ExecCGI
     405    Require all granted
     406</Directory>
     407
     408<Directory "/usr/local/www/portal">
     409    AllowOverride None
     410    Options Indexes FollowSymLinks ExecCGI
     411    Require all granted
     412</Directory>
     413
    395414
    396415    # For type maps (negotiated resources):
Note: See TracChangeset for help on using the changeset viewer.