Tagged with apache

Found the following pages that are tagged with "apache".

Apache Webserver and Tomcat Virtual Hosts

Posted by Edmund Haselwanter on Aug 25, 2008
Tags: apache, cloud, tomcat
Technorati Tags: , ,

Problem description: You want to server multiple web applications with one Tomcat instance. The brute force variant is to just "rewrite" or ProxyPass the request from e.g. www.myhost.com to the local tomcat with localhost:8080/myhost. But this leads to context urls of ressources in the served html pages. You can either deploy you webapp in the ROOT context (but there is just ONE ROOT context, so this does not work). So let us use virtual hosts on both, the apache webserver and the tomcat servlet container. Continue Reading…

Setting up an SSL secured Webserver with CentOS

Posted by Edmund Haselwanter on Mar 09, 2009
Tags: apache, apache2, centos, ssl, virtualhost
Technorati Tags: , , , ,

Here is a very good HOWTO for setting up an SSL secured Webserver with CentOS

ensure there is no ssl.conf for the default VirtualServer in /etc/httpd/conf.d/ or incorporate your changes there.