LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache2 Name-based Virtual Hosts Problem with .org domain! (https://www.linuxquestions.org/questions/linux-software-2/apache2-name-based-virtual-hosts-problem-with-org-domain-475484/)

phoenix09 08-20-2006 02:30 PM

never mind! problem fixed :) im a genius.

paddyjoy 09-19-2006 03:44 AM

Hi how did you fix this? I am having the exact same problem?

Thanks,
Paddy

Wim Sturkenboom 09-19-2006 04:00 AM

Not sure but for all your sites you have
Code:

<VirtualHost *>

        ServerAdmin webmaster@localhost
        DocumentRoot /var/www/site2
        ServerName www.site2.com
        ServerAlias site2.com


<Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>

Does not look right to me although the parser might handle it correctly.

//Edit: oeps, missed second page (again)

filex 09-19-2006 04:23 AM

If you move your site3.org infront of site1 virtual host. I'm guess you'll getting the site3.org.


All times are GMT -5. The time now is 05:42 AM.