Changes between Version 3 and Version 4 of SWAT


Ignore:
Timestamp:
Feb 14, 2008, 1:57:09 PM (16 years ago)
Author:
guest
Comment:

added user auth information

Legend:

Unmodified
Added
Removed
Modified
  • SWAT

    v3 v4  
    1212
    1313    {{{ServerRoot "x:/apache2"}}} [[BR]]
     14    # remove the # infront of the below module
     15    {{{Loadmodule authn_file_module modules/authn_fi.dll}}}[[BR]]
    1416    {{{DocumentRoot "x:/apache2/htdocs"}}}
    1517
     
    2426    {{{Order allow,deny}}}[[BR]]
    2527    {{{Allow from all}}}[[BR]]
     28    {{{AuthName "Samba Web Admin Tool"}}}
     29    {{{AuthType Basic}}}
     30    {{{AuthUserFile x:/apache2/conf/users}}}
     31    {{{require valid-user}}}
    2632    {{{</Directory>}}}
    2733
    2834 4. Adjust startup.cmd in x:\apache2 with set beginlibpath=x:\apache2\bin;x:\apache2\modules
    2935
    30  5. Start startup.cmd (if all went well Apache starts)
     36 5. create user with: x:/apache2/bin/htpasswd -c x:/apache2/conf/users my_user_name
     37
     38 6. Start startup.cmd (if all went well Apache starts)
    3139
    3240== Using SWAT: ==