when i use IP address or example.com:8080 it works fine but with subdomain scada.example.com is when i get the error
peter
when i use IP address or example.com:8080 it works fine but with subdomain scada.example.com is when i get the error
peter
Hi
i have installed mango on a cloud server, whenever i login to dglux it errors and returns message "authentication Failed"
what to do?
Hi
i have installed mango on a cloud server, whenever i login to dglux it errors and returns message "authentication Failed"
what to do?
got it to work
just remove the /* at the end of port 8080
:D
hi,
i would like to host mango on a VPS but have it as a sub domain instead of a port i.e
instead of example.com:8080 i would like to have scada.example.com
i have succeeded on a local host but it doesnt load the home page properly
on apache2:
<VirtualHost :80>
ServerName scada.webhost
ProxyPass / http://webhost:8080/
ProxyPassReverse / http://webhost:8080/*
ProxyRequests Off
<Proxy http://webhost:8080/*>
Order deny,allow
Allow from all
</Proxy>
</VirtualHost>
the login page comes up but is says page not found!
has anyone had success with this?
hi,
i would like to host mango on a VPS but have it as a sub domain instead of a port i.e
instead of example.com:8080 i would like to have scada.example.com
i have succeeded on a local host but it doesnt load the home page properly
on apache2:
<VirtualHost :80>
ServerName scada.webhost
ProxyPass / http://webhost:8080/
ProxyPassReverse / http://webhost:8080/*
ProxyRequests Off
<Proxy http://webhost:8080/*>
Order deny,allow
Allow from all
</Proxy>
</VirtualHost>
the login page comes up but is says page not found!
has anyone had success with this?