Browsing index pages (3 articles)
↧
Use FallbackResource even if directory exists
I've set up my virtual host on Apache 2.4.7 with a very basic configuration:<VirtualHost *:80> ServerName foo.example.com DocumentRoot /var/www/html DirectoryIndex index.php FallbackResource...
View ArticleAnswer by roeme for Use FallbackResource even if directory exists
Your configuration should be correct.The problem, strangely enough, seems to be mod_deflate.After having reproduced your configuration successfully here (not getting a 404), I also got the 5 second...
View ArticleAnswer by Jack for Use FallbackResource even if directory exists
I'm answering this myself as well, because I'm pretty sure that the issue is related to how mod_dir.c works internally and I think it's a bug.If a resource can't be mapped to the local file system, the...
View Article
Browsing index pages (3 articles)