"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
> 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
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
> 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
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
> 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
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!
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!