##
## apache.conf -- Apache Custom Configuration
##
# include Apache default/base configuration
Include "@l_prefix@/etc/apache/apache.base"
Listen 127.0.0.1:80
NameVirtualHost 127.0.0.1:80
Listen 127.0.0.1:443
ServerName @l_hostname@.@l_domainname@
ServerAlias localhost.@l_domainname@
ServerAdmin root@localhost.@l_domainname@
ServerSignature on
DocumentRoot @l_prefix@/share/apache/htdocs
Options Indexes FollowSymLinks MultiViews
AllowOverride none
Order allow,deny
Allow from all
ScriptAlias /cgi-bin @l_prefix@/cgi
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride None
Order allow,deny
Allow from all
ServerName @l_hostname@.@l_domainname@
ServerAlias localhost.@l_domainname@
ServerAdmin root@localhost.@l_domainname@
ServerSignature on
DocumentRoot @l_prefix@/share/apache/htdocs
Options Indexes FollowSymLinks MultiViews
AllowOverride none
Order allow,deny
Allow from all
ScriptAlias /cgi-bin @l_prefix@/cgi
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride None
Order allow,deny
Allow from all
SSLEngine on
SSLCertificateFile @l_prefix@/etc/apache/ssl.crt/snakeoil-rsa.crt
SSLCertificateKeyFile @l_prefix@/etc/apache/ssl.key/snakeoil-rsa.key
SSLCertificateFile @l_prefix@/etc/apache/ssl.crt/snakeoil-dsa.crt
SSLCertificateKeyFile @l_prefix@/etc/apache/ssl.key/snakeoil-dsa.key