"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 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 a page in a
> subdir - that is not located in the subdir but in documentroot" ?

i can't reproduce the problem with some simple files (like below)- i have to track
this problem down by myself i guess ;)

simpyfied i have:
/ base.htm
  head.htm
  foot.htm
  index.htm

/foo base.htm
     index.htm

foo/base.htm looks like
<html>
<head>
<title>Example base foo</title>
</head>
<body>
[- Execute ('head.htm') -]
[- Execute ('*') -]
[- Execute ('foot.htm') -]
</body>
</html>

calling foo/index.htm gives me then something like:
        Internal Server Error
        The server encountered an internal error or misconfiguration
        and was unable to complete your request.

        Please contact ... bla bla

        [4802]ERR: 30: Line 6: Not found head.htm
        [4802]ERR: 30: Line 8: Not found foot.htm

> > i also get an "Not Found - The requested URL /embperl/log was not found
> > on this server" when i try one of the 'dbgLogLink's
> >
> 
> 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

-- 
# Thoren Johne - 8#X - [EMAIL PROTECTED]
# Southern Division Classic Bikes - www.southern-division.com
END{*5=sub{(print'J')+goto&{$=+=2}},$==3,*7=sub{(print'A')-goto&{$=+=4}},
*11=sub{(print'PH 8#X')*goto&{$=+=2}}=>$==42=>*13=sub{42}=>goto&{$=-=37}}

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to