RE: Chaining and redirection

1999-10-02 Thread Gerald Richter
If you try [- use Apache::Constants qw(REDIRECT); $req_rec-header_out("Location" = "/y.html"); $req_rec-status(REDIRECT); -] and nothing else in the file, does this work or not? Gerald BTW. The location should be a full URL including the host part

RE: Parse::ePerl::Execute

1999-10-04 Thread Gerald Richter
BTW, what's the future of ePerl? Development has been quiet for over a year. Is Ralph Engelschall still the maintainer? And it's sad to see that perl.apache.org doesn't mention ePerl anymore, while it mentions HTML::Embperl. Ralf told me, that he will still do bugfixes to ePerl, but no

RE: Embperl make test need help...

1999-10-04 Thread Gerald Richter
Starting httpd... [Mon Oct 4 15:06:44 1999] [crit] (125)Address already in use: make_sock: could not bind to port 8529 Cannot open test/tmp/httpd.pid at test.pl line 953. There is already a Apache running on port 8529. Stop it and rerun the test. Gerald

RE: Embperl make test need help...

1999-10-04 Thread Gerald Richter
Thank you very much. I got it run already. I can start my http but I still get some errors. What should I do? Can I ignore these errors or I have to fix them? --Thanks ... Use of uninitialized value at (eval1218) line 1. Starting httpd... pid = 5764 ok Testing mod_perl mode...

RE: Apache::EmbperlFilter - Subtle Problem Solved

1999-10-05 Thread Gerald Richter
- changed_since method. This maybe a solution to that problem. Gerald --- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED] Tel

RE: HTML::Embperl feature suggestion

1999-10-05 Thread Gerald Richter
be to have an END block that's called whether I exit due to an error or if the whole page runs. I put it on the TODO list Gerald --- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache

RE: preload scripts at startup?

1999-10-05 Thread Gerald Richter
--- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED] Tel:+49-6133/925151 WWW:http://www.ecos.de Fax:+49-6133/925152 ---

ANNOUNCE: HTML-Embperl 1.2b10 (pre 1.2)

1999-10-07 Thread Gerald Richter
rtmut Palm. ------- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED] Tel:+49-6133/925151 WWW:http://www.ecos.de Fax:+49-6133/925152 ---

RE: Embperl and Apache::Session (was: Installation problem whith Embperl)

1999-10-10 Thread Gerald Richter
::Session 1.04 soon on CPAN so these confusion will have an end. Gerald --- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED

RE: sybase / mod_perl / linux question? [OFFTOPIC]

1999-10-10 Thread Gerald Richter
Interesting. I tested an identical setup of Apache/modperl/Embperl/Oracle on NT and Linux, and I experienced a huge slowdown on NT. When I looked into it, I found that the more database-intensive the page, the slower the relative performance of the NT platform. I took that to mean that it

RE: Embperl/Win32 offline problem

1999-10-10 Thread Gerald Richter
ApacheCore.dll is on your system inside the PATH, should solve the problem. Gerald --- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL

RE: new for embperl...

1999-10-11 Thread Gerald Richter
--- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED] Tel:+49-6133/925151 WWW:http://www.ecos.de Fax:+49-6133/925152 ---

RE: Apache::Session

1999-10-12 Thread Gerald Richter
as write permissions Gerald ------- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED] Tel:+49-6133/925151 WWW:

RE: Multiple PerlHandler in Apache

1999-10-16 Thread Gerald Richter
::EmbperlFilter (for the last one search the mailing list archive) Gerald thanks, Akshay --- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail

RE: Take my words about performance Apache::ASP back

1999-10-16 Thread Gerald Richter
When I told that ASP slower than Embperl - Joshua Chamas said that he know it, but was surprised by huge difference, he tuned the ASP, I upgraded Embperl to 1.2b9 and results interchanges. If you tune Embperl (set EMBPERL_OPTIONS to 8083), the result interchange again, but you loose some of

RE: unresolved symbols in Embperl make test (was: new for embperl...)

1999-10-19 Thread Gerald Richter
age. Hope this helps Gerald Thank you very much, --apple Gerald ------- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL

RE: Embperl and Apache LogLevel configuration

1999-10-19 Thread Gerald Richter
is error or below. If you run under mod_perl, how do you call the page? Gerald --- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED

RE: Embperl and Apache LogLevel configuration

1999-10-19 Thread Gerald Richter
Here's the portion of my httpd.conf that deals with Embperl: That's ok. I think I found the reason: [3396892]ERR: 30: Line 1: Not found /usr/lund/wwwfiles/wnetdoc/map.c.html As always there is an expection to the rule. The "Not found" (and FORBIDDEN) errors are not going thru the Apache

RE: embperl session handling doc changes

1999-10-21 Thread Gerald Richter
Thanks, I update the docs Gerald --- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED] Tel:+49-6133/925151

RE: W32 + Apache::DBI ?

1999-10-26 Thread Gerald Richter
I have been digging around in the FAQ and archives for information about people running mod_perl on a windows box and also using Apache::DBI, but have come up with nothing. I am under the impression that it is not going to work becase whenever I try to load up the Apache::DBI module apache

RE: W32 + Apache::DBI ?

1999-10-26 Thread Gerald Richter
However, at the time of that test, I was using: DBI 1.13 ApacheDBI 0.85 ModPerl 1.21 Apache 1.3.9 Perl 5.005_03 built for MSWin32-x86 I still have that machine, and I will willingly re-do the tests if anybody wishes to join the discussion. I have DBI 1.08 Apache::DBI 0.81 mod_perl

RE: form/user data timing out ?

1999-10-28 Thread Gerald Richter
not quite sure, which is the condition) in that time. How does your script exactely works? Gerald --- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E

RE: Embperl - where are the cookies ? Success....

1999-10-31 Thread Gerald Richter
$Apache::Session::SysVSemaphoreLocker::nsems = 16; (note - I'm running Solaris so I gotta have the nsems argument) I put the hint with nsems and Solaris in the Embperl docs (the missing BEGIN block is already added) Thanks for the hint Gerald

RE: optredirectstdout not working.

1999-10-31 Thread Gerald Richter
with USE_DSO? If so make sure you do _not_ load Embperl at server startup time! Gerald ------- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail:

RE: optredirectstdout not working.

1999-10-31 Thread Gerald Richter
BTW. Do you have build mod_perl with USE_DSO? If so make sure you do _not_ load Embperl at server startup time! Yes I do, but I was following along with the guide and loaded everything at startup. The embperl faq didn't give any reasons (that I can find) as to why I shouldn't or too

RE: Embperl and StarOffice problem

1999-11-02 Thread Gerald Richter
simple for performance reasons? If the removeing of tags doesn't work as you expect, please send me an example of what you type, what StarOffice creates out of it and what errors you get. Gerald --- Gerald Richter ecos electronic

Re: embperl - EMBPERL_MAIL_ERRORS_TO - trigger

1999-11-02 Thread Gerald Richter
an trigger an "error" with "die", but I am not sure if this is what you want... The EMBPERL_MAIL_ERRORS_TO will mail you some information about the request (%fdat, %udat, %ENV, @errors), but not the logfile. Gerald ----------

RE: Embperl

1999-11-03 Thread Gerald Richter
I use HTML-Embperl-1.2b10: How make $http_headers_out{'Location'} ,so as A HREF="edit.html?[+ [%fdat] +]" redirect /A I would try $url = "http://$ENV{SERVER_NAME}/path/to/edit.html?" ; while (($k, $v) = each (%fdat)) { $url .= "$k=$v" ; }

RE: Embperl

1999-11-03 Thread Gerald Richter
That'll work but you'll end up with an extra ampersand on the end. Here map() and join() are your friends: [- $http_headers_out{'Location'} = q(edit.html?) . join('', map({$_=$fdat{$_}} keys %fdat)) -] Yes, that's more elegant, but is it possible that you forgot a qq before

RE: DBI and pooling

1999-11-03 Thread Gerald Richter
connect_cached cache the statement handle, so you could/should use both together. That's the way I would go, but it doesn't will help you with your (non-mod_perl) cgi scripts. If you want to speed them up, you need DBD::Proxy. Gerald --- Gerald

RE: mod_perl on Apache 2.0

1999-11-03 Thread Gerald Richter
that is build with PERL_OBJECT, but a lot of work is left... Gerald --- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED] Tel

ANNOUNCE: HTML-Embperl 1.2b11 (pre 1.2)

1999-11-03 Thread Gerald Richter
ions where not settable inside an Embperl page. Spotted by Ilya Ketris. ------- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED]

RE: Embperl 1.2b11 installation pb

1999-01-02 Thread Gerald Richter
error cat: test/tmp/httpd.pid: (is not file/directory) make: *** [test_dynamic] Error 9 Please send me the last 10 lines of test/tmp/test.err.log and your test/conf/config.pl Gerald --- Gerald Richter ecos electronic communication

RE: Embperl

1999-01-02 Thread Gerald Richter
How make $http_headers_out{'Location'} ,so as A HREF="edit.html?[+ [%fdat] +]" redirect /A I would try $url = "http://$ENV{SERVER_NAME}/path/to/edit.html?" ; while (($k, $v) = each (%fdat)) { $url .= "$k=$v" ; }

RE: mod_perl on Apache 2.0

1999-01-02 Thread Gerald Richter
Perl threads have nothing to do with OS level threads. They aren't native; they're part of the language itself and don't depend or rely on POSIX threads, native threads, or other such things. In particular, Perl threading doesn't mean that Perl is thread safe. Yes, Perl threads are not

RE: Embperl - Apache redirect

1999-01-02 Thread Gerald Richter
Should there by any difference between using?: [- pcsuri($_[0]), $rdrloc=$GWCe::pcsuri; use Apache; use Apache::Constants qw(REDIRECT); $req_rec-header_out("Location" = $rdrloc); $req_rec-status(REDIRECT); exit; -] and: [- pcsuri($_[0]), $rdrloc=$GWCe::pcsuri;

RE: Embperl [- -] annoyance

1999-11-09 Thread Gerald Richter
ed in his first mail: /...[^\55]+.../ use \55 instead of - Gerald ------- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED]

RE: Win32 mod_perl binary (Embperl detail)

1999-11-10 Thread Gerald Richter
. Gerald --- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail: [EMAIL PROTECTED] Tel:+49-6133/925151 WWW:http://www.ecos.de

RE: EMBPERL ENQUIRY

1999-11-11 Thread Gerald Richter
on http://perl.apache.org/embperl, you may also check out http://perl.apache.org/ Gerald --- Gerald Richter ecos electronic communication services gmbh Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl E-Mail

RE: DBI and pooling

1999-01-02 Thread Gerald Richter
Apache::DBI caches the database handle, while connect_cached cache the statement handle, so you could/should use both together. You're thinking of prepare_cached. Oops, you are right! Wrote this mail too early in the morning... Gerald

RE: session handling...S.O.S...S.O.S...

1999-11-14 Thread Gerald Richter
mt version. perldoc CVS.pod in the Embperl directory give you more information about it, but for the fix you need you can upgrade to 1.2b11. (Note setup for session handling has slightly changed, read the docs) Gerald -------Gerald Ri

RE: Embperl: returnvalue of sub (was: session handling...)

1999-11-15 Thread Gerald Richter
$] [- foo ($a) ; -] foo returned [+ $a +] Gerald ---Gerald Richter ecos electronic communication services gmbhInternet - Infodatenbanken - Apache - Perl - mod_perl - EmbperlE-Mail: [EMAIL PROTECTED] Tel: +49-6133/925151WWW: http

RE: Embperl / Apache::Session bug?

1999-11-16 Thread Gerald Richter
Did you load Embperl and/or Apache::Session at server startup time? Please try to _not_ load Embperl at startup time and load Apache::Session at startup time (e.g. PerlModule Apache::Session in your srm.conf) Gerald ------- Gerald Richter

RE: perl variable in configs for few virtual servers

1999-11-16 Thread Gerald Richter
In Myhandler::handler I do $myvar1 = $r-dir_config('MyVariable'); $myvar2 = $r-dir_config('MyVariable2); if($myvar1){ ## do stuff for first virtual server }else{ ## do stuff for the second one } If $myvar1 is a global it will hold it's content forever... so try my $myvar1 =

RE: Embperl / Apache::Session bug?

1999-11-16 Thread Gerald Richter
the following two things: 1.) Preload HTML::Embperl::Session 2.) Try Apache::Session::FileStore instead of DBIStore Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken

ANNOUNCE: HTML::Embperl 1.2.0

1999-11-16 Thread Gerald Richter
become a stable, widely used (also on high loaded sites) tool for embedding Perl into HTML. There is just one change since 1.2b11: - test script had failed in cgi mode on win32. Spotted by Randy Korbes. Enjoy Gerald - Gerald

RE: HTML::Embperl 1.2.0

1999-11-17 Thread Gerald Richter
this? Simply, don't put anything about Embperl in your startup file. mod_perl will load Embperl on the first request. Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken

RE: embperl-intermittant sig11 seg faults

1999-01-15 Thread Gerald Richter
at the top of every page I have the following: [- Execute({inputfile = '/usr/local/apache/share/GWCe.htm', mtime = 1, import = 1}); -] Using the mtime parameters together with an file may lead to problems, when the file changes, while the httpd is running, but this is another story and not

RE: Ye Ol' Template System Thread

1999-01-15 Thread Gerald Richter
ate small quick and dirty pages. Gerald --------- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROT

RE: @INC

1999-01-16 Thread Gerald Richter
er The UserFriendly Network (UFN) -- / / (_)__ __ __ / /__/ / _ \/ // /\ \/ / //_/_//_/\_,_/ /_/\_\ * * * CHOICE OF A GNU GENERATION * * * --------- Gerald Richterecos elec

RE: HTML::Embperl 1.2.0, Execute() and multipart/form-data.

1999-01-16 Thread Gerald Richter
::optDisableFormData }) ; Gerald --------- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail:

RE: EmbPerl, PHP

1999-11-22 Thread Gerald Richter
with a normal Perlscript that runs under mod_perl and Apache::Registry. Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D

RE: HTMLEmbperl 1.2.0 HTTP header

1999-11-23 Thread Gerald Richter
tdout. You should set optRedirectStdout (in your server config), to let stdout go to the Embperl output stream. Otherwise it's send directly and arrives at the browser, before Embperl sends it's header. That's what you currently see Gerald --

RE: Passing params in Embperl...

1999-11-23 Thread Gerald Richter
docs about Session HAndling. If you are successfull, you should see a message "Embperl sesssion handling enabled" in your Apache error log, when Embperl starts Gerald --------- Gerald Richterecos electronic communication services

RE: Embperl Subroutines

1999-11-23 Thread Gerald Richter
. You can do so. Use import = 0, to only compile your subroutines and not import the names in the namespace of your startup.pl: Execute( { inputfile = '/include/subs.emb', package = 'Subs', import = 0 } ); Gerald ----- Gerald Richt

RE: IMAP web client written in Embperl?

1999-11-24 Thread Gerald Richter
- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice

RE: HTMLEmbperl - manually setting %fdat during runtime...

1999-11-24 Thread Gerald Richter
er startup time. If mod_perl is a dynamic loaded module, you shouldn't load Embperl at startup time Gerald ----- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consul

RE: Embperl and header output

1999-11-29 Thread Gerald Richter
- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925151 WWW

RE: EmbPerl 1.20 hash/href problem?

1999-11-29 Thread Gerald Richter
he quoting doesn't hurt (as far as I see) I haven't changed this until now, to make the parser not to compilcated and therfor not to slow. Gerald ----- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserv

RE: How to pass and process a large array of strings in HTMEmbperl

1999-11-30 Thread Gerald Richter
$a-errors()}) +]" Gerald --------- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED]

RE: Embperl 1.2.0 - Possible bug with [$ if $] and [* *] interactions

1999-12-01 Thread Gerald Richter
that the [$ is being executed within a [* loop. Yes, there are problems with mixing control structures inside of [* and [$. It's already on the TODO list. So either use only [* or only [$ for your control structures. Gerald - Gerald Richter

RE: conf file precedence

1999-12-02 Thread Gerald Richter
at applied but that didn't work either. Also I not tried it out with ProxyPass, adding Location /frames SetHandler none /Location after the /Location has solved a similar problem for me. Gerald ----- Gerald Richterecos

RE: Embperl and printing...

1999-12-02 Thread Gerald Richter
on in your httpd.conf, then you can use the normal Perl print, which should work with binary data as well. Gerald ----- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consul

RE: An Embperl input function for protecting perl code (plus vimEmbperl mode)

1999-12-02 Thread Gerald Richter
mode whenever it's in an Embperl tag. Great! I will put the url in the Embperl distribution. Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post

RE: Embperl with DSO

1999-12-02 Thread Gerald Richter
sometime I will have some more time to debug this and create a real solution. Gerald ----- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5

RE: problem with JOINs using DBIx::Recordset under apache

1999-12-02 Thread Gerald Richter
me problem. The versions of the dependant modules are: DBI: 1.11 DBIx::Recordset: 0.18-beta If you using Oracle I suggest, upgrading to the newest version, which could be found at ftp://ftp.dev.ecos.de/pub/perl/dbi/dev Gerald --

RE: problem with JOINs using DBIx::Recordset under apache

1999-12-03 Thread Gerald Richter
, or try the same SQL Statement without using DBIx::Recordset. Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D

RE: migrating perl.apache.org to *.modperl.org

1999-12-04 Thread Gerald Richter
- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925151 WWW:http

RE: migrating perl.apache.org to *.modperl.org

1999-12-04 Thread Gerald Richter
I don't see any benefit on having so a set of hostnames/subdomains over using subdirectories, execpt that subdomains harder to administer (they have to go into the dns) There may possibly be a benefit if traffic were high. The different domain names could more easily be pointed to

RE: image problem..

1999-12-04 Thread Gerald Richter
- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice:+49 6133

RE: moperl mirror sites (was: migrating perl.apache.org to *.modperl.org)

1999-12-04 Thread Gerald Richter
It's no big deal to administer a small zone like this. Yes, of course, but directing the traffic to the Apache mirrors all over the world would be even better (at least from my point of view) I have added a list of the modperl mirrors, have a look at perl.apache.org Gerald

RE: [EMBPERL]: Broke tied filehandle interface ?

1999-12-07 Thread Gerald Richter
[- use GnuPG::Tie::Encrypt; tie *GNUPG, 'GnuPG::Tie::Encrypt', gnupg_path = '/usr/bin/gpg', armor = 1, recipient = 'Francis' or die "Error tying variable\n"; print GNUPG "Hello world\n"; local $/ = undef; $text = GNUPG; close GNUPG;

Re: [EMBPERL]: Broke tied filehandle interface ?

1999-12-08 Thread Gerald Richter
In this case, optRawInput was set. I have a directive PerlSetVar EMPBERL_OPTIONS 16 in my httpd.conf file. Besides, if this was really the problem, why readline GNUPG doesn't work ? Try to place a [+ $optRawInput +] before the block. This should show a 1, if not optRawInput isn't

RE: Potential bug in HTML::Embperl 1.2.0

1999-12-09 Thread Gerald Richter
ce does this for you. --------- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED]

RE: Potential bug in HTML::Embperl 1.2.0

1999-12-09 Thread Gerald Richter
The problem is, that Embperl must know, that you want to run in a Safe compartement. Just add 'options' = HTML::Embperl::optSafeNamespace to the Excute parameters and it should work. Right. That makes sense, and it is definitely a good idea to run it with that option, but

RE: Potential bug in HTML::Embperl 1.2.0

1999-12-09 Thread Gerald Richter
Oddly, that's not quite what is happening. The content isn't lost altogether, else the simple join() I include wouldn't work either. Moreover, even if I re-initialize the data passed into my printTemplate() routine, the second call is still using some of the old data. ok, next try.

RE: Potential bug in HTML::Embperl 1.2.0

1999-12-09 Thread Gerald Richter
e. Gerald ----- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice:+49 6

RE: EmbPerl use HTML::Embperl failed

1999-12-11 Thread Gerald Richter
PATH to the correct ApacheCore.dll. Does the "nmake test" works correct? If yes, it must work this way, because the Embperl test do nothingelse to get offline mode working. Gerald ----- Gerald Richterecos electronic com

RE: How Embperl sub routine retun value?

1999-12-11 Thread Gerald Richter
Thanks, it works, but the sub routine has to be in same files. How about the sub routine is "Execute" from external lib file? I test it, it doesn't work, do you know how to pass value between sub routines they are not in same file? This should work, regardless in which file you sub

RE: EmbPerl use HTML::Embperl failed

1999-12-12 Thread Gerald Richter
figuration: I didn't try perl 5.005_61 (the highest was _57), I don't think so (because it work under mod_perl), but maybe there could be another problem. Gerald --------- Gerald Richterecos electronic communication services gmbh Interne

RE: Embperl, input type=image, and binary output

1999-12-13 Thread Gerald Richter
e print (not [+ ... +]) to output your binary data. Another possibility is to write a small Apache::Registry script which handles the request and does the output, since there seems nothing todo for Embperl in this case, as far as I see. Gerald ---------

RE: Embperl and fields delimiter

1999-12-13 Thread Gerald Richter
", for backward compatibility. Is this relevant or not ? Yes, it's relevant. I have this already in my mind for one of the next releases Gerald --------- Gerald Richterecos electronic communication services gmbh Internetconnect

RE: How Embperl sub routine retun value?

1999-12-13 Thread Gerald Richter
Here is the code for Execute [- Execute ({ inputfile = '/mypath/mylibfile.lib', import = 1 }) -] [- TTEST($bb); -] p$bb is [+$bb+]/p and here is the code inside the lib file [$ sub TTEST $] [- $bb = shift; -] [- $aa = 3; -] p$aa is [+$aa+] [- $bb = $aa; -] [$ endsub

RE: How Embperl sub routine retun value?

1999-12-13 Thread Gerald Richter
It works, but I never thought i can use this way to pass parameter. Indeed i never read this in "Programming Perl" book. Perhaps it is at some where it the book You can find all the infomations in the Perl man pages. Read man perlsub for example and you will find this information. Also

RE: Embperl, input type=image, and binary output

1999-12-13 Thread Gerald Richter
It looks like the output function stops at the first null character (C-style strings problem??). Yes, I use C-string with terminating null. I knew this problem already and it's on the todo list to change this. ePerl does not have a problem with outputing binaries either. Look at the

RE: Win32+modperl+EmbPerl - some questions ...

1999-12-13 Thread Gerald Richter
really work without Apache::DBI. Gerald --------- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail:

RE: silent failure when I try to use PerlRequire in httpd.conf

1999-12-14 Thread Gerald Richter
(gdb) bt #0 0x40308503 in boot_DBI () Looks like your Perl installation binaries (DBI in this case), doesn't match with Apache/mod_perl. So the best would be to compile everything Apache/Perl/mod_perl from the sources Gerald

Re: Win32+PerlModule works !!!

1999-12-15 Thread Gerald Richter
Thanks a lot, Randy!!! I recompiled mod_perl with that flag, and now PerlModule/PerlRequire/Use ... work! Apache comes up, and everything seems fine so far! But I don't know how this flag influences whatever. Apache loads all APache modules twice. This flag disables all PerlRequire and

Re: EmbPerl use HTML::Embperl failed ( just Win95 )

1999-12-15 Thread Gerald Richter
I copied both Apache and Perl from NT to Win95 after I recompiled mod_perl with the PERL_STARTUP_DONE_CHECK flag and it worked! PerlModule/PerlRequire and use let Apache start - fine ! It works on NT and Win95. I was so happy about it that I thought the other problem is solved too - but it

RE: Win32+PerlModule works !!!

1999-12-15 Thread Gerald Richter
Have you been able to install it as a NT Service? I can only run 1.3.9/1.2.21 from the command line. 1.3.6/1.2.21 are working fine. :( I hate NT. Did you try to compile mod_perl with #define PERL_STARTUP_DONE_CHECK 1 at the top of the mod_perl.h? This may solve your problem. Gerald

Article about Apache/mod_perl handler (german)

1999-12-15 Thread Gerald Richter
- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925151 WWW:http://www.ecos.de Fax

RE: Win32+PerlModule works !!!

1999-12-15 Thread Gerald Richter
Yes, without that define, DBI breaks and I can't run from the command line without -X Very frustrating, but no more so than the typical experience of using NT. Did you first uninstall the old one (Apache -u), before installing the new one? Does the error log contains any hints? Gerald

RE: mod_perl and proxying

1999-12-15 Thread Gerald Richter
: if ($r-filename =~ m/^proxy:/) { $r-handler('proxy-server'); return DECLINED ; } Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken

RE: embperl and html in sql problems (fixed msg)

1999-12-21 Thread Gerald Richter
I'm trying to display a scalar [+ $var +], now the row in the database has HTML code in it but the HTML doesn't get rendered by the browser. What am I doing wrong? I read about lt; gt; and \ but it's not helping. Either write [+ local $escmode = 0; $var +] then you have make sure your

RE: how to correctly use path_info part of URL with Empberl?

1999-12-25 Thread Gerald Richter
-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Saturday, December 25, 1999 10:54 AMTo: Gerald RichterCc: [EMAIL PROTECTED]Subject: how to correctly use path_info part of URL with Empberl?Hi, How to use 'path_info' with Embperl? I tried to

RE: Embperl 1.2.0: Problems with OPTION tags

1999-12-29 Thread Gerald Richter
way let me know if the CVS version fixes your problem. Gerald ----- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276

Re: Embperl 1.2.0: Problems with OPTION tags

1999-12-29 Thread Gerald Richter
I got embperl_19991229171455_tar from CVS but still have the same problem. Make test also fails on lists.htm (see below). Does the test also fail for 1.2.0? I'll try to run a stacktrace in gdb tomorrow. Great! I like to fix it before 1.2.1 Summary of my perl5 (5.0 patchlevel 4

RE: Embperl 1.2.0: Problems with OPTION tags

1999-12-31 Thread Gerald Richter
Here's a gdb stacktrace. I compiled embperl with -g (but not the perl executable). Looks like you forgot to link with debug infos (see http://perl.apache.org/embperl/Faq.pod.1.html#How_do_I_build_Embperl_with_de bu ) I had to set heuristic-fence-post to a large value and run the trace

RE: Missing embperl.pl file in the tar of HTML-Embperl-1.2b9

2000-01-01 Thread Gerald Richter
without success. I searched in the tar log file. It was not there. That does not wonder. embpcgi.pl is new in 1.2b10, so you won't find it in 1.2b9. Anyway you should upgrade to 1.2.0 Gerald -Gerald Richter ecos electronic

RE: apache.org problem ?

2000-01-02 Thread Gerald Richter
- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925151 WWW:http

  1   2   3   4   >