Hi,
I am trying to protect files I have on my server with a password. Normally we use the HTTP authentication... But I am trying to do like they do on DropBox. So I though about using the PerlModule (http://wiki.nginx.org/EmbeddedPerlModule) with NGiNX to detect the session (created when a user sign in) and if it's good then you have access to the files if not you don't.
I personally would rather use PHP... If it's possible...
Would this technique work? Is there a better way?
Thanks in advance for any help and tips.
Edited 1 time(s). Last edit at 11/18/2011 01:31PM by jnbdz.