HI
I have a problem with reverse proxy on my server. I installed Collabora online server. Collabora online is tool for CMS, where collabora is used by reverse proxy. When i set up vhost by instructions, aapanel is in error.
I want to make reverse proxy for one domain on my server. I created domain : office.dpdms.sk where i want to host collabora office. I set up domain ( vhost conf) by instructions, but it dont work.
When i try to delete directoryroot in vhost config, it show this message:
.
This is the vhost config : `<VirtualHost *:443>
ServerName SSL.office.dpdms.sk
ServerAlias office.dpdms.sk
#PROXY-START/browser
<IfModule mod_proxy.c>
AllowEncodedSlashes NoDecode
SSLProxyEngine On
ProxyPreserveHost On
SSLProxyVerify None
SSLProxyCheckPeerCN Off
SSLProxyCheckPeerName Off
ProxyPass /browser https://127.0.0.1:9980/browser retry=0
ProxyPassReverse /browser https://127.0.0.1:9980/browser
ProxyPass /hosting/discovery https://127.0.0.1:9980/hosting/discovery retry=0
ProxyPassReverse /hosting/discovery https://127.0.0.1:9980/hosting/discovery
ProxyPass /hosting/capabilities https://127.0.0.1:9980/hosting/capabilities retry=0
ProxyPassReverse /hosting/capabilities https://127.0.0.1:9980/hosting/capabilities
ProxyPassMatch "/cool/(.*)/ws$" wss://127.0.0.1:9980/cool/$1/ws nocanon
ProxyPass /cool/adminws wss://127.0.0.1:9980/cool/adminws
ProxyPass /cool https://127.0.0.1:9980/cool
ProxyPassReverse /cool https://127.0.0.1:9980/cool
ProxyPass /lool https://127.0.0.1:9980/cool
ProxyPassReverse /lool https://127.0.0.1:9980/cool
</IfModule>
</VirtualHost>`
I tried configure reverse proxy by option in site configuration at aapanel. It did not work too.
I tried Nginx server but result was the same. Same error and proxy dont work.
when i open the site office.dpdms.sk where proxy should be set for collabora, it shows default site of apache server/nginx server.
How can i configure reverse proxy for this service? Is the problem in configuration Vhost config of site or is it problem in aapanel? Than you for help and response.