[dokuwiki] Re: problems with dokuwiki on webfaction
- From: Jan Decaluwe <jan@xxxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Wed, 10 Sep 2008 17:15:32 +0200
Andreas Gohr wrote:
But at the same time, they changed the way non-php files are served;
those files go their main apache server that doesn't do php, to serve
them "as quickly as possible".
That's fine too, because non-PHP files should always be delivered by
Apache. Files in DokuWiki are delivered by fetch.php which is a PHP
script. If that doesn't work anymore it means they use a very messed
up method of deciding if a file is a PHP file or not.
An update on this: subsequent events have proven Andreas right.
Webfaction has modified its setup again, no doubt because they
received strong complaints from others also.
Now they check whether a file actually exists to decide whether
that url goes to the main apache server or not. The effect is
that no rewrite rules are required anymore to serve php urls
properly. This is as it should be and as it was before.
Thanks,
Jan
--
Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com
Kaboutermansstraat 97, B-3000 Leuven, Belgium
From Python to silicon:
http://myhdl.jandecaluwe.com
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
Other related posts:
- » [dokuwiki] problems with dokuwiki on webfaction
- » [dokuwiki] Re: problems with dokuwiki on webfaction
- » [dokuwiki] Re: problems with dokuwiki on webfaction
- » [dokuwiki] Re: problems with dokuwiki on webfaction
- » [dokuwiki] Re: problems with dokuwiki on webfaction
- » [dokuwiki] Re: problems with dokuwiki on webfaction
But at the same time, they changed the way non-php files are served; those files go their main apache server that doesn't do php, to serve them "as quickly as possible".
That's fine too, because non-PHP files should always be delivered by Apache. Files in DokuWiki are delivered by fetch.php which is a PHP script. If that doesn't work anymore it means they use a very messed up method of deciding if a file is a PHP file or not.