Revision 6558
Added by ben leinfelder about 13 years ago
knb-ssl | ||
---|---|---|
1 | 1 |
<IfModule mod_ssl.c> |
2 | 2 |
NameVirtualHost *:443 |
3 | 3 |
<VirtualHost *:443> |
4 |
DocumentRoot /usr/share/tomcat5.5/webapps/knb
|
|
4 |
DocumentRoot /var/lib/tomcat6/webapps/knb
|
|
5 | 5 |
|
6 |
ScriptAlias /knb/cgi-bin/ /usr/share/tomcat5.5/webapps/knb/cgi-bin/
|
|
7 |
<Directory "/usr/share/tomcat5.5/webapps/knb/cgi-bin/">
|
|
6 |
ScriptAlias /knb/cgi-bin/ /var/lib/tomcat6/webapps/knb/cgi-bin/
|
|
7 |
<Directory "/var/lib/tomcat6/webapps/knb/cgi-bin/">
|
|
8 | 8 |
AllowOverride All |
9 | 9 |
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch |
10 | 10 |
Order allow,deny |
Also available in: Unified diff
remove reference to tomcat5.5 in favor of tomcat6. including the "custom" start up script that used the sun jdk -- this can be configured rather than coded into the script.