#
#LoadModule php4_module modules/libphp4.so
#
#
#LoadModule php5_module modules/libphp5.so
#
# We will enable it by default
#
LoadModule php5_module modules/libphp5.so
#
LoadModule perl_module modules/mod_perl.so
#Alias /phpmyadmin "/Applications/XAMPP/xamppfiles/phpmyadmin"
#Alias /phpsqliteadmin "/Applications/XAMPP/xamppfiles/phpsqliteadmin"
# since XAMPP 1.4.3
#
# AllowOverride AuthConfig Limit
# Require all granted
#
#
## AllowOverride AuthConfig Limit
# Require all granted
#
# since LAMPP 1.0RC1
AddType application/x-httpd-php .php .php3 .php4
XBitHack on
# since 0.9.8 we've mod_perl
AddHandler perl-script .pl
PerlHandler ModPerl::PerlRunPrefork
PerlOptions +ParseHeaders
PerlSendHeader On
# demo for mod_perl responsehandler
#PerlModule Apache::CurrentTime
#
# SetHandler modperl
# PerlResponseHandler Apache::CurrentTime
#
# AcceptMutex sysvsem is default but on some systems we need this
# thanks to jeff ort for this hint
#AcceptMutex flock
#LockFile /Applications/XAMPP/xamppfiles/logs/accept.lock
# this makes mod_dbd happy - oswald, 02aug06
# mod_dbd doesn't work in Apache 2.2.3: getting always heaps of "glibc detected *** corrupted double-linked list" on shutdown - oswald, 10sep06
#DBDriver sqlite3
#
# New XAMPP security concept
#
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var