so i got to the last step and dont know what to do. little help please...
what do i do now??
If your installation was successful, the Pennywize client will output some server configuration lines that need to be added to your httpd.conf file. they will look something like this:
# -- [ Pennywize v3.0 (c) Zarvon P/L -
http://www.pennywize.com ] --
CustomLog "| /usr/home/yoursite.com/cgi-bin/pennywize.cgi" "%a|%u|%s|%{PENNYWIZE_HASH}e|%b|%{PENNYWIZE_WORK}e |%{PENNYWIZE_BLOCKED}e"
AddHandler send-as-is pennywize
RewriteEngine on
RewriteRule (.*) - [E=PENNYWIZE_WORK:/usr/home/yoursite.com/cgi-bin/pennywize,E=PENNYWIZE_HASH:01234567890123456789012 345678901]
RewriteCond %{LA-U:AUTH_TYPE} ^basic$ [NC]
RewriteCond %{ENV:PENNYWIZE_WORK}/%{ENV:PENNYWIZE_HASH}/%{REMOTE_ADDR} -f [OR]
RewriteCond %{ENV:PENNYWIZE_WORK}/%{ENV:PENNYWIZE_HASH}/%{LA-U:REMOTE_USER} -f
RewriteRule (.*) %{ENV:PENNYWIZE_WORK}/%{ENV:PENNYWIZE_HASH}/redirect.pennywize [E=PENNYWIZE_BLOCKED:1]
# -- [ End of pennywize code ] --
When you have complete that step,
simply have the server configuration lines added to the VirtualHost for your web site. You may need to ask your ISP to do this for you.
how do i do this?