Current File : //var/ai/ai-webserver/service-httpd-templ.conf
#
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
#

<Directory "$svcpath/auto_install/wizard">
  Order Allow,Deny
  Allow from all
</Directory>

<IfModule alias_module>
  Alias /$svcname $svcpath/auto_install/wizard
</IfModule>

<Directory "$svcpath/auto_install/wizard/server-side/">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    SetHandler cgi-script
    Options ExecCGI
</Directory>