Page 1 of 1
Making OpenKM available via port 80
PostPosted:Thu Jan 20, 2011 3:20 am
by gregsneddon
I've following the Third-party software integration: Apache instructions in the installation guide but I can't seem to get it work for port 80. Why does the instructions say to use the ServerName openkm.your-domain.com as server name in sites-available? If it matters I'm using mysql for the DB. Any help would be appreciated.
Re: Making OpenKM available via port 80
PostPosted:Thu Jan 20, 2011 9:43 am
by jllort
for example if your domain is "openkm.com" in your apache.conf then the in openkm.conf you subdomain could be "demo.openkm.com" for example. Must ensure demo.openkm.com points to that server from other computer on your network ( or solve with external DNS and some change in your internal DNS or simply configuring it on all host computers, that's other way to solve it ). The basis is that "demo.openkm.com" point to that server.
There's no other problem on DBMS selected etc... don't miss looking the problem is on the file, and host resolution. There's nothing else and sure runs right.
On which OS are you working ?
Re: Making OpenKM available via port 80
PostPosted:Thu Jan 20, 2011 7:58 pm
by pavila
Re: Making OpenKM available via port 80
PostPosted:Fri Jan 21, 2011 2:10 am
by gregsneddon
I appreciate your feedback and I've tried the instructions from the URL you sent me but now when I access
http://openkm.mydomain.com I get the following error message.
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Apache/2.2.16 (Ubuntu) Server at openkm.lorisneddon.com Port 80
OpenKM works fine if I use
http://www.mydomain.com:8080/OpenKM
I'm running ubuntu 11.04
Thanks
Re: Making OpenKM available via port 80
PostPosted:Fri Jan 21, 2011 8:57 am
by jllort
localhost:8080/OpenKM runs right too ?
Can you try
http://openkm.mydomain.com/OpenKM ?
Re: Making OpenKM available via port 80
PostPosted:Tue Jan 25, 2011 2:32 am
by gregsneddon
I tried localhost:8080/OpenKM with no luck.
http://openkm.mydomain.com/OpenKM worked fine so I changed the ProxyPass ajp://127.0.0.1:8009/OpenKM in the sites-available to the IP of the server.
I can now access OpenKM via port 80.
Thanks for your help.
Re: Making OpenKM available via port 80
PostPosted:Tue Jan 25, 2011 1:17 pm
by pavila
Good. This kind of configuration is more related to system administration than OpenKM configuration. Depends on how you manage your server and, of course, your GNU/Linux sysadmin knowledge
