> I started with just the wsgi config lines, not the cgi. As I kept
> testing the possibility of things working, as desperate it sounds and
> looks stupid, I kept adding cgi config lines.
>
> In one of the previous projects which I developed, I was using wsgi
> with apache2.2. The complete application worked. All links, DB
> connectivity, insertions and retrievals, web forms and reports on a
> web page. All static web pages.
>
> I did use
>
> import cgi
>
> and the same coding syntax in the python scripts. As posted earlier.
>
> Now I am looking to migrate the same application along with developing
> a new one to nginx+uwsgi (future on docker) .... and that is where I
> am facing this issue.
>
> WSGI quick start was one of the pages I referred while configuring the
> web server, with no luck.
>
> I buzzed the list after I just could not understand any way, what am I
> missing in configuring nginx or uwsgi or both.
>
> Now also Individual pages work, but when I click on submit on index
> page form, the subsequent page does not 'display', IT still shows the
> index form page albeit,  blank (refresh / reloaded). So, what do I
> need to change in the config file(s) so that the complete application
> works as desired, on clicking the links / submit ?
>
> Please bear with me, I can be slow at times.
>
> Thanks
>

If you are already using mod_wsgi, then you only need the python/wsgi
plugin, you do not want cgi.

Now, start following (from the beginning) the WSGI quickstart and write
here when you are blocked, describing the step you did and how they
failed. This will eventually help in improving the quickstart too

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to