SOLVED
Thanks a lot I have no idea why it didn't work before when I had the
*:80 placed where I did now, must be the efg.dyndns.dk full domain
name.
This works:

NameVirtualHost *:80

<VirtualHost *:80>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot "C:/Program Files/Apache Group/Apache2/abc"
    ServerName abc.dyndns.dk
    ErrorLog logs/error.log
    CustomLog logs/access.log common
    Options Indexes FollowSymLinks ExecCGI
</VirtualHost>

<VirtualHost *:80>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot "C:/Program Files/Apache Group/Apache2/efg"
    ServerName efg.dyndns.dk
    ErrorLog logs/efg-error.log
    CustomLog logs/efg-access.log common
    Options Indexes FollowSymLinks ExecCGI
</VirtualHost>

On 12/12/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 12/12/05, myhapwcforever <[EMAIL PROTECTED]> wrote:
> > To try the follow?
> >
> > NameVirtualHost youip:80
> >
> > <VirtualHost youip:80>
>
> This may work, but the easier configuration is to replace youip with *.
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Live Long and Prosper,
by Andrey Kuznetsov aka "Death Owl"

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to