Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache file upload post requests auth |
|
Author |
|
Dr.Diesel
Joined: 15 May 2007 Posts: 1
|
Posted: Tue 15 May '07 13:08 Post subject: Apache file upload post requests auth |
|
|
Hello,
I'm playing with file upload with PERL (which I'm new to) script and I have two problems:
1) Whole post request is processed before some authorization process, so anybody can post huge amount of data even with no results (404 too), so is it possible to process header before rest of script? (e.g. I looked in FastCGI and FastCgiAccessChecker directive, but I really don't know, how to use it)
2) How to limit upload speed for some users?
Thx in advance.
So another day wasted with no result Sad(( The directive, which leads to a desired behavior is LimitRequestBody. But I'd like to decide about it based on POST request header? Anybody? I'm loosing my mind. I've tried FastCGI, also no result, huge memory leaks instead Sad(( |
|
Back to top |
|
|
|
|
|
|