From 0c601b73125d1bc120e248149bf4d83ecc27f1c2 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 8 Apr 2008 11:19:34 +0000 Subject: * Removing lulurun's perl UGAI from core svn, pending a link to an external repository, as per mailing list discussion. --- share/perl/conf/mod_perl-startup.pl | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100755 share/perl/conf/mod_perl-startup.pl (limited to 'share/perl/conf/mod_perl-startup.pl') diff --git a/share/perl/conf/mod_perl-startup.pl b/share/perl/conf/mod_perl-startup.pl deleted file mode 100755 index e8bdb2c..0000000 --- a/share/perl/conf/mod_perl-startup.pl +++ /dev/null @@ -1,34 +0,0 @@ -# Taken from http://perl.apache.org/docs/2.0/user/handlers/server.html#Startup_File - -if ( ! $ENV{MOD_PERL}) { die "GATEWAY_INTERFACE not Perl!"; } - -# !!! set this to your opensim's lib -use lib qw(/home/lulu/temp/opensim/lib); - -# enable if the mod_perl 1.0 compatibility is needed -# use Apache2::compat (); - -# preload all mp2 modules -# use ModPerl::MethodLookup; -# ModPerl::MethodLookup::preload_all_modules(); - -use ModPerl::Util (); #for CORE::GLOBAL::exit - -use Apache2::RequestRec (); -use Apache2::RequestIO (); -use Apache2::RequestUtil (); - -use Apache2::ServerRec (); -use Apache2::ServerUtil (); -use Apache2::Connection (); -use Apache2::Log (); - -use APR::Table (); - -use ModPerl::Registry (); - -use Apache2::Const -compile => ':common'; -use APR::Const -compile => ':common'; - - -1; -- cgit v1.1