View Single Post
Old 02-01-2005, 05:18 PM  
kidtwist
Confirmed User
 
kidtwist's Avatar
 
Join Date: Jan 2003
Location: rancho cucamonga
Posts: 440
Q? about installing pennywize

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?
__________________

ICQ 370-665-181
kidtwist is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote