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!

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to