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

Re: enctype multipart/form-data PROBLEMS

2001-07-27 Thread Gerald Richter
> I read an email which I believe was from you, if not sorry for the bother. > But we are having a very similar problem with our web page. When we try to > pass the values back to our cgi script they are all blank. But when you take > the form-data out of the html code it work fine. > Did yall f

Re: file upload memory leak

2001-07-27 Thread Gerald Richter
Hi, > I stumbled on this post you made to the mod_perl mailing list in 1998: > This problem was fixed many years ago... CGI.pm did always create a new filehandle and never destroyed it. (so it had leaked a few bytes for each upload) > > My problem is with very large files. I upload, say, a 100

Re: Help! Some times Embperl pages view Embperl code

2001-07-27 Thread Gerald Richter
> Thus Embperl 1.3.x does testing of FilesMatch statements ? No the is handled by Apache. Embperl never sees it. I can't say what was going wrong here... Gerald - Gerald Richterecos electronic communication services gmbh Inter

Re: Help! Some times Embperl pages view Embperl code

2001-07-27 Thread Alexey Zvyagin
Hello again! > I have installed Embperl 1.3.3 now > Before i have Embperl 1.2.x and all works right. > Now our server some times pushs to client the source of Embperl not HTML > generated by Embperl program > If i get Embperl source then i do "Refresh" in browser and get normal HTML > document ye

Help! Some times Embperl pages view Embperl code

2001-07-27 Thread Alexey Zvyagin
Help! I have installed Embperl 1.3.3 now Before i have Embperl 1.2.x and all works right. Now our server some times pushs to client the source of Embperl not HTML generated by Embperl program If i get Embperl source then i do "Refresh" in browser and get normal HTML document yet. Please help me!