projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7531f4e
)
contrib/collection3/bin/.htaccess: s/SetHandler/AddHandler/
author
Florian Forster
<octo@huhu.verplant.org>
Thu, 5 Mar 2009 07:57:29 +0000
(08:57 +0100)
committer
Florian Forster
<octo@huhu.verplant.org>
Thu, 5 Mar 2009 07:57:29 +0000
(08:57 +0100)
SetHandler doesn't accept a file extension.
contrib/collection3/bin/.htaccess
patch
|
blob
|
history
diff --git
a/contrib/collection3/bin/.htaccess
b/contrib/collection3/bin/.htaccess
index
ba5987b
..
1695f50
100644
(file)
--- a/
contrib/collection3/bin/.htaccess
+++ b/
contrib/collection3/bin/.htaccess
@@
-1,2
+1,2
@@
Options +ExecCGI
-
Set
Handler cgi-script .cgi
+
Add
Handler cgi-script .cgi