Re: Apache and SSI

2004-04-17 Thread Dana Laude
On Sat, Apr 17, 2004 at 04:50:13PM -0700 or thereabouts, Maximuminternet wrote: > I'm really confused with how to get Apache to work with SSI, saw your forum and > where it said you had it fixed but I couldn't see how. > > Naming a file .shtml alone clearly isn't enough. > > What is a directive

Apache and SSI

2004-04-17 Thread Maximuminternet
I'm really confused with how to get Apache to work with SSI, saw your forum and where it said you had it fixed but I couldn't see how. Naming a file .shtml alone clearly isn't enough. What is a directive anyway? Maximuminternet _

apache and ssi (OT)

2000-10-30 Thread Robert Waldner
Hi! I´ve installed apache and php3, which both work exactly as expected. Of course, there is an exception as to every rule :( SSI only works in the default host, not in namevhosts. After some hours of debugging and trial+error (and searching both archives and the web) I now have to resort ask

Apache and ssi

2000-09-14 Thread Ernest Johanson
I am configuring Apache (1.3.9) for server-side includes, but don't want them to be able to execute cgi scripts. Things are working fine (a litte too fine, actually). Included documents are parsed and included, but if I try the following: then the output of the script is placed into the do

Re: Apache and SSI

1999-10-31 Thread Alisdair McDiarmid
[Reformatted] On Sun, Oct 31, 1999 at 12:53:02PM -0800, aphro wrote: > > > I've been trying forever to get Apache to work with SSI and I just > > can't. > > you may also have to add access to type "Includes" to access.conf. Yep, this was the problem. Thanks lots! -- alisdair mcdiarmid

Re: Apache and SSI

1999-10-31 Thread aphro
give sample code as to what your trying to execute on those .shtml files. I use similar settings in apache 1.3.9 (self compiled) with SSI and it works fine. you may also have to add access to type "Includes" to access.conf. example: AllowOverride AuthConfig Limit Options Indexes Follo

Apache and SSI

1999-10-31 Thread Alisdair McDiarmid
I've been trying forever to get Apache to work with SSI and I just can't. In my httpd.conf file there is: LoadModule includes_module /usr/lib/apache/1.3/mod_include.so Options +Includes In my srm.conf file (what's srm?) there is: AddType text/html .shtml AddHandler server-parsed .shtml Options

Re: Apache and SSI (Problem solved)

1999-05-01 Thread Akop Pogosian
Problems solved, thanks for your responses. Akop Pogosian [EMAIL PROTECTED] On Fri, 30 Apr 1999, Akop Pogosian wrote: > Ok, I have installed the apache package from slink, run apacheconfig, > used default answer for all questions. Now, I need to use server side > includes. I looked in config fi

Apache and SSI

1999-04-30 Thread Akop Pogosian
Ok, I have installed the apache package from slink, run apacheconfig, used default answer for all questions. Now, I need to use server side includes. I looked in config files, everything looks Ok, and yet SSI does not seem to work. Is there anything else I have to do to the default slink apache set