diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-02 14:18:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-02 14:18:06 +0000 |
commit | 18393e44806090ba2ebdbc7cab2edfc3ff54f671 (patch) | |
tree | 3e404c55c7cecd677dc266f639860fa0902dcbdb /www/hydra/files/patch-hydra.conf | |
parent | games/tetris -> games/bsdtris (diff) |
add hydra 0.1.3
A high performance multi-threaded web server
Notes
Notes:
svn path=/head/; revision=77992
Diffstat (limited to 'www/hydra/files/patch-hydra.conf')
-rw-r--r-- | www/hydra/files/patch-hydra.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/hydra/files/patch-hydra.conf b/www/hydra/files/patch-hydra.conf new file mode 100644 index 000000000000..8f9706b5662b --- /dev/null +++ b/www/hydra/files/patch-hydra.conf @@ -0,0 +1,20 @@ +--- examples/hydra.conf.orig Wed Apr 2 22:05:45 2003 ++++ examples/hydra.conf Wed Apr 2 22:08:18 2003 +@@ -163,7 +163,7 @@ + # DirectoryIndex are commented out, accessing a directory will give + # an error (though accessing files in the directory are still ok). + +-DirectoryMaker /usr/lib/hydra/boa_indexer ++DirectoryMaker %%PREFIX%%/bin/boa_indexer + + # DirectoryCache: If DirectoryIndex doesn't exist, and DirectoryMaker + # has been commented out, the the on-the-fly indexing of Hydra can be used +@@ -199,7 +199,7 @@ + # Set to /dev/null if you do not want to load a mime types file. + # Do *not* comment out (better use AddType!) + +-MimeTypes /etc/mime.types ++MimeTypes %%PREFIX%%/etc/hydra/mime.types + + # DefaultType: MIME type used if the file extension is unknown, or there + # is no file extension. |