I wish to redirect a URL say to an internal ip address which has the SAME eternal IP address...
eg/
Server -> IP =80.11.10.9 or something, internal ip 192.168.0.1
Other machine -> connects to the internet through the server, but is running an apache server also. Reason for this is that we only have one internet connection so can only ever have one external ip.. internal ip is 192.168.0.2
Can i redirect all traffic going to to 192.168.0.2 so that it is visible on an externally connected client, and so that the 192.168.0.2's apache host settings are used.
If this makes little, i'll say what i mean, say 192.168.0.1 has #LoadModule cern_meta_module modules/mod_cern_meta.so so its NOT loading that, and 192.168.0.2 has LoadModule cern_meta_module modules/mod_cern_meta.so so it is loading that, i want the module loaded and available for use etc etc.
Any ideas, if this isnt making full sense, im happy with sum1 to make a stab in the dark, anything would help cos i dont fully understand why i cant use the proxy 'something' syntax, tried it doesnt work ;o)
James
eg/
Server -> IP =80.11.10.9 or something, internal ip 192.168.0.1
Other machine -> connects to the internet through the server, but is running an apache server also. Reason for this is that we only have one internet connection so can only ever have one external ip.. internal ip is 192.168.0.2
Can i redirect all traffic going to to 192.168.0.2 so that it is visible on an externally connected client, and so that the 192.168.0.2's apache host settings are used.
If this makes little, i'll say what i mean, say 192.168.0.1 has #LoadModule cern_meta_module modules/mod_cern_meta.so so its NOT loading that, and 192.168.0.2 has LoadModule cern_meta_module modules/mod_cern_meta.so so it is loading that, i want the module loaded and available for use etc etc.
Any ideas, if this isnt making full sense, im happy with sum1 to make a stab in the dark, anything would help cos i dont fully understand why i cant use the proxy 'something' syntax, tried it doesnt work ;o)
James