Changes between Version 3 and Version 4 of SWAT
- Timestamp:
- Feb 14, 2008, 2:57:09 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SWAT
v3 v4 12 12 13 13 {{{ServerRoot "x:/apache2"}}} [[BR]] 14 # remove the # infront of the below module 15 {{{Loadmodule authn_file_module modules/authn_fi.dll}}}[[BR]] 14 16 {{{DocumentRoot "x:/apache2/htdocs"}}} 15 17 … … 24 26 {{{Order allow,deny}}}[[BR]] 25 27 {{{Allow from all}}}[[BR]] 28 {{{AuthName "Samba Web Admin Tool"}}} 29 {{{AuthType Basic}}} 30 {{{AuthUserFile x:/apache2/conf/users}}} 31 {{{require valid-user}}} 26 32 {{{</Directory>}}} 27 33 28 34 4. Adjust startup.cmd in x:\apache2 with set beginlibpath=x:\apache2\bin;x:\apache2\modules 29 35 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) 31 39 32 40 == Using SWAT: ==