Hello All!
This my first post and I am a aspiring website learner (meaning at this point I have more confusion than fact)
I have a Centos x64 server with basic apache lampp server with Joomla and Egroupware. Works fine. Bought commercial SSL to gain HTTPS connection, configured into ssl.conf and it works fine.
I then installed software called Servoy, which runs on it's own tomcat server integrated into the package.
I can goto [
example.com...] (apache) and all works fine.
I go to [
example.com:8080...] and I lose the https.
I added into ssl.conf:
ProxyPass / http://example.com:8080/
ProxyPassReverse / http://example.com:8080/
Now I have full https for tomcat, but lost https for apache
I commented the above out and replaced with:
ProxyPass /nb/ http://example.com:8080/
ProxyPassReverse /nb/ http://example.com:8080/
I now have https on apache and tomcat, but I have lost most of the graphics (png / jpeg / etc in the tomcat (8080)
How can I fix this?
I'd post screenshots to show what Iam explaining but am unsure how to here.
Thank you for reading and I appreciate any suggestions
[edited by: incrediBILL at 12:49 pm (utc) on Mar 16, 2013]
[edit reason] Use Example.com, see forum charter [/edit]