Python cx_Oracle and Apache

Raja rokkamraja at gmail.com
Mon Aug 25 05:52:42 EDT 2008


On Aug 25, 1:53 pm, Cousin Stanley <cousinstan... at gmail.com> wrote:
> > ....
>
> > def generate_output():
> >         print '<html><body></body></html>'
>
> > generate_output()
>
>   Raja ....
>
>     You might try adding a  Content-type  header followed by
>     a  blank line  to your  generate_output()  function ....
>
>     def generate_output() :
>         print 'Content-type:  text/html'
>         print                              
>         print .... rest of your html ....
>
> --
> Stanley C. Kitching
> Human Being
> Phoenix, Arizona

Hi,
  Thanks for the help. I actually got the solution. The problem was
apache's timeout is set to 1second. I just changed that value and it
worked.


Thanks,
Raja.



More information about the Python-list mailing list