[EMAIL PROTECTED] Large File Upload blocking

2008-05-02 Thread sirius black
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.

[EMAIL PROTECTED] Error while compiling Apache 2.0 on AIX 6.1

2007-12-07 Thread Black
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

Re: [EMAIL PROTECTED] Web directory structure and redirects

2007-02-05 Thread Nick Black
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

[EMAIL PROTECTED] Web directory structure and redirects

2007-02-05 Thread Nick Black
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, --

[EMAIL PROTECTED] Customizing apache configure

2006-09-29 Thread Nick Black
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

Re: [EMAIL PROTECTED] Problems with Mod_headers

2006-09-28 Thread Nick Black
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

[EMAIL PROTECTED] Problems with Mod_headers

2006-09-28 Thread Nick Black
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