Running a second wsgi script from within the first wsgi script

tienrua at gmail.com tienrua at gmail.com
Wed Sep 12 09:43:43 EDT 2018


Actualy only one wsgi script can run(mean apache handler redirector), your server got  "superhost.gr" name but this outer namespace(on apache.conf virtual server *:80), you need call local name for internal accessing. Replace  "http://superhost.gr/clientele" to ["http://127.0.0.1/clientele", or "http://localhost/clientele"]. Request mode is important local>>global, global>>local, local>>local , i can't imagine which method you are using. I hope helpfull, kala imera!




More information about the Python-list mailing list