Hi,
i have a dedicated server with Ensim virtual hosting on it.
The server has 50 ip based sites.
all 50 sites have php scripts that use the fsockopen function
instead of using the sites own ip address... the fsockopen function uses the main server ip address...
for example:
site 1 ip: 12.12.12.1
site 2 ip: 12.12.12.2
.....
site n ip: 12.12.12.n
main server ip: 66.12.12.12
fsockopen uses the main server ip for requests from all 50 sites..
i would like fsockopen to use each individual sites ip to make outgoing connections..
all the 50 ip sites connect to similar servers and the use of main ip by fsockopen makes its seem like one person is accessing all the data...
this problem is driving me crazy... i would greatly appreciate any insight on how i can fix this..
my server = linux, apache, php 4.2.2
Ensim Environment
I am soooo troubled by this...