logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: Apache file upload post requests auth
Author
Dr.Diesel



Joined: 15 May 2007
Posts: 1

PostPosted: Tue 15 May '07 13:08    Post subject: Apache file upload post requests auth Reply with quote

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


Reply to topic   Topic: Apache file upload post requests auth View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner