head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2007.06.22.11.02.07;	author rse;	state dead;
branches;
next	1.2;
commitid	Z5FSE1qba3VhKTms;

1.2
date	2007.03.15.06.33.56;	author cs;	state Exp;
branches;
next	1.1;
commitid	x0mindjJceDBr9as;

1.1
date	2007.02.07.22.18.00;	author cs;	state Exp;
branches;
next	;
commitid	D8v9efI5kdcePB5s;


desc
@@


1.3
log
@new OpenPKG world order: upgrade from Apache 1.3 to 2.2 (part 3/3: remove obsolete packages)
@
text
@##
##  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

<IfModule mod_ssl.c>
Listen          127.0.0.1:443
</IfModule>

<VirtualHost 127.0.0.1:80>
    ServerName        @@l_hostname@@.@@l_domainname@@
    ServerAlias       localhost.@@l_domainname@@
    ServerAdmin       root@@localhost.@@l_domainname@@
    ServerSignature   on

    DocumentRoot @@l_prefix@@/share/apache/htdocs
    <Directory @@l_prefix@@/share/apache/htdocs>
        Options       Indexes FollowSymLinks MultiViews
        AllowOverride none
        Order         allow,deny
        Allow         from all
    </Directory>

    ScriptAlias /cgi-bin @@l_prefix@@/cgi
    <Directory @@l_prefix@@/cgi>
        Options       Indexes FollowSymLinks MultiViews ExecCGI
        AllowOverride None
        Order         allow,deny
        Allow         from all
    </Directory>
</VirtualHost>

<IfModule mod_ssl.c>
<VirtualHost 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
    <Directory @@l_prefix@@/share/apache/htdocs>
        Options       Indexes FollowSymLinks MultiViews
        AllowOverride none
        Order         allow,deny
        Allow         from all
    </Directory>

    ScriptAlias /cgi-bin @@l_prefix@@/cgi
    <Directory @@l_prefix@@/cgi>
        Options       Indexes FollowSymLinks MultiViews ExecCGI
        AllowOverride None
        Order         allow,deny
        Allow         from all
    </Directory>

    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
</VirtualHost>
</IfModule>

@


1.2
log
@keep in sync with apache package: provide reasonable virtual host entry for out-of-the-box SSL support
@
text
@@


1.1
log
@new package: apache-php4 1.3.37 (Apache HTTP Server providing optional PHP4 support (legacy))
@
text
@d11 4
d38 31
@

