[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSI Question



There are several ways to enable ssi on apache.

The method that I took was to use the XBitHack. This allows the web server
to server .html files as ssi files. (Other methods involve using the .shtml
extension, to which I prefer to not expose my site vistors).

In your .htaccess file add a line:

XBitHack On


Then set the owners executable bit for the file. For example:

chmod 744 index.html

--
Lee A. Joramo                      ljoramo@xxxxxxxxxxx
The Nickel Want Ads                www.nickads.com
Internet Manager                   970-242-5555



> I have been trying to use ssi  on one of ny sites. If i use echo for
>example all works ok so i  know it is parsing pages but when i try to
>execute a cgi script called from a n ssi i either get an internal server
>eror or my origninal ssi calling page (the page is passeed becase the ssi
>directives are not displayed). I know the fault is not the script as i cqan
>run it directly from the cgi script and it runs ok.