Revision 6558
Added by ben leinfelder about 13 years ago
knb | ||
---|---|---|
1 | 1 |
NameVirtualHost *:80 |
2 | 2 |
<VirtualHost *:80> |
3 |
DocumentRoot /usr/share/tomcat5.5/webapps/knb
|
|
3 |
DocumentRoot /var/lib/tomcat6/webapps/knb
|
|
4 | 4 |
ServerName <your_hostname_here> |
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.