diff options
Diffstat (limited to 'www-apache/mod_jk/files/88_mod_jk.conf')
-rw-r--r-- | www-apache/mod_jk/files/88_mod_jk.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apache/mod_jk/files/88_mod_jk.conf b/www-apache/mod_jk/files/88_mod_jk.conf index 4ee73d13ef7c..b868205be592 100644 --- a/www-apache/mod_jk/files/88_mod_jk.conf +++ b/www-apache/mod_jk/files/88_mod_jk.conf @@ -6,14 +6,14 @@ LoadModule jk_module modules/mod_jk.so ### # JkWorkersFile specify the location where mod_jk will find # the workers definitions. -JkWorkersFile conf/jk-workers.properties +JkWorkersFile /etc/apache2/jk-workers.properties ### ### Where to put mod_jk logs ### # specify the location where mod_jk is going to place its log file. -JkLogFile logs/mod_jk.log +JkLogFile /etc/apache2/logs/mod_jk.log ### @@ -152,7 +152,7 @@ JkRequestLogFormat "%w %V %T" # reponsible for serving static html files. All requests of files with # the ending .jsp will be redirected to a default Tomcat installation which # uses the default profile. Change this to fit your needs. -jkAutoAlias /var/lib/tomcat-5/default/webapps/ +jkAutoAlias /var/lib/tomcat-5.5/default/webapps/ jkMount /*.jsp ajp13 </IfDefine> |