*So, how does Apache and OpenMeetings interact?* By "Apache" I guess you mean Apache HTTPD Server.
=> there is no interaction at all (or the same that existists between any application and an HTTPD). The rule is simple: You are not allowed to run two services on the same port on the same machine. That simply does not work. You can work around that by using for example multiple subdomains + mod_proxy or Apache HTTPD to make it look like everything is accessible via port 80. However OpenMeetings itself has ZERO todo with Apache HTTPD, those are simple two application that do not interact at all, changing any kind of config in HTTPD will have zero effect to OpenMeetings. Sebastian 2012/1/18 Allen Underdown <wbrc...@gmail.com>: > I followed the config notes in regards to changing the default ports listed > on the Wiki. > > Specifically, I changed /opt/red5/conf/red5.properties http.port to 80 (from > 5080) and rtmpt.port to 443 (from 8088). > > I've also changed the /opt/red5/webapps/openmeetings/config.xml red5httpport > to 80 and rtmptTunnelport to 443 > > Now, when I hit the server directly, even with the direct IP address > (http://X.X.X.X/openmeetings/) I get an Apache > page /openmeetings/ not found. Nor can I still hit the service using port > 5080. > > I am flushing the browser cache on each attempt... > > So, how does Apache and OpenMeetings interact? Or is there something wrong > with the simple config changes > for ports in 1.9? I do think there is a typo - the Wiki references > rtmpt.host in red5.properties. I think (and changed) > it should be rtmpt.port instead. > > If I shut down Apache (sudo service apache2 stop) I obviously don't get any > response to http requests. > > I looked at my /etc/apache2/apache2.conf and httpd.conf The apache2.conf > file looks normal. The httpd.conf file is empty. > > I copy the old red5.properties and config.xml back into place, restart and > everything works again. > > OpenMeetings 1.9.1_r4707 and Ubuntu 10 LTS > > <confused> > > Thanks! > Allen -- Sebastian Wagner http://www.openmeetings.de http://incubator.apache.org/openmeetings/ http://www.webbase-design.de http://www.wagner-sebastian.com seba.wag...@gmail.com