aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Apache_XBitHack.mdwn
diff options
context:
space:
mode:
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>2011-03-15 04:01:52 +0000
committerJoey Hess <joey@kitenet.net>2011-03-15 04:01:52 +0000
commitb4b47f6f7385aec6b9c0cdb16848fabf198744c0 (patch)
treedacefa6277000abd0b8f16133640417883f12e78 /doc/forum/Apache_XBitHack.mdwn
parent2a67d0b8c229fb3cf54a98e71d66f4145bb6ac7c (diff)
downloadikiwiki-b4b47f6f7385aec6b9c0cdb16848fabf198744c0.tar
ikiwiki-b4b47f6f7385aec6b9c0cdb16848fabf198744c0.tar.gz
Can one enable Apache XBitHack?
Diffstat (limited to 'doc/forum/Apache_XBitHack.mdwn')
-rw-r--r--doc/forum/Apache_XBitHack.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/forum/Apache_XBitHack.mdwn b/doc/forum/Apache_XBitHack.mdwn
new file mode 100644
index 000000000..9cadc73e1
--- /dev/null
+++ b/doc/forum/Apache_XBitHack.mdwn
@@ -0,0 +1,6 @@
+I'd like to be able to use the Apache XBitHack to enable Server Side Includes on my site. Yes, it is possible to enable SSI by setting the page extension to .shtml, and that is what I am doing at the moment.
+However, the disadvantage of this approach is that the server does not give a LastModified header, which means that the content can't be cached. However, the way that I am using SSI is such that the main content of the page really is "last modified" when the page was last modified, so I'd like to be able to indicate that. And using the XBitHack - that is, setting the executable bit on the generated page - would enable me to do that.
+
+I gather from the [[security]] page that having the executable bit set on files is considered a security hole, but how big a hole would it be if I'm the only one editing the site? Is there a way, a somewhat safe way, of implementing XBitHack for IkiWiki?
+
+-- [[KathrynAndersen]]