Search squid archive

Re: reverse proxy, 2 backends and vhost

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks.

Since my last email, I'm trying to make a redirector script to do the job,
and that seems to go.

#!/usr/bin/perl
$|=1;
while (<>) {
 s@http://storage.mysite.com@http://192.168.234.12@;
 s@http://.*.mysite.com@http://192.168.234.8@;
 print;
}

But a few questions about this script :

1. It is possible to make a "catch all" for all requests that doesn't match
storage.mysite.com ?

2. What is a overhead for the box with this script (Squid box with 250
req/s) ? I imagine that it is very small ?


Thanks really for your help !

JB

2006/6/24, Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx>:

lör 2006-06-24 klockan 17:04 +0200 skrev jb:
> Thanks Henrik, but  I have more than 100 000 subdomains on
> 'mysite.com', and new sudomains are added each minute. I can't list
> all  domains and I don't want to edit /etc/host every time a change
> occured. It seems to me that wildcard (*.mysite.com) doesn't work
> in /etc/host  .

Recommended options:

a) A private DNS with the real server IP mapping.

b) Look into Squid-2.6 or later.

Regards
Henrik


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQBEnalwB5pTNio2V7IRAgOsAJ0fOhwCxzf0q3HaYqkh8EhOkdhGmACdFXVr
vOpGwtvFrQiAqt6UoWpIKsM=
=778+
-----END PGP SIGNATURE-----




[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux