Re: AW: AW: mod_jk - Browser displays HTML Sourcecode

2011-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander, On 11/8/11 7:29 AM, Alexander Diedler wrote: > Ok, But would be the better way (of life) for this? HTTPD > vhost.conf: ServerAdmin xxx@yyy > DocumentRoot "D:/www/apps/app1/ROOT" D:/www/apps/app1/ROOT "> Options Indexes FollowSymLinks >

Re: AW: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread André Warnier
Pid wrote: On 08/11/2011 15:54, André Warnier wrote: But obviously it isn't, so there's something wrong with this JkMount. Jumping ahead, that bit comes next when the OP's sorted their layout out... ;) Ok, had a second look at the Tomcat config, and I think you're right. there's some work to

Re: AW: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread André Warnier
Pid wrote: On 08/11/2011 15:54, André Warnier wrote: But obviously it isn't, so there's something wrong with this JkMount. Jumping ahead, that bit comes next when the OP's sorted their layout out... ;) Jumping back, the misdirected DocumentRoot issue should not be an immediate security pro

Re: AW: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread Pid
On 08/11/2011 15:54, André Warnier wrote: > > But obviously it isn't, so there's something wrong with this JkMount. Jumping ahead, that bit comes next when the OP's sorted their layout out... ;) p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: AW: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread André Warnier
Hi. Pid wrote: On 08/11/2011 15:12, Alexander Diedler wrote: Hello That most probably means that the URL mappings for mod_jk are not correct, and that Apache httpd is serving that content directly. Look at (or show here) the JkMount lines that should be somewhere in your Apache configurati

AW: AW: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread Alexander Diedler
w from all ... Server.xml: ROOT.xml in /conf/ Greetings Alexander -Ursprüngliche Nachricht- Von: Pid [mailto:p...@pidster.com] Gesendet: Dienstag, 8. November 2011 16:21 An: Tomcat Users List Betreff: Re: AW: mod_jk - Browser displays HTML

Re: AW: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread Pid
On 08/11/2011 15:12, Alexander Diedler wrote: > Hello > >> That most probably means that the URL mappings for mod_jk are not correct, > and that Apache httpd is serving that content directly. >> Look at (or show here) the JkMount lines that should be somewhere in your > Apache configuration. > >

AW: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread Alexander Diedler
Hello >That most probably means that the URL mappings for mod_jk are not correct, and that Apache httpd is serving that content directly. >Look at (or show here) the JkMount lines that should be somewhere in your Apache configuration. Was attached in the post: JkMount /* loadbalancer So everythin

Re: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread André Warnier
Alexander Diedler wrote: Hello, Something goes wrong. I have a Apache 2.2.1 with mod_jk and a Tomcat 6.0.32. So if I connect to the website http://www.test.de/ everything is ok, site was displayed. If I try to access http://www.test.de/xyz i get the source code from the site it should be display

mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread Alexander Diedler
Hello, Something goes wrong. I have a Apache 2.2.1 with mod_jk and a Tomcat 6.0.32. So if I connect to the website http://www.test.de/ everything is ok, site was displayed. If I try to access http://www.test.de/xyz i get the source code from the site it should be displayed, but it was not rendered