I have instaled apache 2 in linux base server. I have build my site in joomla template,when i declare in confiduration.php $mosConfig_live_site = 'http://192.168.1.1'; (local ip server,) i can acces it only from internal network. and when i declare in confiduration.php $mosConfig_live_site = 'http://www.mysite.com'; i can acces it only from external network and directly in server,not in internal network. When i declare both of thouse i connect only in internal. First i have an pix firewall and in internal interface i have acces a shwitch l2, and in this switch i connect my server and all of my network users. How can i configure httpd.conf for this problem. Thnx