and 5
others).
I figured if we are looking for people, who we don't need to teach Embperl and Perl,
this would be a good place to start.
John
--
John Walstra CNET Networks
Senior Software Developer, Jack Of All Trades300 Park Bl
essage, I guess it's
> coming out of CGI.pm, because it cannot handle the format the browser sends.
> Have you tried another browser, does this change anything ?
>
> Gerald
--
John Walstra CNET Networks
Senior Software Developer, Jack Of All T
? I'm assume through "EMBPERL_SESSION_ARGS".
John
Thus spake Angus Lees ([EMAIL PROTECTED]):
> On Wed, Mar 07, 2001 at 06:18:11PM -0600, John Walstra wrote:
> >
> > PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Null"
> > PerlSetEnv EMBPERL_SESSION_ARGS "D
the "Null" lock style would cause a
problem with %udat not having values stick.
Little chunck from the httpd.conf.
PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Null"
PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:database=sessions
Apache.
>
> I don't think so
>
> Could you add a
>
> print LOG $ENV{CONTENT_TYPE} ;
>
> to see what the actual content type is ?
>
> Gerald
>
>
>
>
>
> -----
> To unsubscr
's viceversa. Only $ENV{'CONTENT_TYPE'}=~m|^multipart/form-data| is in
> now, because only multipart/form-data is handled by CGI.pm, while all other
> sort of data is handled by the C part of Embperl.
>
> I use Embperl 1.3.1 with both sorts of forms and it works w
problems here? Here is my little test script.
I monitor the apache "error_log" for the results.
[-
use Data::Dumper;
print STDERR Dumper( \%fdat );
print STDERR Dumper( \%udat );
$udat{hi} = $fdat{asdf};
-]
--
John Walstra
On Thu, 28 Sep 2000, Angus Lees wrote:
> On Thu, Sep 28, 2000 at 11:01:26AM -0500, John Walstra wrote:
> > Is there anyway to have multiple apaches running, on different
> > ports, by different users and fake out semaphores? Would NullLocker do it?
>
> use
erent users and fake out semaphores? Would NullLocker do it?
Thanks,
John
--
John Walstra CNET Networks / Apollo Solutions
Senior Software Developer 300 Park Blvd, Suite 105
mailto:[EMAIL PROTECTED]
v EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:sessions
UserName=username Password=password"
>However, if I use SysVSemaphoreLocker then I get this error when it tries
>to load a page from a browser.
>
[>27330]ERR: 24: Line 12: Error in Perl code: Permission denied at
>/u
d them as query string to the redirect URL
>
> e.g. to pass name
>
> $req_rec->header_out("Location" => "second.epl?name=$fdat{name}");
> $req_rec->status(REDIRECT);
>
> or you can use the session management and store them in %udat, but this w
$req_rec->header_out("Location" => "second.epl");
$req_rec->status(REDIRECT);
What I want is to have the data that is stored in fdat, from the first document,
be passed to the second document via the redirect. Is this possible?
Thanks,
John
--
John Walstra
12 matches
Mail list logo