Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > HTTP (WWW)

    mod_auth_sqlite 0.12

    Download button

    No screenshots available
    Downloads: 458  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Tomohiro IKEBE | More programs
    The Apache License / FREE
    April 12th, 2006, 17:39 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    mod_auth_sqlite description

    mod_auth_sqlite module provides Apache user authentication using SQLite.

    mod_auth_sqlite module provides Apache user authentication using SQLite. SQLite is a SQL Database Engine In a C Library.

    Requirements:

    · Apache

    Installation:

    1) Install SQLite.
    See http://www.hwaci.com/sw/sqlite/ for details.

    2) Make mod_auth_sqlite as a DSO module.
    modify your Makefile.
    INC, LIB and apxs path.

    % make
    # make install

    CREATE TABLES

    The Default Tables are below.

    CREATE TABLE htpasswd (
    user CHAR(16) NOT NULL PRIMARY KEY,
    passwd CHAR(16) NOT NULL
    );

    CREATE TABLE htgroup (
    groupname CHAR(16) NOT NULL,
    user CHAR(16) NOT NULL
    );

    CREATE UNIQUE INDEX htgroup_uniq_idx ON htgroup(groupname, user);

    CONFIG EXAMPLE

    < Directory /path/to/secrete_area >
    AuthName SQLiteAuth
    AuthType basic
    AuthSQLiteUserDB /path/to/your_database

    # ...

    require valid-user
    < /Directory >

    You also use these directives. in your .htaccess

    Product's homepage

      


    TAGS:

    sqlite authentication | user authentication | Apache module | mod_auth_sqlite | Apache | sqlite

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM