Page 1 of 1

Using OpenKM with Apache

PostPosted:Thu Apr 09, 2009 8:09 am
by kunalashar
Forgive the newbie question...

I\'m trying to connect to OpenKM through Apache, primarily so that I can provide an easy-to-remember alias to OpenKM within my intranet.

Effectively, I want users to type http://documents and have that automatically forward to http://ipaddress:8080/OpenKM.

I\'ve installed the latest versions of Apache and the Tomcat plug-in. I\'ve also followed the instructions at http://www.jboss.org/community/docs/DOC-12529 to use mod_proxy with JBoss. I\'ve started OpenKM with the -b 0.0.0.0 option (I am able to access OpenKM it from other machines)

None of these work.

Using http://documents, starts the Apache front page (saying \"It Works\" ).
OpenKM is still accessible through http://ipaddress:8080/OpenKM.

Can someone please shed light on this? What am I missing? Can someone share their httpd.conf file, assuming that my Apache configuration is broken?

Thanks in advance.

Re:Using OpenKM with Apache

PostPosted:Thu Apr 16, 2009 8:55 pm
by pavila
For more info on Apache Reverse Proxy read Using Apache Virtual Hosts and ProxyPass Together.