Search results

  1. D

    default autoindex script

    The default autoindex script gives the wrong url in the HREF= "foo", to correct that apply this patch:- --- default.php.orig 2005-05-07 15:26:27.000000000 +0100 +++ default.php 2005-05-07 15:26:34.000000000 +0100 @@ -171,7 +171,7 @@ function printOneEntry( $base, $name, $fileStat...
  2. D

    conditional execution of a script on mod times

    What I would like is, in the webserver context, ie at webserver execution speed, to compare the mod time (or existance of a static file) and a 'flag' file. I want to leverage the speed of 'up to date' static pages, but to be able to regenerate 'old' or missing pages from database content...
  3. D

    foo.JPG is sent as application/octet-stream

    It appears that files with .JPG suffixes (as opposed to .jpg) are not recognised correctly as image/jpeg even though I have tried various incantations of the sort:- JPEG,jpeg,jpe,JPG,jpg = image/jpeg in $SERVER_ROOT/conf/mime.properties Is this a feature or a bug?
Top