Re: [Mailman-Users] Mailman question: How do I use server sideincludes in administrator interface option: "Edit General List InformationPage"

2002-01-30 Thread Chuq Von Rospach

On 1/30/02 9:38 PM, "Ed Reiss" <[EMAIL PROTECTED]> wrote:

> Hey Benny,
> 
> Yes - I'm using Apache, and SSI had been enabled.

But SSI generally doesn't work in CGI programs, which the python files are.
The two are basically mutually exclusive.

What I did was use mod_layout (www.tangent.org) instead of SSI. Since it's
an embedded module, it can act in front of things SSI can't.



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Mailman question: How do I use server sideincludes in administrator interface option: "Edit General List InformationPage"

2002-01-30 Thread C. Bensend


On Wed, 30 Jan 2002, Ed Reiss wrote:

> After doing this, the includes did show up in the source for the page, but they
> were never interpreted - they had no effect. The includes work on other
> dynamically generated pages at the web site in question. They are:
>
> 
> and 

Hey Ed,

Since you didn't specify, are you using Apache?
Or what web server?

If you're using Apache, you need to tell it to
allow SSI.  If you don't, they won't be interpreted.
A quick-n-easy read:

http://apachetoday.com/news_story.php3?ltsn=2000-06-12-001-01-PS

If you're not using Apache, sorry, dunno.

Benny


~~
A 'good' landing is one from which you can walk away. A 'great'
landing is one after which they can use the plane again.
--Rules of the Air, #8



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users