I'm trying to prevent my users from uploding files larger than 500MB. I
know that I can use LimitPayloadBody and ErrorDocument 413 to redirect the
users to a page telling them their file is too large. But then it seems
like apache still has to read in the entire file before it returns the
user.
I installed AIX 6.1 on one of the lpar slice. Also installed gcc. Version of
gcc is as per following -
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld
--disable-nls --enable-languages=c,c++ --prefix=/opt/freeware
--enab
Thanks for your help - its working now.
On 2/5/07, Boyle Owen <[EMAIL PROTECTED]> wrote:
> -Original Message-
> From: Nick Black [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 05, 2007 9:58 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Web di
ble to use:
Alias images/ var/www/foo.com/blah/images/
But I cant - the redirect just doesnt seem to happen. The access log
and error logs show nothing.
Do I need to change the directory sturcture, or can I use some
redirects to achieve my goals?
Thanks in advance,
--
Hello,
I am about to comile apache 2.2.3 from source, but need to tweak my
./configure options a bit.
I currently have:
./configure --prefix=/usr/local/apache \
--enable-so
--enable-cgi
--enable-info
--enable-rewrite
--enable-speling
--enable-usertrack
--enable-deflate
--enable-ssl
--enable-mim
Hi,
Thanks for the reply.
The problem was that I did not have a sym link pointing from mods
enabled to mods available.
Nickb
On 9/28/06, Boyle Owen <[EMAIL PROTECTED]> wrote:
> -Original Message-
> From: Nick Black [mailto:[EMAIL PROTECTED]
> Sent: Thursday, Septembe
Hello,
I am quite new to apache configuration (yesterday was my first attempt
to isntall and configure), and I have run into a few problems that I
cant find any answers to.
My problems surround mod_header. I am using an httpd.conf file sent
to me by someone with a working installation of the se