Hello,
AOLserver stores files that get uploaded to /tmp. Now I have two
questions:
Is there a way to set a maximum size AOLserver accepts for upload (so
people dont have a way to start a DOS attack {at least for file-
uploading} by uploading Gigs of Data in one file).
Furthermore, AOLserver has a habit of beeing dirty. If the connection
breaks, it leaves the unfinished upload file in in the /tmp directory.
For the latter problem I thought about killing all files AOLserver
stored there that are older than 60 Minutes. This would effectivly
solve the problem #1 as well, as our pipe is not large enough to fill
up Gigs of space within 1 hour. But is there a better, nicer, cleaner
solution ?
And is there a command that would kill the connection if it has been
running for more than 60 Minutes (so AOLserver doesnt get confused if
I delete the file under its feet)?
Any help appreciated
Malte