Hello everyone,
I'm no expert at httpd , I know how to set up basic
stuff but that is all I know how to do. So I ask you to please help me solve this problem.
I have 20 video camera servers in my lan, all of
them have a software that can be used to access them by default on port
80.
I have only one public ip address.
I'm doing port forwarding currently in the
following way:
all trafic that goes to xxx.xxx.xxx.xxx:10022 is
redirected to 192.168.56.10:80 (xxx.xxx.xxx.xxx = public ip).
what I would like to do is to be able to access
xxx.xxx.xxx.xxx:10022 like camera1.mydomain.com.
How do you do this with mod rewrite?
Sincerely
Robert B
|