Welcome to the private homepage of Stephan Klimek. Mainly this a place to publish articles of my current interests, to host some of my software projects in development and to provide some personal stuff. This site was developed using the excellent dokuwiki framework. For further info you can have a look at the Inprint page and use this Contact form for any feedback or requests.
Execute htpasswd to create a crypted password for a user:
$ htpasswd -c /home/path/to/.htpasswd user123
Generated .htpasswd file:
user123:lIBi121Or12Pw
Create/edit .htaccess inside the directory to protected:
RewriteEngine On
AuthUserFile /home/path/to/.htpasswd
AuthName "application name"
AuthType Basic
require user user123
wiki/tools/start.txt · Last modified: 2007-05-17 19:09 (external edit)