|
I need a web proxy server that has a web interface to configure. I want to be able to take control over proxy server configuration with it's web interface.
Started by eavar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Squid is my personal fave', u dont need to be a linux admin to get this... .
You really ought to learn to manage the server via the command line, but if you must have a GUI, webmin has a Squid module .
How about a linux server and squid? Seems easy enough .
|
|
I was wondering which class would be more efficient: PHP (Glype, PHProxy), CGI (CGIProxy), or javascript based scripts that run on a webserver, or an http proxy run through squid. Assuming neither class was doing any caching, would one or the other be...
Started by Lin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Having extensive experience with Squid, you need a lot of RAM... .
If, for example, you're running MOD_PERL then my vote is for CGIProxy .
PHPProxy is PHP, of course.
CGIProxy is a Perl app.
It sort of depends on how you integrate these into your server farm .
|
|
Is there Web cache proxy which connects as a network bridge so it intercepts GET requests from client and redirects them to other Web server? (Without having to configure clients to use the proxy)
Client \ | | Client--- Network--- |eth0 Proxy eth1|---...
Started by jackhab on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You try to setup transparent proxying to the "web cache" if you are using Linux you can do something....
By default it would proxy it to the actual web-server but you can always configure it to route things elsewhere.
Squid can do it.
|
Ask your Facebook Friends
|
I have a web application deployed in production which references an external web service. Looking at the source code in Visual Studio, I see that the web referebce was statically linked. In the proxy reference.cs, it is hardcode to the url. this.Url =...
Started by Ben on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Of the project with Settings.settings add a web service URL setting to one of the properties docs for Web References sums it up fairly well:
If you leave the URL behavior set to the default value of static, the proxy class sets the....
|
|
We have a Flash application that connects to a WCF REST web service returning json data.
We use URLRequest/URLLoader with POST requests, not a lower-level library using sockets like as3httpclientlib.
The application runs swimmingly well in the normal ...
Started by dan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
By default, Fiddler chains to your upstream proxy....
Configured to use an upstream proxy server 2> Your computer is configured to use an upstream proxy server, but that proxy server is either down, or intermittently failing.
|
|
We're running a Rails site at http://hansard.millbanksystems.com , on a dedicated Accelerator. We currently have Apache setup with mod-proxy-balancer, proxying to four mongrels running the application.
Some requests are rather slow and in order to prevent...
Started by Robert Brook on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
It is possible to deploy a Mongrel cluster with an alternative web server, such as nginx or lighttpd://www.apsis.ch/pound/ ) worked well for me!
I've used mod_proxy_balancer + mongrel_cluster successfully_proxy_balancer , nginx....
|
|
Hi
Is there any tool for generating php proxy classes for webservice for php programming language?
Web services are developed in .net.
Thanks
nRk
Started by nrk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Under the WSDL mode, the Zend_Soap_Client component uses a WSDL document to define... .
It may be used in WSDL or non-WSDL mode.
Maybe this is what you need:
Zend_Soap_Client
The Zend_Soap_Client class simplifies SOAP client development for PHP programmers .
|
|
EDIT (8-23): For clarity
I'm looking for an alternative to using web proxy scripts (Glype, PHProxy, etc.) by using proxy software like Squid or Privoxy. I want this new method to operate the same way as a web proxy script, where the user types in a URL...
Started by Lin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
JR
This isn't really a proxy, this is a web site that is an HTTP gateway that proxies about just returning....
For proxy autoconfiguration scripts!
http://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol and see.
|
|
Third-party security professional is recommending we run a reverse proxy in front of the web server (all hosted in the DMZ) as a best practice security measure.
I know this is a typical recommended architecture as it provides another level of security...
Started by Darren on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
This is particularly true if your proxy is from a different if it's possible on the....
Will a reverse proxy in front of web server improve security?
A reverse in the same ways as your web server.
They're good at: serving HTML.
|
|
We are developing a .NET 2.0 winform application. The application needs to access Web Services . Yet, we are encountering issues with users behind proxies.
Popular windows backup applications (think Mozy ) are providing a moderately complex dialog window...
Started by Joannes Vermorel on
, 10 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Put this in your application....
Look into using the .NET WebProxy with proxy.
If you can see your webThe easiest way is to use the proxy settings from IE Explorer.
Configuration>
and your application will use the proxy settings from IE.
|