LinuxCOE-SystemDesigner.conf.in from LinuxCOE at Krugle
Show LinuxCOE-SystemDesigner.conf.in syntax highlighted
##
# This configuration file maps the LinuxCOE System Designer
# WebUI into the webserver's URL space.
##
# executable content
ScriptAlias /@PACKAGE_NAME@-cgi-bin/ "@prefix@/cgi-bin/"
<Directory "@prefix@/cgi-bin">
AllowOverride None
Options ExecCGI -MultiViews SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
# static content
Alias /@PACKAGE_NAME@ "@prefix@/html"
<Directory "@prefix@/html">
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride AuthConfig
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Order allow,deny
Allow from all
</Directory>
DirectoryIndex index.html index.shtml
See more files for this project here