perl - Unable to install a CGIProxy script on Ubuntu server -


i'm trying install cgiproxy on ubuntu.

http://www.jmarshall.com/tools/cgiproxy/install.html#install

basically it's single "nph-proxy.cgi" file placed in /var/www folder. it's supposed display simple gui form user can enter url , access website behind firewall.

i used command instructions:

./nph-proxy.cgi install-modules

nothing seems happen , when navigate in browser ip address "nph-proxy.cgi", see whole page of code whereas instead should see gui form.

i'm still new linux , modules , appreciated.

thanks

have set executable permission on script? if not, chmod 755 nph-proxy.cgi.


Comments