Hi,

Every person in the my organisation does not have internet connectivity provided for them. To allow access to certain websites we have an apache configured which helps us do it. Here is one such configuration for accessing one particular website. When any user needs to access this website he keys his url as http://192.9.200.203 and accesses the website without even knowing that he is accessing the website on the internet since the url will always show up as http://192.9.200.203/xxxx. Below is the config for the same.

<VirtualHost 192.9.200.203>

ServerName 192.9.200.203

RewriteEngine On

RewriteRule ^(.*) http://www.company.com$1 [P,L]

ProxyPass / http://www.company.com/

ProxyPassReverse / http://www.company.com/

ProxyRemote http://www.company.com/ http://192.9.200.34:80

</VirtualHost>

Now the problem here is this particular website has made cookies support manditory and this has created a lot of problem because every time the user connect and a cookies is sent to this user the cookies is sent with company.com. Since the cookies doesnt get registered every hit of his to this website keeps sending him new cookies.

I cannot create a dummy dns entry like local.company.com instead of the ip address 192.9.200.203 because I do not have a local dns server put in place here.

Any suggestions as to how can I enable .company.com cookies to work on such a setup.

Thanks in Advance.

Cheers,

Volly.


Download cricket Yahoo! Score Tracker for live cricket scores on your desktop