• TwitterFacebookGoogle PlusLinkedInRSS FeedEmail

How To Install Cgi Proxy

08.08.2019 
How To Install Cgi Proxy 3,6/5 1124 votes
Active6 years, 2 months ago

Benefits of a Web Proxy. It can be used to accelerate the internet as a proxy can build up a cache of frequently used websites, which makes it easier & faster to load up after, Can be used to block/allow websites as required, also can be used to bypass another web proxy. After installing CGIProxy on a server, visit the script's URL to start a browsing session. Once you've gotten a page through the proxy, everything it links to will automatically go through the proxy. You can bookmark pages you browse to, and your bookmarks will go through the proxy as they did the first time. How to Install and Configure Squid Proxy Server on Fedora 16 Squid service plays two main roles which mainly act as a caching proxy server between the user and the web. Second role, squid also regularly used as a content accelerator, or reverse proxy, intercepting requests to a server and using a cached version of the page to serve the request.

I'm trying to install CGIProxy on Ubuntu.

Basically it's a single 'nph-proxy.cgi' file which I placed in my /var/www folder.

I used this command from the instructions:

./nph-proxy.cgi install-modules

Nothing seems to happen and when I navigate in my browser to the ip address with the 'nph-proxy.cgi', all I see are a whole page of code whereas instead I should see a GUI form.

I'm still new to linux and modules and any help is greatly appreciated.

Thanks

jc.yinInstalljc.yin
1461 gold badge4 silver badges13 bronze badges

1 Answer

How To Install Cgi Proxy Server

That means that the web server doesn't know that at this location, a file ending with '.cgi' should be executed rather than passed directly to the browser. You need to configure the web server in such a way that the directory in which nph-proxy.cgi resides or the extension are automatically considered programs. The specifics of the configuration will depend on your web server (Apache, lighttpd etc.).

Or try to move the file into an existing directory (such as /var/server/www/cgi-bin/) that is already configured for executables.

To configure Apache, open the file (with sudo or gksu) /etc/apache/apache2.conf:

Search whether there is a line like this:

SEWOO WTP100II/150 PRINTER. Operating system: Windows 7 / 8 / 8.1 / 10 / Vista / XP. Filesize: 0.87 MB. Filename: WTP 150 DRIVERS.zip. Download file. Here is a step by step manual guide for SEWOO WTP100II/150 PRINTER software installation process on Windows 7 / 8 / 8.1 / 10 / Vista / XP. 1 Download WTP 150. You can download any Microsoft file which fit your Windows XP operating system and size parameters. Inside the following (wtp-150.zip, WTP 150 DRIVERS.zip) archives are inf files with needed Microsoft software. Files presented below will help you to solve Windows XP problems with your device. Latest Microsoft drivers. Driver wtp 150 windows 7.

If yes, create that directory (sudo mkdir /some/directory/blah/blah/cgi-bin/) and put your CGI script there. If not, add this line. Then when you call the URL

it will be executed.

Alternatively, you can allow the CGI scripts to be executed in a particular directory. Put the following in your config file:

(check whether the AddHandler line is already in your config!)

JanuaryJanuary
27k11 gold badges71 silver badges92 bronze badges

Not the answer you're looking for? Browse other questions tagged proxyperlcgi or ask your own question.

Active3 years, 9 months ago

I have downloaded active state perl on a windows 32 bit machine. I have perl file which uses CGI Lite module. So I tried installing it from the command prompt. But its giving me an error. How can I download the desired modules in active state perl using the ppm?

Josh Crozier
167k40 gold badges292 silver badges236 bronze badges
Jill448Jill448
7078 gold badges24 silver badges49 bronze badges

3 Answers

I got the solution from the following document:

ikegami
279k11 gold badges195 silver badges425 bronze badges
HowJill448Jill448
7078 gold badges24 silver badges49 bronze badges

By the way the ActiveState's Perl contain cpan utility allowing you to install modules which have no versions in the Repositories. Just type in cmd.exe:

gangabassgangabassProxy
6,7142 gold badges18 silver badges28 bronze badges

When you are working under a proxy, run these commands from command prompt:

Read this document for details.

serenesatserenesat
4,33610 gold badges27 silver badges47 bronze badges

Not the answer you're looking for? Browse other questions tagged perlmoduleinstallppm or ask your own question.