LAMPD access over public IPSubmitted by rrupert on Mon, 06/23/2008 - 5:31pm.I have ActiveCollab 1.1.2 hosted on a JumpBox LAMPD 1.1.0 VMWare appliance, I have the ActiveCollab web app running under the JumpBox navigation bar, and it is available off the root of the site, http://internalip rather than http://internalip/public, I tried to enable the JumpBox SSL and it does not seem to transfer to the ActiveCollab web app, I suppose my questions a and b above still apply and that I need to config ActiveCollab itself, having a hard time know where to config, is it Appache httpd.conf or is there likely a PHP conf file or what, still looking but any help appreciated |
Search |
resolved
for now using the JumpBox "it just works" SSL cert
the fix was in my app ActiveCollab
/var/data/public/config/config.php
edit config.php with the fqdn of the public site
define('ROOT_URL', 'https://site.domain.com/public');