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
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
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
3 matches
Mail list logo