| Topic: | RSS and proxy server |
|---|---|
|
rattlesocks
Registered User
Posts: 1 Posted: |
I've set up PostNuke-0.762 as an intranet behind a proxy server. I've activated the RSS module and added a feed. I now have a block which I would expect to display the field - but I'm behind a proxy server. How do I tell PN the host:port of the proxy to fetch the feed? I've tried editing /includes/classes/http_get.class but my block still doesn't display the feed... var $_use_proxy = true; (Line 36) // set the paramters for the proxyserver that should be used function set_proxyserver($host="192.168.1.231", $port="3128", $uname="", $pass="") (Lines 52/53) Any advice please? Thanks in advance. |