Forum Moderators: phranque

Message Too Old, No Replies

Fool DNS on Linux

         

albertkhor

5:34 am on Dec 11, 2006 (gmt 0)

10+ Year Member



I have setup Fool DNS (because I test on local network) on my Linux, after that I try to access the website but IE cannot work only FireFox can. I found out that it is because IE no keep session, why this will happen?

Below is how i set fool DNS on my Linux.

go to "/etc/apache2/sites-available/default"

NameVirtualHost *:80
<VirtualHost *:80>
ServerName mocean_demo
DocumentRoot /var/www/mocean_demo
ServerAdmin support@demo.com.my
ErrorLog /var/www/mocean_smsdemo/error_log/mocean_demo-error_log
CustomLog /var/www/mocean_smsdemo/error_log/mocean_demo-access_log common
<Directory /var/www/moceandemo/>
Options FollowSymLinks
AllowOverride all
Allow from all
Order allow,deny
</Directory>
</VirtualHost>

At my window hosts file "C:\WINDOWS\system32\drivers\etc\hosts" I add:
192.168.0.10mocean_demo