Ok .. got over the part where the next page was not working on "Submit". PARTIALLY
in the url i can see the script is getting loaded but the page is not getting displayed, the same (original) form page gets loaded. Like it does not load the next page. Am I missing some thing [wsgi] '.ini' file so that required redirects work ? Thanks On 15 October 2014 20:03, nitin chandra <[email protected]> wrote: > Hi All, > > I wrote a python script to load a web form. In my [wsgi] config i have given > > [uwsgi] > http-socket = :9090 > plugin = cgi > wsgi-file = /home/user/project/index.py > process = 3 > master = yes > thunder-lock = yes > enable-threads = yes > exit-on-reload = true > cgi = /home/nitin/finhealth > cgi-index = index.py > cgi-allowed-ext = .py > cgi-helper = .py=python > > When I click on "Submit" button, Next page does not load. > > Next Page shows If the data entered in the WebForm is correct, IF yes > insert into DB else cancel / Back. > > Do I need to correct some thing in the uWSGI / Nginx config ? > > Thanks > > Nitin _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
