Code Search for Developers
 
 
  

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

LinuxCOE

The Linux Common Operating Environment (LinuxCOE) facilitates provisioning and lifecycle support of many popular Linux distributions, versions and architectures.

Project homepage: http://sourceforge.net/projects/linuxcoe
Programming language(s): JavaScript,Perl,Shell Script
License: gpl2

  LinuxCOE-SystemDesigner.conf.in
  Makefile.am
  Makefile.in
  sudoers.in