Re: EMBPERL_VIRTLOG & EmbperlObject (was: DocumentRoot handled by EmbperlObject)

2001-08-08 Thread Thoren Johne
"Gerald Richter" <[EMAIL PROTECTED]> writes: > > would it be better to use the directive? > > > > Files only take a filename and is overridden by the Location block which set > the EmbperlObject handler, so this won't work > > Thoren, could you send me your current httpd.conf, so I can take a

Re: EMBPERL_VIRTLOG & EmbperlObject (was: DocumentRoot handled by EmbperlObject)

2001-08-08 Thread Gerald Richter
> would it be better to use the directive? > Files only take a filename and is overridden by the Location block which set the EmbperlObject handler, so this won't work Thoren, could you send me your current httpd.conf, so I can take a closer look at it ? Gerald --

Re: EMBPERL_VIRTLOG & EmbperlObject (was: DocumentRoot handled by EmbperlObject)

2001-08-07 Thread Akshay Arora
would it be better to use the directive? SetHandler perl-script PerlHandler HTML::Embperl Options ExecCGI I don't know if this would work or not, but I would have tried this first. Thoren Johne wrote: > > "Gerald Richter" <[EMAIL PROTECTED]> writes: > > > Could you c

Re: EMBPERL_VIRTLOG & EmbperlObject (was: DocumentRoot handled by EmbperlObject)

2001-08-07 Thread Thoren Johne
"Gerald Richter" <[EMAIL PROTECTED]> writes: > Could you change this to > > SetEnv EMBPERL_VIRTLOG /embperl/log/embperl.log > > SetHandler perl-script > PerlHandler HTML::Embperl > Options ExecCGI > > > Does this ch

Re: EMBPERL_VIRTLOG & EmbperlObject (was: DocumentRoot handled by EmbperlObject)

2001-08-06 Thread Gerald Richter
> SetEnv EMBPERL_VIRTLOG /embperl/log > > SetHandler perl-script > PerlHandler HTML::Embperl > Options ExecCGI > > Could you change this to SetEnv EMBPERL_VIRTLOG /embperl/log/embperl.log

Re: DocumentRoot handled by EmbperlObject

2001-07-31 Thread Thoren Johne
"Gerald Richter" <[EMAIL PROTECTED]> writes: > Sorry, I didn't thought about this right the first time. It's the intended > behaviour of EmbperlObject. ... > I hope it's more clear now ahh... now i understand. thank you :) -- # Thoren Johne - 8#X - [EMAIL PROTECTED] # Southern Division Classi

Re: DocumentRoot handled by EmbperlObject

2001-07-31 Thread Gerald Richter
> > > > without a "PerlSetEnv EMBPERL_OBJECT_STOPDIR /" directive im getting > > > 'not found' errors for each element in base.htm - if calling a page in a > > > subdir - that is not located in the subdir but in documentroot. > > > > > > > Could you give an example what do you mean by "if calling

Re: DocumentRoot handled by EmbperlObject

2001-07-30 Thread Gerald Richter
> > Could you find anything in the embperl.log file about these requests ? > > not with SetEnv EMBPERL_DEBUG 271400 - but the apache error_log shows a > 'file not found: /embperl/log' message > Add dbgObjectSearch = 0x200 to the DEBUG Flags (set them to 33825832), after that you should s

Re: DocumentRoot handled by EmbperlObject

2001-07-27 Thread Thoren Johne
"Gerald Richter" <[EMAIL PROTECTED]> writes: > > EmbperlObject behaves a bit strange when set-up on DocumentRoot. > > I use such a setup without problems... then i'm doing something wrong ;) > > without a "PerlSetEnv EMBPERL_OBJECT_STOPDIR /" directive im getting > > 'not found' errors for eac

Re: DocumentRoot handled by EmbperlObject

2001-07-27 Thread Gerald Richter
> EmbperlObject behaves a bit strange when set-up on DocumentRoot. I use such a setup without problems... > > without a "PerlSetEnv EMBPERL_OBJECT_STOPDIR /" directive im getting > 'not found' errors for each element in base.htm - if calling a page in a > subdir - that is not located in the subd

DocumentRoot handled by EmbperlObject

2001-07-27 Thread Thoren Johne
EmbperlObject behaves a bit strange when set-up on DocumentRoot. PerlSetEnv EMBPERL_OBJECT_STOPDIR / PerlSetEnv EMBPERL_OBJECT_BASE base.htm PerlSetEnv EMBPERL_FILESMATCH "\.htm.?|\.epl$" PerlSetEnv EMBPERL_OPTIONS 16