Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
319 views

Trying to inject javascript to every page [duplicate]

Hie. I'm working on a JS library that makes changes to dom elements and I would like to be able to show people it's effect in my site. I'm trying to setup some sort of proxy similar to a transparent ...
Shahar's user avatar
  • 11
0 votes
1 answer
896 views

Overriding a JS file from server from proxy

I have an Apache reverse-proxy server set up between a client machine and a server. What I want to achieve is to override a javascript file sent from the server with the one from the proxy before ...
Wai Yan's user avatar
  • 103
0 votes
1 answer
121 views

nginx not starting with multiple nodejs apps

i have this config in sites-enabled/default upstream domainone.com.ar { server 127.0.0.1:9000; } server { listen 80; server_name www.domainone.com.ar; rewrite ^/(.*) http://domainone.com.ar/$1 ...
andrescabana86's user avatar
0 votes
3 answers
3k views

proxy.pac file performance optimization

I reroute certain websites through a proxy with a proxy.pac file. It basically looks like this: if (shExpMatch(host, "www.youtube.com")) { return "PROXY proxy.domain.tld:8080; DIRECT" } if (...
Tuinslak's user avatar
  • 1,475
1 vote
3 answers
6k views

proxy script does not work when two networking cards are connected. How to fix this?

I have deployed a wpad.dat. Works like a charm except for some users that are connected to two networks at the same time (ethernet and another networkadapter that emulates an analog modem for fax). I ...
mrt181's user avatar
  • 171
0 votes
3 answers
2k views

Squid slow on pages with heavy javascript

We have just started using more javascript in the web interface of an internal application(php if it matters). Now that the changes are in place it is becoming very obvious that the more javascript on ...
Chance's user avatar
  • 450