I need to install the apache connector to forward servlet calls to Tomcat.
Also enabled ssl.
Did this:
sudo apt-get install libapache2-mod-jkCopied SSL certificates from sol to /etc/apache2/ssl.key and /etc/apache2/ssl.crt.
sudo a2enmod ssl
sudo a2enmod rewrite
sudo a2enmod dav dav_fs
Copied Certificate Authority and other certs from sol's /etc/mail/certs to newly created directory /etc/certs on cumulus.
To install subversion, and the webdav connection to subversion, I did this:
sudo apt-get install subversion libapache2-svnCopied my svn repository from sol:/usr/local/src/svn to same dir on cumulus.
Hm, svn doesn't seem to work quite yet. Or at least something is strange about the virtual web hosts...
No comments:
Post a Comment