Bug#872816: radicale wsgi example not usable

2022-10-22 Thread Jonas Smedegaard
Quoting Borden (2022-10-22 16:16:12) > 22 Oct 2022, 03:23 by jo...@jones.dk: > > I doubt I am able to contribute much to this bugreport. If/when you > > guys figure out something you'd like to get added to the radicale > > package (and it isn't too involving or exotic) then tell me and I will > >

Bug#872816: radicale wsgi example not usable

2022-10-22 Thread Borden
22 Oct 2022, 03:23 by jo...@jones.dk: > I doubt I am able to contribute much to this bugreport. If/when you > guys figure out something you'd like to get added to the radicale > package (and it isn't too involving or exotic) then tell me and I will > sure consider adopting it into the package. Ot

Bug#872816: radicale wsgi example not usable

2022-10-22 Thread Jonas Smedegaard
Hi Borden (and, if still around, Joerg), Quoting Borden (2022-10-21 23:50:48) > > I tried following these instructions and grafting this file at > > https://gist.github.com/return42/47ac8aabd19eaad0f10979761d0611a1 into my > > config. I have authentication set to pwauth, not a static file. Apach

Bug#872816: radicale wsgi example not usable

2022-10-21 Thread Borden
> I tried following these instructions and grafting this file at > https://gist.github.com/return42/47ac8aabd19eaad0f10979761d0611a1 into my > config. I have authentication set to pwauth, not a static file. Apache spawns > a login window when I use the uWSGI configuration, but it throws a 500 er

Bug#872816: radicale wsgi example not usable

2022-10-16 Thread Borden
On Thu, 24 Aug 2017 09:22:24 +0200 Joerg Dorchain wrote: > It is not quite that easy, however let's try with some snippets. > > My working config of radicale with the supplied wsgi script > consists of the following config snippets: I tried following these instructions and grafting this file at

Bug#872816: radicale wsgi example not usable

2018-09-23 Thread Jonas Smedegaard
Hi Gerog, Quoting Georg Faerber (2017-08-24 13:33:05) > On 17-08-24 00:27:56, Jonas Smedegaard wrote: > > I'd be happy to include sample config snippets for mod_wsgi (and > > nginx and uwsgi and other web servers) with the Debian radicale > > package. > > I'm running radicale via uwsgi and ngin

Bug#872816: radicale wsgi example not usable

2017-08-24 Thread Joerg Dorchain
On Thu, Aug 24, 2017 at 09:22:24AM +0200, Joerg Dorchain wrote: > > > > I'd be happy to include sample config snippets for mod_wsgi (and nginx > > and uwsgi and other web servers) with the Debian radicale package. > > > > Can you provide me a file to place below /etc/apache2/sites-available/ >

Bug#872816: radicale wsgi example not usable

2017-08-24 Thread Georg Faerber
Hi Jonas, On 17-08-24 00:27:56, Jonas Smedegaard wrote: > I'd be happy to include sample config snippets for mod_wsgi (and nginx > and uwsgi and other web servers) with the Debian radicale package. I'm running radicale via uwsgi and nginx, are you interested in the configs, in another bug? Cheer

Bug#872816: radicale wsgi example not usable

2017-08-24 Thread Joerg Dorchain
On Thu, Aug 24, 2017 at 12:27:56AM +0200, Jonas Smedegaard wrote: > > - I had an historic entry for the LANG setting there, causing > > problems with the non-ascii char. > > > > - Also the offical way of pointing the wsgi version to its config > > file is via environment variable, which again

Bug#872816: radicale wsgi example not usable

2017-08-23 Thread Jonas Smedegaard
Quoting Joerg Dorchain (2017-08-23 14:54:38) > On Mon, Aug 21, 2017 at 07:15:11PM +0200, Joerg Dorchain wrote: > > > > > > Upstream WSGI file is shipped as-is. Would you mind bringing > > > these issues upstream yourself? > > > > https://github.com/Kozea/Radicale/issues/685 > > Upstream suppor

Bug#872816: radicale wsgi example not usable

2017-08-23 Thread Joerg Dorchain
On Mon, Aug 21, 2017 at 07:15:11PM +0200, Joerg Dorchain wrote: > > > > Upstream WSGI file is shipped as-is. Would you mind bringing these > > issues upstream yourself? > > https://github.com/Kozea/Radicale/issues/685 Upstream support pointed me to proper use of apache2 envvars: - I had an hi

Bug#872816: radicale wsgi example not usable

2017-08-21 Thread Joerg Dorchain
On Mon, Aug 21, 2017 at 06:54:08PM +0200, Jonas Smedegaard wrote: > > it should use the default path, i.e. a line config_paths = > > ["/etc/radicale/config"]. > > It would be worth mentioned it in a README.debian, what ever it > > will be. > > Upstream WSGI file is shipped as-is. Would you mind b

Bug#872816: radicale wsgi example not usable

2017-08-21 Thread Jonas Smedegaard
Quoting Joerg Dorchain (2017-08-21 18:16:34) > On Mon, Aug 21, 2017 at 05:51:07PM +0200, Jonas Smedegaard wrote: > > Quoting Joerg Dorchain (2017-08-21 16:42:41) > > > when trying to use the supplied /usr/share/radicale/radicale.wsgi > > > file with libapache2-mod-wsgi 4.5.17-1, the following erro

Bug#872816: radicale wsgi example not usable

2017-08-21 Thread Joerg Dorchain
On Mon, Aug 21, 2017 at 05:51:07PM +0200, Jonas Smedegaard wrote: > Quoting Joerg Dorchain (2017-08-21 16:42:41) > > when trying to use the supplied /usr/share/radicale/radicale.wsgi file > > with libapache2-mod-wsgi 4.5.17-1, the following error is displayed in > > the apache error log: > > > >

Bug#872816: radicale wsgi example not usable

2017-08-21 Thread Jonas Smedegaard
Quoting Joerg Dorchain (2017-08-21 16:42:41) > when trying to use the supplied /usr/share/radicale/radicale.wsgi file > with libapache2-mod-wsgi 4.5.17-1, the following error is displayed in > the apache error log: > > SyntaxError: Non-ASCII character '\\xc2' in file > .../radicale.wsgi on lin

Bug#872816: radicale wsgi example not usable

2017-08-21 Thread Joerg Dorchain
Package: radicale Version: 2.1.4-1 Hello, when trying to use the supplied /usr/share/radicale/radicale.wsgi file with libapache2-mod-wsgi 4.5.17-1, the following error is displayed in the apache error log: SyntaxError: Non-ASCII character '\\xc2' in file .../radicale.wsgi on line 4, but no