Config BigBlueButton with Proxy Server

623 views
Skip to first unread message

Kim milky

unread,
Sep 27, 2012, 3:09:23 AM9/27/12
to bigblueb...@googlegroups.com
As Subject, I have a server BigBlueButton. I need publish this server to the internet thought `Reverse Proxy Servers`.

Now, I have a server BigBlueButton with config as:

bbb-web host: 192.168.1.121
api url: 192.168.1.121

with 192.168.1.121 is a IP's BBB server 

And i have proxy server with config in /etc/apache2/sites-available/bbb as

<VirtualHost *:80>
        ServerName domain-name.com
        DocumentRoot /var/www/bbb
        <Directory /var/www/bbb>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>
        <Proxy *>
                Order deny,allow
                Allow from all
        </Proxy>
        <Location />
                ProxyPass http://192.168.1.121/
                ProxyPassReverse http://192.168.1.121/
        </Location>
</VirtualHost>


But I got a problem while creating vitual class is url changed.  domain-name.com/client/BigBlueButton.html to  http://192.168.1.121/client/BigBlueButton.html

How to config BBB server with proxy server ?

Kim milky

unread,
Oct 16, 2012, 3:00:42 AM10/16/12
to bigblueb...@googlegroups.com

Please anyone else to help me ?

Chad Pilkey

unread,
Oct 16, 2012, 10:04:52 AM10/16/12
to bigblueb...@googlegroups.com
You have to run "bbb-conf --setip <your external domain name>"
Reply all
Reply to author
Forward
0 new messages