OT: SSI with httpd

Tim ignored_mailbox at yahoo.com.au
Wed May 28 09:24:39 UTC 2008


On Tue, 2008-05-27 at 10:40 -0700, Mike Wright wrote:
> AddHandler server-parsed .html

And now all HTML will be parsed to see if it has SSI in it.  This can
add a heavy workload to the server.  There's two better approaches:

Whenever you have a page with SSI, give the file a different suffix
(e.g. .shtml) and have the server parse just those files for SSI.

Whenever you have a page with SSI, set the X bits on the file, and use
the XbitHack (configuration option) to have the server parse just those
files for SSI.

-- 
(This computer runs FC7, my others run FC4, FC5 & FC6, all using Gnome
 in case that's important to the thread.)

Don't send private replies to my address, the mailbox is ignored.
I read messages from the public lists.




More information about the users mailing list