Hi all,

I love mod_wsgi-express.  As someone relatively new to Linux, Apache, 
Python, and WSGI, "express" works as advertised by getting me up and 
running.  I'm already using it in production.

When I use a rewrite rule in the custom configuration, though, it is 
completely ignored.

My test case is just a few lines, calling mod_wsgi-express with a standard 
test script, a port number, a document-root, and an included config.

The included config has just

RewriteEngine On
RewriteRule ^ /blah [R=301]

(I don't actually want redirects, but it's a stronger test.)

In any case, I don't see the rule being picked up.  I know that I have 
mod_rewrite enabled, and it works in a regular Apache site.  And even with 
express, I'm sure that the module is loaded, based on an IfModule rule that 
sets a header.

Is this supposed to be supported with express?  Does it need to be used in 
conjunction with some other configuration?  I've seen Graham suggest 
rewrite rules in reference to various issues, but not specifically where 
"express" is involved.

Thanks!
Gavin

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to