Re: httpd virtualhost ip

2011-06-14 Thread Vadim Zhukov
On 12 June 2011 c. 13:01:39 Bambero wrote: > Hello > > I have many IP and IP based virtualhost configured. > > My hostname.em0 looks like this: > inet 123.456.789.66 255.255.255.224 > inet alias 123.456.789.67 255.255.255.224 > inet alias 123.456.789.68 255.255.255.224 > inet alias 123.456.789.70 2

Re: httpd virtualhost ip

2011-06-13 Thread Stuart Henderson
On 2011-06-12, Martin Pelikan wrote: > 2011/6/12 Bambero : >> Hello >> >> I have many IP and IP based virtualhost configured. >> Everything works fine. But when making request (for ex. fsockopen) >> with php the outgoing IP is 123.456.789.66. >> Does anybody know how to tell php to bind to virualh

Re: httpd virtualhost ip

2011-06-12 Thread Martin Pelikan
2011/6/12 Bambero : > Hello > > I have many IP and IP based virtualhost configured. > Everything works fine. But when making request (for ex. fsockopen) > with php the outgoing IP is 123.456.789.66. > Does anybody know how to tell php to bind to virualhost IP when making > request ? There's a mem

Re: httpd virtualhost ip

2011-06-12 Thread Alexander Hall
On 06/12/11 11:01, Bambero wrote: > Hello > > I have many IP and IP based virtualhost configured. > > My hostname.em0 looks like this: > inet 123.456.789.66 255.255.255.224 > inet alias 123.456.789.67 255.255.255.224 > inet alias 123.456.789.68 255.255.255.224 > inet alias 123.456.789.70 255.255.

httpd virtualhost ip

2011-06-12 Thread Bambero
Hello I have many IP and IP based virtualhost configured. My hostname.em0 looks like this: inet 123.456.789.66 255.255.255.224 inet alias 123.456.789.67 255.255.255.224 inet alias 123.456.789.68 255.255.255.224 inet alias 123.456.789.70 255.255.255.224 inet alias 123.456.789.71 255.255.255.224 ..