From 8c05b81d6860d8e0da4098cc6f59f630d7c53037 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Tue, 25 Mar 2008 16:29:54 +0000 Subject: * Committing Lulurun's Cgi/Perl implementation of the UGAI servers. * I love you long time. --- share/perl/conf/httpd-vhosts.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 share/perl/conf/httpd-vhosts.conf (limited to 'share/perl/conf/httpd-vhosts.conf') diff --git a/share/perl/conf/httpd-vhosts.conf b/share/perl/conf/httpd-vhosts.conf new file mode 100644 index 0000000..447150f --- /dev/null +++ b/share/perl/conf/httpd-vhosts.conf @@ -0,0 +1,25 @@ +LoadModule perl_module modules/mod_perl.so +PerlRequire "conf/mod_perl-startup.pl" + +NameVirtualHost *:80 + + ServerName opensim.lulu + ServerAdmin webmaster@opensim.lulu + DocumentRoot /home/lulu/temp/opensim + ErrorLog logs/opensim-error_log + CustomLog logs/opensim-access_log common + + + Options MultiViews All + AllowOverride None + Order allow,deny + Allow from all + + + + SetHandler perl-script + PerlResponseHandler ModPerl::Registry + PerlOptions +ParseHeaders + + + -- cgit v1.1