repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove erroneously-commited next i had as part of my FISH loader debugging
[sgn.git]
/
conf
/
apache2_development.conf.example
blob
c9ec13b83315e258106ce1d248ae765aa200795a
1
<VirtualHost *:80>
2
3
ServerName sgn.localhost.localdomain
4
5
PerlWarn On
6
PerlTaintCheck On
7
8
LogLevel info
9
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;
16
17
</Perl>
18
19
</VirtualHost>
20
21