diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-18 21:37:58 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-18 21:37:58 +0000 |
| commit | e431ac05e525db1f537fd8b4ebccc2cd59689f15 (patch) | |
| tree | 88fe62edde5552f87ba173ac15b7daf863e8e040 | |
| parent | Use libtidy instead of messy shelling out to tidy (diff) | |
| download | gentoobrowse-e431ac05e525db1f537fd8b4ebccc2cd59689f15.tar.bz2 gentoobrowse-e431ac05e525db1f537fd8b4ebccc2cd59689f15.tar.xz gentoobrowse-e431ac05e525db1f537fd8b4ebccc2cd59689f15.zip | |
Setting handler to fcgid
| -rw-r--r-- | gentoobrowse/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/.htaccess b/gentoobrowse/.htaccess index 40f4020..98fadd2 100644 --- a/gentoobrowse/.htaccess +++ b/gentoobrowse/.htaccess @@ -1,5 +1,5 @@ <Files "gentoobrowse-cgi"> - sethandler cgi-script + sethandler fcgid-script </Files> RewriteEngine on RewriteCond %{REQUEST_URI} !^/css/ |
