[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16599567#comment-16599567
 ] 

Kamaldeep Kahlon commented on OPENMEETINGS-1926:
------------------------------------------------

Hi Maxim

 

Thanks for your email.

Yes, the URL for OM is 
[https://meetings.evervoip.com|https://meetings.evervoip.com/]

 

Below is my apache configuration.  I cam across this configuration on a website 
where you have suggested someone to use this configuration as it was working. 
This is same as you have suggested.

Please have a look at the same and let me know if I'm missing something.


<VirtualHost *:80>
 ServerName meetings.evervoip.com
 ServerAlias meetings.evervoip.com

RewriteEngine On
 RewriteCond %\{HTTPS} off
 RewriteRule (.*) https://%\{HTTP_HOST}%\{REQUEST_URI}
RewriteCond %\{SERVER_NAME} =meetings.evervoip.com
RewriteRule ^ https://%\{SERVER_NAME}%\{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>

<VirtualHost *:443>
 ServerName meetings.evervoip.com

## Vhost docroot
 DocumentRoot "/var/www/"

## Directories, there should at least be a declaration for /var/www/

<Directory "/var/www/">
 Options Indexes FollowSymLinks MultiViews
 AllowOverride None
 Require all granted
 </Directory>

## Logging
 ErrorLog "/var/log/apache2/meetings.evervoip.com_error.log"
 ServerSignature Off
 CustomLog "/var/log/apache2/meetings.evervoip.com_access.log" combined

## SSL directives
 SSLEngine on

### OpenMeetings ###
## Custom fragment
 RewriteEngine On
 RewriteCond %\{HTTP:Connection} Upgrade [NC]
RewriteCond %\{HTTP:Upgrade} websocket [NC]
RewriteRule /(.*) ws://localhost:5080/$1 [P,L]
RedirectMatch ^/$ https://meetings.evervoip.com/openmeetings
ProxyPreserveHost On

<Location /openmeetings>
 Require all granted 
 ProxyPass http://localhost:5080/openmeetings
 ProxyPassReverse http://localhost:5080/openmeetings
 RewriteEngine On
 RewriteRule ^/(.*) http://localhost:5080/$1 [P]
</Location>
<Location /open>
 Require all granted
 ProxyPass http://localhost:5080/open
 ProxyPassReverse http://localhost:5080/open
</Location>
<Location /send>
 Require all granted
 ProxyPass http://localhost:5080/send
 ProxyPassReverse http://localhost:5080/send
</Location>
<Location /idle>
 Require all granted
 ProxyPass http://localhost:5080/idle
 ProxyPassReverse http://localhost:5080/idle
</Location>
<Location /close>
 Require all granted
 ProxyPass http://localhost:5080/close
 ProxyPassReverse http://localhost:5080/close
</Location>

SSLCertificateFile /etc/letsencrypt/live/meetings.evervoip.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/meetings.evervoip.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateChainFile /etc/letsencrypt/live/meetings.evervoip.com/chain.pem

</VirtualHost>

 

Thanks & Regards

Kamaldeep Singh Kahlon

 

> 404 URL not found on invitation link
> ------------------------------------
>
>                 Key: OPENMEETINGS-1926
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1926
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Invitation
>    Affects Versions: 4.0.4
>         Environment: CentOS Linux release 7.5.1804 (Core) 
>            Reporter: Kamaldeep Kahlon
>            Assignee: Maxim Solodovnik
>            Priority: Major
>
> Hi Team
> I generate a URL for meeting invitation. The generated URL doesn't open and 
> it shows
> h1. Not Found
> The requested URL /hash was not found on this server.
>  
> URL is created like below
>  
> [https://meetings.evervoip.com/hash?invitation=7fff7fe8-af22-4ae7-9c70-27561b2c53bf&language=1]
>  
> I'm using httpd as proxy to access the openmeetings.
>  
> Please help me resolving the issue.
> I'm using OM 4.0.4
>  
> Thanks & Regards
> Kamaldeep Singh Kahlon



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to