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
config.ini
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