Jump to content

hedgefighter

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Posts posted by hedgefighter

  1. I want to have a file be downloaded only by logged in users and only by those authorized. How would I go about doing this? If I just made a direct link to the file, someone could simply type in the URL of the file itself. Any suggestions?

  2. Does anyone know where I could get some good information on building new modules for Apache in linux or windows. I have the book "Writing Apache Modules with Perl and C" which is a great guide for Apache 1.3, but I'm not sure how to do the same for Apache 2.2.
  3. Essentially what I want to do is have my web server send username, password, and what data it needs to my database server. The database server performs checks on the username and password and then sends the data back to the web server. I don't necessarily want the web server to be able to diectly access the database on the other server. I want the database server to authenticate the user and then access it's database and then return the data to the web server. Is this at all possible?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.