head	1.1;
access;
symbols
	OPENPKG_E1_MP_HEAD:1.1
	OPENPKG_E1_MP:1.1
	OPENPKG_E1_MP_2_STABLE:1.1.2.2
	OPENPKG_E1_FP:1.1.2.2
	OPENPKG_2_STABLE_MP:1.1
	OPENPKG_2_STABLE_20061018:1.1.2.2
	OPENPKG_2_STABLE:1.1.0.2
	OPENPKG_CW_FP:1.1
	OPENPKG_1_STABLE_MP:1.1;
locks; strict;
comment	@# @;


1.1
date	2003.03.07.16.58.24;	author mlelstv;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2003.03.07.16.58.24;	author rse;	state dead;
branches;
next	1.1.2.2;
commitid	iZxwRSmmWscPXUQr;

1.1.2.2
date	2006.10.16.14.55.03;	author rse;	state Exp;
branches;
next	;
commitid	iZxwRSmmWscPXUQr;


desc
@@


1.1
log
@polishing, apache config
@
text
@##
##  apache.vhost -- Apache Virtual Host Configuration Template
##  ______________________________________________________
##
##  PLEASE DO NOT EDIT THIS TEMPLATE!! COPY IT TO "apache.vhost-xxx", 
##  REMOVE THIS COMMENT AND EDIT THAT FILE INSTEAD, PLEASE!
##  ______________________________________________________
##

<VirtualHost localhost:80>
    #   server information
    ServerName        www.foo.com
    ServerAlias       www.foo.net www.foo.org
    ServerAdmin       webmaster@@foo.com
    ServerSignature   on

    #   document area
    DocumentRoot /cw/libexec/poweradmin/htdocs/
    <Directory "/cw/libexec/poweradmin/htdocs/">
        Options        Indexes FollowSymlinks
        AllowOverride  None
        Order          allow,deny
        Allow          from all
        DirectoryIndex index.php
    </Directory>
    <Directory "/cw/libexec/poweradmin/htdocs/inc/">
        Order          deny,allow
	Deny           from all
    </Directory>
</VirtualHost>

@


1.1.2.1
log
@file poweradmin.conf was added on branch OPENPKG_2_STABLE on 2006-10-16 14:55:03 +0000
@
text
@d1 31
@


1.1.2.2
log
@Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class)
@
text
@a0 31
##
##  apache.vhost -- Apache Virtual Host Configuration Template
##  ______________________________________________________
##
##  PLEASE DO NOT EDIT THIS TEMPLATE!! COPY IT TO "apache.vhost-xxx", 
##  REMOVE THIS COMMENT AND EDIT THAT FILE INSTEAD, PLEASE!
##  ______________________________________________________
##

<VirtualHost localhost:80>
    #   server information
    ServerName        www.foo.com
    ServerAlias       www.foo.net www.foo.org
    ServerAdmin       webmaster@@foo.com
    ServerSignature   on

    #   document area
    DocumentRoot /cw/libexec/poweradmin/htdocs/
    <Directory "/cw/libexec/poweradmin/htdocs/">
        Options        Indexes FollowSymlinks
        AllowOverride  None
        Order          allow,deny
        Allow          from all
        DirectoryIndex index.php
    </Directory>
    <Directory "/cw/libexec/poweradmin/htdocs/inc/">
        Order          deny,allow
	Deny           from all
    </Directory>
</VirtualHost>

@


