Re: Embperl::Object environment variables

2006-05-01 Thread Keven Murphy
Steve, Hey just a note on the DirectoryIndex line. Mod_perl does something to the DirectoryIndex variable. It doesn't work. I found a couple websites with a work around. What I am using is the mod_rewrite and the following lines: ReWriteEngine on ReWriteRule ^(.*)/$ $1/index.html Keven Murphy [

Re: Embperl::Object environment variables

2006-04-28 Thread Steve Sapovits
Kathryn Andersen wrote: I believe the preferred method of setting things with Embperl 2.x and Apache 2.x is NOT to use PerlSetEnv but to use things like Embperl_Object_Base base.epl rather than PerlSetEnv EMBPERL_OBJECT_BASE base.epl This is because by default, Embperl 2.x using mod_

Re: Embperl::Object environment variables

2006-04-28 Thread Kathryn Andersen
On Fri, Apr 28, 2006 at 05:19:49AM -0400, Steve Sapovits wrote: > > However, the environment settings in my Apache > section don't appear to be having any effect. For example, > a whole. Those changes did take effect. That leads me to > believe I need some other Embperl setting. My > sectio

Embperl::Object environment variables

2006-04-28 Thread Steve Sapovits
Now that I can build (thanks Gerald) I'm trying to set up an object oriented page hierarchy. I get the basics to work. However, the environment settings in my Apache section don't appear to be having any effect. For example, I set logging levels and get nothing and I have to use the default ob