On 2/2/06, Tom Cat <strycat@xxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx