remove erroneously-commited next i had as part of my FISH loader debugging
[sgn.git] / conf / apache2_development.conf.example
blobc9ec13b83315e258106ce1d248ae765aa200795a
1 <VirtualHost *:80>
3     ServerName       sgn.localhost.localdomain
5     PerlWarn         On
6     PerlTaintCheck   On
8     LogLevel         info
10     <Perl>
11        use lib '/crypt/rob/cxgn/core/sgn/lib';
12        use lib '/crypt/rob/cxgn/core/cxgn-corelibs/lib';
13        use local::lib '/crypt/rob/cpan-lib';
14         
15        use SGN::Apache2::Startup vhost => 1;
17     </Perl>
19 </VirtualHost>