you need to set DNS name starting with www for you IP On Thu, Jul 19, 2012 at 12:25 AM, Steve Baumgartner <st...@smbcomputers.net>wrote:
> FANTASTIC!**** > > So, it works with http**** > > How do I get it to take www also?**** > > Both www.conference and conference = public IP in the DNS**** > > ** ** > > ** ** > > *Steve Baumgartner* > > *Owner* > > *SMB Computers* > > ** ** > > M +1 614 743 3166 **** > > Grove City, Ohio, USA**** > > st...@smbcomputers.net**** > > ** ** > > This e-mail and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they are > addressed. > If you have received this e-mail in error please notify the sender > immediately.**** > > ** ** > > ** ** > > *From:* Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] > *Sent:* Wednesday, July 18, 2012 12:59 PM > *To:* openmeetings-user@incubator.apache.org > *Subject:* RE: Change application name**** > > ** ** > > *apt-get install apache2* > > *a2enmod proxy* > > *a2enmod proxy_http* > > *a2enmod ssl* > > *a2enmod headers* > > *a2enmod rewrite* > > *a2enmod cache* > > */etc/init.d/apache2 restart* > > * * > > then**** > > * * > > *cd /etc/apache2/sites-enabled/* > > *vi om.yourdomain.com-http* > > * * > > Add the following:**** > > ** ** > > *ProxyRequests Off* > > *<VirtualHost *:80>* > > * ServerAdmin hostmas...@domain.com* > > * ServerName om.yourdomain.com* > > * * > > * ProxyPreserveHost On* > > * RewriteEngine on* > > * CacheDisable ** > > * * > > * # Reverse proxy all requests* > > * RewriteRule ^/(.*) http://om.yourdomain.com:5080/$1 [P]* > > *</VirtualHost>* > > ** ** > > Then restart Apache with**** > > ** ** > > */etc/init.d/apache2 restart* > > ** ** > > Now you can access OM with**** > > ** ** > > http://om.yourdomain.com/**** > > ** ** > > Cheers**** > > ** ** > > ** ** > > *From:* Steve Baumgartner [mailto:st...@smbcomputers.net] > *Sent:* 18 July 2012 17:58 > *To:* openmeetings-user@incubator.apache.org > *Subject:* RE: Change application name**** > > ** ** > > So I have gotten to this point **** > > ** ** > > Now for SSL redirect *(using a Cert on Apache instead of keystore) *do > the following**** > > *vi om.yourdomain.com-ssl* > > and add the following**** > > *<IfModule mod_ssl.c>* > > *#NameVirtualHost *:443* > > *ProxyRequests Off* > > *<VirtualHost *:80>* > > *ServerAdmin hostmas...@domain.com* > > *ServerName om.yourdomain.com* > > *ProxyPreserveHost On* > > *RewriteEngine on***** > > ** ** > > I only need port 80 so what do I need to do here?**** > > ** ** > > ** ** > > *Steve Baumgartner* > > *Owner* > > *SMB Computers* > > ** ** > > M +1 614 743 3166 **** > > Grove City, Ohio, USA**** > > st...@smbcomputers.net**** > > ** ** > > This e-mail and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they are > addressed. > If you have received this e-mail in error please notify the sender > immediately.**** > > ** ** > > ** ** > > *From:* Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] > *Sent:* Wednesday, July 18, 2012 12:42 PM > *To:* openmeetings-user@incubator.apache.org > *Subject:* RE: Change application name**** > > ** ** > > My bad the one I sent was for the Application name on the login page.**** > > ** ** > > Sorry Steve.**** > > ** ** > > ** ** > > *From:* Maxim Solodovnik [mailto:solomax...@gmail.com] > *Sent:* 18 July 2012 17:30 > *To:* openmeetings-user@incubator.apache.org > *Subject:* Re: Change application name**** > > ** ** > > in fact redirection:**** > > */usr/lib/red5/webapps/root/index.html***** > > On Wed, Jul 18, 2012 at 11:26 PM, Stephen Cottham < > stephen.cott...@robertbird.com.au> wrote:**** > > Hey Steve,**** > > **** > > For the redirection check this file:**** > > **** > > *cd /usr/lib/red5/webapps/openmeetings/***** > > *vi config.xml***** > > * ***** > > And for the port 80 you have a few options, check my Ubuntu guide at the > end you will see Step 13, this is a reverse proxy option to redirect > traffic from 80 to 5080 nice and simple.**** > > **** > > Cheers**** > > **** > > **** > > **** > > *Stephen Cottham** > *Group IT Manager (Associate) > > Robert Bird Group > Level 5, 333 Ann St > Brisbane, Queensland, 4000, Australia**** > > *Phone: +6173 319 2777 (AUS)***** > > *Phone: +44207 592 8000 (UK)***** > > *Fax: +6173 319 2799***** > > **** > > *Mobile: +61400 756 963 (AUS)***** > > *Mobile: +447900 918 616 (UK)***** > > *Web: **www.robertbird.com* <http://www.robertbird.com/>**** > > <http://www.robertbird.com.au/> > > This email and any attachments are confidential and may contain legally > privileged information or copyright material. Unless expressly stated, > confidentiality and/or legal privilege is not intended to be waived by the > sending of this email. The contents of this email, including any > attachments, are intended solely for the use of the individual or entity to > whom they are addressed. If you are not an intended recipient, please > contact us immediately by return email and then delete both messages. You > may not otherwise read, forward, copy, use or disclose this email or any > attachments. Any views expressed in this email are those of the individual > sender except where the sender expressly, and with authority, states > otherwise. It is your responsibility to check any attachments for viruses > or defects before opening or sending them on. None of the sender or its > related entities accepts any liability for any consequential damage > resulting from this email containing computer viruses. **** > > **** > > > Disclaimer added by *CodeTwo Exchange Rules* > www.codetwo.com**** > > ** ** > > *From:* Steve Baumgartner [mailto:st...@smbcomputers.net] > *Sent:* 18 July 2012 17:22 > *To:* openmeetings-user@incubator.apache.org > *Subject:* Change application name**** > > **** > > So, ive changed the application name to something else and renamed the > folder from openmeetings to smbconference. So, when you go to domain:5080 > it still takes you to domain:5080/openmeetings. How do I change it to go > default to the new name? also looking to change from port 5080 to 80? Am I > going to come into a problem with that? The reason is that ive change my > main domain dns to point conference.domain to this server IP and it won’t > do a port redirect in DNS so this seams my easiest option. If I want to use > the main domain.**** > > **** > > *Steve Baumgartner***** > > *Owner***** > > *SMB Computers***** > > **** > > M +1 614 743 3166 **** > > Grove City, Ohio, USA**** > > st...@smbcomputers.net**** > > **** > > This e-mail and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they are > addressed. > If you have received this e-mail in error please notify the sender > immediately.**** > > **** > > **** > > > > **** > > ** ** > > -- > WBR > Maxim aka solomax**** > -- WBR Maxim aka solomax
<<image001.gif>>
<<image002.png>>