It 's easy to set up diffrent port number for virtual server with one IP address under win2000+IIS.
For example: we can access www.mydomain.com:1234 and www.mydomain.com:6789
But how to do this under linux+apache?
I only found article describing virtual server based on different IP or domain name. But how to setup virtual server on diffrent port?
The above says that it should listen for request on the default IP of your server on port 1080 and if it gets any requests, then it gets documents from /var/www/html/testvirt
The next example show if you specify an IP address
This one says that it should only service requests that come in on IP 196.1.1.19 on the port 1999 and the document root for this server is /var/www/html/virtual1server
Let me know if you need any more help.
Note there are a lot of extra things you can put inbetween the <VirtualHost> </VirtualHost>
Regards,
jnbkze
0
ezleeAuthor Commented:
Jnbkze,
sorry for my delay, I was out for long time.
yes, it helped me. Thanks.
ezlee
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Has my suggestion helped at all?
Rgds,
Jnbkze