On 2/2/06, Tom Cat <[EMAIL PROTECTED]> wrote:
> For one subdirectory in our document root, I want to change
> LimitRequestBody to a much higher number.  The catch is I don't want
> to allowoverride, so using an htaccess file is not possible.
>
> What I did was create an alias and then did an directory tag for the
> alias. Is this the best way?  Is there another way?  What kind of
> trouble might I encounter doing it this way instead of another way?

Sounds like you are overcomplicating your life.

<Directory /usr/local/apache2/htdocs/subdirectory>
LimitRequestBody 99999999
</Directory>
should work just fine.

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to