None of our rewrite rules should ever be operating on POST form processor scripts, however it was suggested to us that mod_rewrite is the likely culprit as it may be over-reactive and sometimes accidentally nuking our POST data when it shouldn't. It was suggested to disable mod_rewrite entirely for the CGI directories, not just add a condition to exclude them since that according to this theory will not save the data from getting nuked. Can mods be disabled altogether on a per-directory basis? Thanks, - Tim Partee On Mon, Aug 9, 2010 at 1:07 AM, Joost de Heer <joost@xxxxxxxxxxxxxxxxx> wrote: >> It was suggested that we exclude the CGI folders from the mod_rewrite >> rules and processing, however we could find no info in Apache >> documentation on how to exclude mod_rewrite rules/operation from any >> specific directories. Any pointers in the right direction would be >> appreciated, thanks! > > RewriteCond %{PATH_INFO} !^/cgi-bin/.* > RewriteRule [your rule] > > The problem is probably related to redirection of POST's: that is forbidden > by the RFC's, and it is automatically changed into a GET, while losing the > POST variables. > > Joost > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx