Re: [users@httpd] Problem with Virtual Host on Apache v2.0.54

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 kandrey89@xxxxxxxxx
    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 efg@xxxxxxxxx
    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 <jslive@xxxxxxxxx> wrote:
> On 12/12/05, myhapwcforever <myhapwcforever@xxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx
>   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>
>


--
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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux