[NANOWEB DOCUMENTATION]

NANOWEB, the aEGiS PHP web server

mod_auth_simple

With the simple authentication module you can restrict access to your documents with logs/password pairs that you specify within one of the config files (main config, vhosts.conf or .nwaccess files).

one of your your .nwaccess files may look as follows:

AuthRealm = realm name (will be shown as info text in most browsers)

# activate the simple auth mechanism
AuthRequire = SIMPLE

# these directives give the user names and passwords
AuthSimpleUserPass = login1 password1
AuthSimpleUserPass = user2 password2
...
AuthSimpleUserPass = userNNN passwordNNN



NANOWEB, the aEGiS PHP web server