Re: Apache/Perl CGI intermittent missing POST data

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 08/09/2010 10:26 AM, Timothy Partee wrote:
    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,

Yes, this is possible. Use either one of these:

<Location /cgi-bin/>
	RewriteEngine off
</Location>

<Directory /path/to/cgi-bin>
	RewriteEngine off
</Directory>

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



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux