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
![lHwNtv7.png](/proxy.php?image=http%3A%2F%2Fi.imgur.com%2FlHwNtv7.png&hash=8fb019db3b82e4cee5ab2fd62ce0d1a3)