Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Solved Apache reversed proxy not showing correctly

Status
Not open for further replies.

Dinip

Member
Hi,
I'm getting some problems with apache reverse proxy.
I followed this and this and i know that there is other topic with the same problem here.
Sry for bad english.
Thanks

sinusbot.conf
Code:
<VirtualHost *:80>
    ServerName bot.mydomain.com
   
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    ProxyPreserveHost On
    ProxyPass / http://localhost:8087
    ProxyPassReverse / http://localhost:8087

</VirtualHost>


config.ini
Code:
ListenHost = "localhost"
ListenPort = 8087
IsProxied = true

lHwNtv7.png
 
Status
Not open for further replies.
Top