SSL through WSGI

2010-12-22 Thread Jakob H
Hi, I have a related SSL question using WSGI and Apache. In my .htaccess file I have something like this: RewriteEngine On RewriteBase / RewriteRule ^(adminmedia/.*)$ - [L] RewriteRule ^(django\.fcgi/.*)$ - [L] RewriteCond %{REQUEST_FILENAME} !^/?resources/ RewriteRule ^(.*)$ django.fcgi/$1 [L] S

Re: SSL through WSGI

2010-12-23 Thread Mike Seidle
On Wednesday, December 22, 2010 05:08:05 pm Jakob H wrote: > Hi, I have a related SSL question using WSGI and Apache. > > In my .htaccess file I have something like this: If you are using WSGI, then you'll probably have to look at Apache's config files (usually in /etc/apache2 or /etc/httpd for

Re: SSL through WSGI

2010-12-23 Thread Jakob H
On Dec 23, 3:41 pm, Mike Seidle wrote: > On Wednesday, December 22, 2010 05:08:05 pm Jakob H wrote: > > > Hi, I have a related SSL question using WSGI and Apache. > > > In my .htaccess file I have something like this: > > If you are using WSGI, then you'll probably have to look at Apache's config