Hi. 

I've got a tomcat/apache related question rather then purely turbine's. 
tomcat version 1.4.10. 
apache version 1.2.23

Yet maybe there are folks in this list who did it. 

For my turbine app  recently went in production  i'm trying to hide
tomcat behind apache, to process all requests via port 80  and not 8080


I cannot use proxying  because i need a security check with
getRemoteHost() in a couple of screens. 

Hence i'm trying to use mod_jk

Having followed instructions in  tomcat_documentation for mod_jk

i got for a moment "Forbidden" error 


my lines added in httpd.conf

<VirtualHost 192.168.1.3:80>
DocumentRoot /data/soft/tomcat/webapps/fftt
ServerName japgod.mine.nu
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13 
</VirtualHost>


i guess i need to enter to httpd.conf

the proper <Directory>    entry


Does anybody has a working config  for mod_jk 
for a turbine app? 

thank you for your help

slava






--
To unsubscribe, e-mail:   <mailto:turbine-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>

Reply via email to