• Integrate with existing apache2

  • Problems with installing OpenKM? No problemo, the solution is closer than you think.
Problems with installing OpenKM? No problemo, the solution is closer than you think.
Forum rules: Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
 #5122  by asdrojd
 
I installed OpenKM in freebsd. it's work ok on IP:8080.
I have on this server apache2 i wont to integrate apache with openkm
to have http://domain.com/
how i can to do this?

now i have in httpd.conf
=================================
<VirtualHost 192.168.1.11:80>
ServerAdmin john@doe.com
ServerName domain.com
ProxyPass / http://localhost:8080/OpenKM/
ProxyPassReverse / http://localhost:8080/OpenKM/
ErrorLog /var/log/domain-error_log
CustomLog /var/log/domain-access_log combined

</VirtualHost>
=================================
but it work with some errors.

please give full howto as answear
 #5123  by asdrojd
 
for now it's work config

<VirtualHost 192.168.1.11:80>
ServerName <your-domain>.com
ProxyPass / http://localhost:8080/OpenKM/
ProxyPassReverse / http://localhost:8080/OpenKM/
ErrorLog /var/log/<your-domain>.com-error_log
CustomLog /var/log/<your-domain>.com-access_log combined

RewriteEngine on
# Tomcat rewrite rule . as route
RewriteCond %{REQUEST_URI} /OpenKM*
RewriteRule ^(/.*)$ http://localhost:8080$1 [P]
ProxyPassReverse / http://localhost:8080/
</VirtualHost>

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.