python - Apache 2.4 proxy requests to web app not working -
we migrated our web hosting newer server running apache 2.4.6, plesk 12.5, , centos7.2. web app written in python pylons framework. utilizes paster
serve web application. have verified paster
running on port 28178
on localhost
, shows when use top
. have been using documentation in setting along comparing old server files application still running fine:
using apache proxy requests pylons
i have gone domain's vhost_ssl.conf
added servername, serveralias, etc. , made sure pointing @ port app running on , app's production.ini specified port. indicates paster
server , apache should talking 1 another, when go new server, not serving web app.
i should point out, haven't changed on dns have go new server using it's ip address. not sure if interfering it, check out.
any suggestions or further information needed? , have restart httpd
since made updates conf file.
turns out needed add new ip , domain local hosts file overwrite dns pointing domain @ old server's ip. way can test it, change dns when done, , restore host file.
Comments
Post a Comment