Hi Stan,
You should be able to adapt this config example to your environment.
Andy-
!
class-map type inspect match-any http-cm
match protocol http
!
parameter-map type urlfpolicy websense websense-parm
server <websense server IP>
source-interface <lan interface>
allow-mode on
truncate hostname
!
class-map type urlfilter websense match-any websense-cm
match server-response any
!
policy-map type inspect urlfilter websense-pm
parameter type urlfpolicy websense websense-parm
class type urlfilter websense websense-cm
server-specified-action
!
policy-map type inspect Inside->Internet-pm
description Inside trusted to Internet
class type inspect http-cm
inspect
service-policy urlfilter websense-pm
class type inspect Inside->Internet-cm
inspect
class class-default
drop
!
zone-pair security Inside->Internet source Inside destination Internet
service-policy type inspect Inside->Internet-pm
!-------------------------------------------------------------
! to check status & url block counts
!
show policy-map type inspect zone-pair Inside->Internet urlfilter