Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > cd0d105b0758b565c78a14fb2906ff42 > files > 1

tutos-1.2.20050306-7mdv2010.0.noarch.rpm

########################################################################
#                             tutos
#                             ------
#  File: apache servlet zone description
#        this is a include file for httpd.conf
#
#  Copyright:  Gero Kohnert
#
#  $Header: /cvsroot/tutos/tutos/apache.conf.in,v 1.13.6.1 2005/03/06 09:44:24 gokohnert Exp $
#
#
# =======================================================================
# Easy install: Include this file in the httpd.conf of your apache server
#               Add a line
#               include /wherever/this/file/is/apache.conf
#               at the end of httpd.conf
#               EDIT the allow from line below
#               RESTART apache with 'apachectl restart'
# =======================================================================
#
#
# make tutos an aliased Directory
#
Alias /tutos "/var/www/html/tutos"

<Directory "/var/www/html/tutos">
    # Remove next line when already defined in httpd.conf
    # .pinc files must be interpreted by PHP to void password stealing !
    AddType application/x-httpd-php .pinc
    AddType application/x-httpd-php .php
    DirectoryIndex  index.html
    Options MultiViews FollowSymLinks +Includes
    AllowOverride All
    Order allow,deny
    #
    # localhost        127.0.0.1
    # virtual network  192.168  
    #
    # THIS IS A LIST OF ALL IP ADDRESSES THAT ARE ALLOWED TO ACCESS /var/www/html/tutos
    #
    # Allow from 127.0.0.1 192.168
    Allow from all
</Directory>

# EOF
# This file has been generated by genconfig (http://qa.mandriva.com/twiki/bin/view/Main/WebappsPolicy)
# and edited by hand (file not terminated by EOL was catching the closing tag in the comment...)
<Directory "/var/www/html/tutos/homepage">
	#
	# $Id: .htaccess,v 1.1 2000/07/11 13:03:31 gokohnert Exp $
	#
	# We are using server parsed pages
	#
	AddHandler server-parsed .html
	Order allow,deny
	Allow from all
	# EOF
</Directory>
<Directory "/var/www/html/tutos/html">
	#
	# This file is part of TUTOS
	#
	# $Id: .htaccess,v 1.4 2002/08/15 13:14:23 gokohnert Exp $
	#
	#
	# Enable expires if your apache supports it
	#
	# ExpiresActive On 
	# ExpiresByType image/png "access plus 1 month" 
	# ExpiresByType image/gif "access plus 1 month" 
	# ExpiresDefault "access plus 1 month" 
	#
	#
	AddType text/css .css
	# 
	# EOF
</Directory>
<Directory "/var/www/html/tutos/html/help">
	#
	# $Id: .htaccess,v 1.1 2001/07/07 19:49:27 gokohnert Exp $
	#
	# We are using server parsed pages
	#
	AddHandler server-parsed .html
	Order allow,deny
	Allow from all
	# EOF
</Directory>
<Directory "/var/www/html/tutos/php">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.8.4.1 2004/11/20 15:50:46 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  mytutos.php
	#
	#
	# Make life easier for those who moved with TUTOS
	# from .php3 to .php
	#
	#RedirectMatch permanent (.*)\.php3 $1.php
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files "config.php">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/bugtracking">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:47 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  bug_select.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/bugtracking/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 16:38:52 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/bugtracking/templates">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 16:38:52 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/file">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:47 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  file_select.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/file/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 17:52:42 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/group">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:47 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  group_overview.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/group/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 18:23:30 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/installation">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:47 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  installation_overview.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/installation/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 17:54:37 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/invoice">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:47 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  invoice_select.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/invoice/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 18:22:38 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/ldap">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:48 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  ldap_overview.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/ldap/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 18:22:37 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/mailbox">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:48 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  mailbox_show.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/mailbox/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 18:22:37 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/note">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:48 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  note_select.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/note/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 16:37:56 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/note/templates">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 16:37:56 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/rate">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/09/23 18:08:32 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  rate_select.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/rate/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 18:32:29 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/reminder">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:48 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  reminder_select.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/reminder/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 17:33:03 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/reminder/templates">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 17:33:03 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/url">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:49 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  url_overview.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/url/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 18:32:29 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/resource">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:49 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  resource_overview.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/resource/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 18:03:09 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/watchlist">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:49 gokohnert Exp $
	#
	# Change DirectoryIndex to whatever you want to be
	# the default page
	#
	#DirectoryIndex  watchlist_overview.php
	#
	#
	# Dont allow access to config files
	#
	<Files ~ "\.p3">
	    Order allow,deny
	    Deny from all
	</Files>
	<Files ~ "\.pinc">
	    Order allow,deny
	    Deny from all
	</Files>
	# Disable display of config files
	AddType application/x-httpd-php .pinc
</Directory>
<Directory "/var/www/html/tutos/php/watchlist/help">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 17:16:35 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>
<Directory "/var/www/html/tutos/php/watchlist/templates">
	#
	# This file is part of TUTOS
	#
	#
	# $Id: .htaccess,v 1.1 2004/03/27 17:16:35 gokohnert Exp $
	#
	# Dont allow access to files
	#
	Order allow,deny
	Deny from all
</Directory>