Posts: 1,046
Thanks: 4
Thanked 34 Times in 32 Posts
Subdomain redirect bug?
Hi there
I'm trying to redirect the subdomain "images" to the "images" folder in the default domain.
For that I did set:
Host: images
Domain: sjau.ch
Redirect Type: No flag
Redirect Path: /var/www/sjau.ch/web/images/
Activ: y
Now when I try to call it I get this error:
[Fri Mar 16 23:54:41 2012] [error] [client 84.227.27.123] SoftException in Application.cpp:221: File "/var/www/clients/client1/web2//web/images/gallery.php" is not in document root of Vhost "/var/www/clients/client1/web2/web"
[Fri Mar 16 23:54:41 2012] [error] [client 84.227.27.123] Premature end of script headers: gallery.php
[Fri Mar 16 23:54:41 2012] [error] [client 84.227.27.123] File does not exist: /var/www/sjau.ch/web/images/error
However when I change the Redirect Path to "/var/www/clients/client1/web2/web/images/" it works.
Basically: When using the symlinked "domain name" path it does not. When I use the "normal full" path it works. In my opinion it should work both ways.
__________________
"Common sense is not as common as commonly believed" by sjau
Posts: 31,896
Thanks: 693
Thanked 4,192 Times in 3,208 Posts
Quote:
Basically: When using the symlinked "domain name" path it does not. When I use the "normal full" path it works. In my opinion it should work both ways.
This would require to extend the apache apache c code so that apache allows it to specify more then one path for the docroot in a vhost.
Recent comments
9 hours 15 min ago
18 hours 43 min ago
19 hours 33 min ago
23 hours 6 min ago
1 day 3 hours ago
1 day 3 hours ago
1 day 6 hours ago
1 day 16 hours ago
1 day 21 hours ago
1 day 22 hours ago