[modwsgi] Returned page not rendered by the browser

2018-01-31 Thread Larry Cotton
Hi System Info: # cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.4 (Santiago) # httpd -v Server version: Apache/2.4.25 (Unix) Server built: Jun 27 2017 16:23:25 # python --version Python 2.7.11 - I have set up apache + mod_

[modwsgi] Re: Returned page not rendered by the browser

2018-02-01 Thread Larry Cotton
, 2018 at 2:11:12 PM UTC, Larry Cotton wrote: > Hi > System Info: > > # cat /etc/redhat-release > Red Hat Enterprise Linux Server release 6.4 (Santiago) > > # httpd -v > Server version: Apache/2.4.25 (Unix) > Server built: Jun 27 2017 16:23:25 > > #

Re: [modwsgi] Re: Returned page not rendered by the browser

2018-02-02 Thread Larry Cotton
ing Apache for mod_wsgi? > > Your code works, so the problem is likely how you are setting up the > serving of the static file by Apache. > > Graham > > On 1 Feb 2018, at 9:14 pm, Larry Cotton > > wrote: > > Hi > > Thank you for the reply. > > One of the reasons

Re: [modwsgi] Re: Returned page not rendered by the browser

2018-02-05 Thread Larry Cotton
logging module and when I get time I'll try to use it to have a look at requests more closely. On Friday, February 2, 2018 at 10:29:35 PM UTC, Graham Dumpleton wrote: > In what directory is myimage.jpg? Give full path name. > > Graham > > On 3 Feb 2018, at 4:14 am, Larry Cotto

Re: [modwsgi] Re: Returned page not rendered by the browser

2018-02-07 Thread Larry Cotton
e path > of: > > /images/myimage.jpg > > which means it should then be found at: > > /myserver/usr/local/apache/htdocs/images > > Graham > > On 6 Feb 2018, at 4:04 am, Larry Cotton > > wrote: > > Hi > > > Because I was not 100% sure