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,897
Thanks: 693
Thanked 4,190 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 39 min ago
16 hours 20 min ago
20 hours 11 min ago
21 hours 50 min ago
1 day 6 hours ago
1 day 15 hours ago
1 day 16 hours ago
1 day 20 hours ago
2 days 30 min ago
2 days 52 min ago