Improve bulk.t and add a test for unigene_convert
[sgn.git] / conf / apache2_production.conf.example
blob8fdd8bf79a167986a05601cd143bb42ad93a8fd6
1 <VirtualHost *:80>
3     ServerName       solgenomics.net
5     PerlWarn         Off
6     PerlTaintCheck   On
8     LogLevel         error
10     <Perl>
11        use lib '/usr/share/sgn-site/lib/perl5';
12         
13        use SGN::Apache2::Startup vhost => 1;
15     </Perl>
17 </VirtualHost>
19 # vhost for redirecting aliases of this site to the main site
20 <VirtualHost *:80>
21     ServerName sgn-vm
22     ServerAlias www.solgenomics.net
23     ServerAlias solanaceae.org
24     ServerAlias www.solanaceae.org
25     ServerAlias solgenomics.org
26     ServerAlias www.solgenomics.org
27     ServerAlias solgenomics.com
28     ServerAlias www.solgenomics.com
29     ServerAlias soldb.cit.cornell.edu
30     ServerAlias sgn.cornell.edu
31     ServerAlias www.sgn.cornell.edu
32     Redirect permanent / http://solgenomics.net/
33 </VirtualHost>