<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Maybe this will be of help?<br>
<br>
<a href="http://wiki.nginx.org/NginxHttpAccessKeyModule">http://wiki.nginx.org/NginxHttpAccessKeyModule</a><br>
<br>
Kiswono Prayogo wrote:
<blockquote
 cite="mid:99024f5f0912022330w347d7a93tca049c389d16fac9@mail.gmail.com"
 type="cite">hi, i trying to make to make downloader site, the process
was like this:
  <div>1. user enter the site</div>
  <div>2. paste their link</div>
  <div>3. and the wget or downloader program would download the files
every night</div>
  <div>4. the file saved using the primary key of the database value
(number), this one example of the table row:</div>
  <div>reqid: 273</div>
  <div>userid: 5</div>
  <div>reqlink: <a moz-do-not-send="true"
 href="http://127.0.0.1/bla.pdf">http://127.0.0.1/bla.pdf</a></div>
  <div>reqtime: 2009-12-03 07:22:01</div>
  <div><br>
  </div>
  <div>the file saved on /data/dl/273.data</div>
  <div>how can i protect the download link so people wont able to
download directly but must use some link, such as:</div>
  <div><a moz-do-not-send="true" href="http://bla/get/273">http://bla/get/273</a>
but this link only activated when people has logged in..</div>
  <div><br>
  </div>
  <div>what i mean is, can i make temporary link that can only be
accessed certain IP and session (of the logged user), one request only,
without messing around and reload nginx's configuration everytime
authenticated people wan't to download the file, and without load file
into server side scripting engine (PHP, etc) because it's slow when i
use server side engine to serve the file..</div>
  <div><br>
  </div>
  <div>Thanks for care to read this mail..</div>
  <div><br>
  </div>
  <div>Regards,</div>
  <div>Kiswono<br>
GB</div>
  <div><br>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
nginx mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nginx@nginx.org">nginx@nginx.org</a>
<a class="moz-txt-link-freetext" href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</a>
  </pre>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<div
 style="font-family: sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: 1.1; font-size-adjust: none; font-stretch: normal; width: 300px; color: rgb(51, 51, 51);">
<p><strong>Phillip B Oldham</strong><br>
ActivityHQ<br>
<a href="mailto:phill@theactivitypeople.co.uk">phill@activityhq.com</a></p>
<hr size="1">
<p style="font-size: 90%;"><strong>Policies</strong></p>
<p style="font-size: 90%;">This e-mail and its attachments are intended
for the above named recipient(s) only and may be confidential. If they
have come to you in error, please reply to this e-mail and highlight
the error. No action should be taken regarding content, nor must you
copy or show them to anyone.</p>
<p style="font-size: 90%;">This e-mail has been created in the
knowledge that Internet e-mail is not a 100% secure communications
medium, and we have taken steps to ensure that this e-mail and
attachments are free from any virus. We must advise that in keeping
with good computing practice the recipient should ensure they are
completely virus free, and that you understand and observe the lack of
security when e-mailing us.</p>
<hr size="1">
</div>
</div>
</body>
</html>