symbolic links and apache
From: Joe (joe_at_pop-star.net)
Date: 11/28/03
- Previous message: Salvador Santander: "What is the limit of size of a blob field in mysql 4?"
- Next in thread: Nick Lindsell: "Re: symbolic links and apache"
- Reply: Nick Lindsell: "Re: symbolic links and apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <redhat-list@redhat.com> Date: Fri, 28 Nov 2003 23:36:18 +1100
Hi, I’m using apache to run virtual domains on redhat9 it works fine.
www.domain1.com /var/www/html/domain1
www.domain2.com /var/www/html/domain2
www.domainx.com /var/www/html/domainx
I now want www.domain2.com to point to www.domain1.com . So if I point to
either www.domain2.com or www.domain1.com I get to /var/www/html/domain1.
How do I best achieve this while keeping virtual hosting intact ?
Thought I could have added the following symbolic link
ln -s /var/www/html/domain1 /var/www/html/domain2
but apache is still referencing files in /var/www/html/domain2
J/
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Salvador Santander: "What is the limit of size of a blob field in mysql 4?"
- Next in thread: Nick Lindsell: "Re: symbolic links and apache"
- Reply: Nick Lindsell: "Re: symbolic links and apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|