Hi,
I want to use OpenKM with port 80 on my Ubuntu system, so I configured openkm with apache as same as in article http://wiki.openkm.com/index.php/Apache and browse the url using http://openkm.mydms.com/OpenKM. But I not got any correct output.
and this was my openkm.conf file in site-available folder:
and added two lines in apache2.conf as
Also shall run jboss server to communicate the hsqldb at a time when apache run parallel ?
I want to use OpenKM with port 80 on my Ubuntu system, so I configured openkm with apache as same as in article http://wiki.openkm.com/index.php/Apache and browse the url using http://openkm.mydms.com/OpenKM. But I not got any correct output.
and this was my openkm.conf file in site-available folder:
Code: Select all
<VirtualHost *:80>
ServerName openkm.mydms.com
RedirectMatch ^/$ /OpenKM
<Location /OpenKM>
ProxyPass ajp://127.0.0.1:8009/OpenKM
ProxyPassReverse http://openkm.mydms.com/OpenKM
</Location>
ErrorLog /var/log/apache2/mydms.com-error.log
CustomLog /var/log/apache2/mydms.com-access.log combined
</VirtualHost>and added two lines in apache2.conf as
Code: Select all
I am confusing that either we have to maintain openkm folder structure in Apache ? ServerRoot "/etc/apache2"
ServerName "mydms.com".Also shall run jboss server to communicate the hsqldb at a time when apache run parallel ?
