Re: [modwsgi] Adding ProxyPass and ProxyPassReverse using mod_wsgi-express

2016-10-07 Thread peter hoth
On 7 Oct 2016, at 10:37 PM, peter hoth > > wrote: > > Hi Graham, > > 1. I have disabled the Apache that comes with the system and i am using > the Apache instance installed with the mod_wsgi_httpd > > > Is there are reason you aren’t using the system Apache? &g

Re: [modwsgi] Adding ProxyPass and ProxyPassReverse using mod_wsgi-express

2016-10-07 Thread peter hoth
required changes, is it possible that I use mod_wsgi-express to make the changes for me by simply passing parameters to it. Thanks. On Friday, October 7, 2016 at 5:15:51 PM UTC+8, Graham Dumpleton wrote: > > > On 7 Oct 2016, at 7:59 PM, peter hoth > > wrote: > > Hi, >

[modwsgi] Adding ProxyPass and ProxyPassReverse using mod_wsgi-express

2016-10-07 Thread peter hoth
Hi, I managed to install both mod_wsgi-express and mod_wsgi_httpd and get my site working by calling mod_wsgi-express with the standard parameters to generate the httpd.conf file. Now, i have implemented a xmpp server and would like to incorporate it into my site. The requirements are that i n

Re: [modwsgi] mod_wsgi-express SSL implementation error

2016-09-17 Thread peter hoth
alhost’ to: > > --server-name 127.0.0.1.xip.io > > Then access the site as: > > https://127.0.0.1.xip.io > > Also read other comment I said in original email. > > Graham > > On 18 Sep 2016, at 3:03 PM, peter hoth > > wrote: > > I did add the optio

Re: [modwsgi] mod_wsgi-express SSL implementation error

2016-09-17 Thread peter hoth
https://127.0.0.1.xip.io > > This gets around the way that Apache or the operating system can treat > localhost in a special way. > > This requires external DNS access and some Intranets can even block xip.io > . > > In that case add an explicit entry into your /etc

[modwsgi] mod_wsgi-express SSL implementation error

2016-09-17 Thread peter hoth
Hi, I managed to get my web app running with the following command: mod_wsgi-express setup-server --user admin --group admin mycloud.wsgi --startup-log --access-log --port=80 --server-root=/usr/local/mycloud Next, I managed to generate my SSL cert and performed the following: mod_wsgi-express