Re: Static linking of Sybase::DBlib to mod_perl?

2000-01-28 Thread Thomas Corte
Hello there, On Thu, 27 Jan 2000, Doug MacEachern wrote: does apache-x.x.x/src/modules/perl/perlxsi.c have a DBlib reference? you should see something like: boot_Sybase__DBlib No, its not present. It only shows some Apache::* stuff und Dynaloader. Indeed, cd apache_1.3.11 find . -type f

Re: make test fails

2000-01-28 Thread vinecent hong
Read http://perl.apache.org/guide/troubleshooting.html there explain the error you mentioned though its explanation for "Can't load '.../auto/DBI/DBI.so' for module DBI " - Original Message - From: Jeff Beard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 28, 2000 4:57 AM

No Subject

2000-01-28 Thread vinecent hong
I thought you are going install apache server with mod_perl and mod_apache both enable? If so ,the README.configuration under apache-1.3.9 directory is clear enough for you about install steps. Also,what do you want to do with this line? perl Makefile.PL ADD_MODULE="src/module.php3/libphp3.a"

Re: make test fails

2000-01-28 Thread G.W. Haywood
Hi there, On Thu, 27 Jan 2000, Jeff Beard wrote: running make test fails and produces the errors listed at the end of this message. I searched the list archives and found a posting that suggested rebuilding Perl with the same compiler and tools that I use for apache and mod_perl. So I did

Apache::DBI and Sybase

2000-01-28 Thread Vladimir Ivaschenko
Hello. I have a trouble with Apache::DBI and Sybase under mod_perl (Embperl in this case). After some time calls to DBI-connect start to fail with message from CT-Lib - "Net-Library operation terminated due to disconnect". Maybe the ping() method from DBD::Sybase doesn't work? Thanks, Vladimir

Re: Apache::DBI and Sybase

2000-01-28 Thread Vladimir Ivaschenko
0 Andre Landwehr wrote about "Re: Apache::DBI and Sybase": message from CT-Lib - "Net-Library operation terminated due to disconnect". Maybe the ping() method from DBD::Sybase doesn't work? I can't help you with that problem but I can assure you that ping() from DBD::Sybase does work.

Re: Apache::DBI and Sybase

2000-01-28 Thread Matt Sergeant
On Fri, 28 Jan 2000, Vladimir Ivaschenko wrote: 0 Andre Landwehr wrote about "Re: Apache::DBI and Sybase": message from CT-Lib - "Net-Library operation terminated due to disconnect". Maybe the ping() method from DBD::Sybase doesn't work? I can't help you with that problem but I can

Re: Apache::DBI and Sybase

2000-01-28 Thread Michael Peppler
Matt Sergeant writes: On Fri, 28 Jan 2000, Vladimir Ivaschenko wrote: 0 Andre Landwehr wrote about "Re: Apache::DBI and Sybase": message from CT-Lib - "Net-Library operation terminated due to disconnect". Maybe the ping() method from DBD::Sybase doesn't work? I can't

Output in real time [Emberl 1.2.0]

2000-01-28 Thread Philippe Gobin
Hi I have a page which looks like this : HTMLHEAD/HEAD BODY Some html code [- while ( $condition ) { perl code who send informations on the output } -] Some html code /BODY /HTML

thoughts on cgi emulation layer

2000-01-28 Thread brian moseley
On Thu, 27 Jan 2000, Doug MacEachern wrote: I'm not convinced NG is the final solution, but something like it where the functionality is broken apart and re-usable, unlike the existing Registry.pm where everything is all lumped in together. in order for this cgi emulation system to really

No Subject

2000-01-28 Thread raptor
hi, Check this :") http://www.fenrus.demon.nl/

Re: problem with configure?

2000-01-28 Thread Craig Sebenik
Quoting Li Hong ([EMAIL PROTECTED]): I thought you are going install apache server with mod_perl and mod_apache both enable? If so ,the README.configuration under apache-1.3.9 directory is clear enough for you about install steps. Yes, the README is clear. There still appears to be a problem

Novel technique for dynamic web page generation

2000-01-28 Thread Paul J. Lucas
I've implemented what I believe to be a novel technique for dymanic web page generation. Although explained in much more detail here: http://www.best.com/~pjl/software/html_tree/ essentially it parses an HTML file into a DOM-like tree where a

Re: httpd.conf parameter affect mod_perl performance?

2000-01-28 Thread Ask Bjoern Hansen
On Fri, 28 Jan 2000, vinecent hong wrote: KeepAliveTimeout MaxKeepAliveRequests These are for the HTTP/1.1 KeepAlive things - not for the apache child lifetime. KeepAlive On #I am kinda blur of this.Slashdot script set it to OFF.and I think OFF means once a apache child finish serve a

Re: overriding document root dynamically?

2000-01-28 Thread Sean Chittenden
This is more along the lines of a cautionary note than anything else, but mod_perl isn't exactly a secure system, so I'd be very carefull with this setup: if you're doing what I think you're doing. Do you trust your users? Are the allowed to execute perl-code? If so, they could gain

Re: overriding document root dynamically?

2000-01-28 Thread Randal L. Schwartz
"Jonathan" == Jonathan Swartz [EMAIL PROTECTED] writes: Jonathan Sure, but then index.html files won't get found, Uh, why not? No module after the Trans phase looks at document root, that I'm aware of. index.html is handled by mod_autoindex during the content phase upon noticing that it's a

Re: Looking for Higher Ed mod_perl'ers

2000-01-28 Thread Brad Cox
I might be interested. I did the virtual school project in mod_perl. Must have been doing something right... I won the $25,000 Paul Allen competition with the taming the electronic frontier course ;) However I'm not sure our goals are aligned. I've gave up trying to "put lecture materials

Re: Novel technique for dynamic web page generation

2000-01-28 Thread Paul J. Lucas
On Fri, 28 Jan 2000, Perrin Harkins wrote: Looks almost exactly like XMLC from http://www.enhydra.org/. I hadn't heard of that, but, from a quick look, enhydra is XML/Java not HTML/Perl. It also seems like a much more "involved" solution. It's an interesting idea to

Re: splitting mod_perl and sql over machines

2000-01-28 Thread Marko van der Puil
Hello, In response to Stas's question about improving performance by splitting your SQL and Apache over diffent machines... Please reads Stas's original posting for this discussion. There has been an discussion in the Mod_Perl mailing list about whether you would profit from splitting your

ANNOUNCE: Updated Hello World Web Application Benchmarks

2000-01-28 Thread Joshua Chamas
Hey, I have updated the Hello World Web Application Benchmarks, now at http://www.chamas.com/bench/ The old page hello_world.html points here now, if anyone could update the link at http://perl.apache.org/, that would be grand. New in the fastest benchmarks are: + the fastest yet mod_perl

Re: Novel technique for dynamic web page generation

2000-01-28 Thread Paul J. Lucas
On Fri, 28 Jan 2000, Jason Bodnar wrote: The resultant file, no longer pure HTML, is something that can not be read back into DreamWeaver should the page need a tweak. Hmmm ... I thought one of the big pluses of Dreamweaver is that it guaranteed roundtrip HTML. I'm guessing it

Re: Novel technique for dynamic web page generation

2000-01-28 Thread brian moseley
On Fri, 28 Jan 2000, Perrin Harkins wrote: Looks almost exactly like XMLC from http://www.enhydra.org/. It's an interesting idea to sounds a lot more like the approach webobjects takes. except that webobjects defines a special tag representing a dynamic element, and then uses a map to type

ApacheDBI question

2000-01-28 Thread Deepak Gupta
How does connection pooling determine how many connections to keep open? The reason I ask is that I am afraid my non-modperl scripts are getting rejected by the db server b/c all (or most) connections are being dedicated to Apache activity. Thanks, Deepak

Re: splitting mod_perl and sql over machines

2000-01-28 Thread Pascal Eeftinck
At 11:16 28-1-2000 +0100, Marko van der Puil wrote: Hello, In response to Stas's question about improving performance by splitting your SQL and Apache over diffent machines... Please reads Stas's original posting for this discussion. There has been an discussion in the Mod_Perl mailing list

Re: ApacheDBI question

2000-01-28 Thread Perrin Harkins
On Fri, 28 Jan 2000, Deepak Gupta wrote: How does connection pooling determine how many connections to keep open? The reason I ask is that I am afraid my non-modperl scripts are getting rejected by the db server b/c all (or most) connections are being dedicated to Apache activity. Please

perlhandler - CGI.pm - no request object?

2000-01-28 Thread Brian Reichert
Sorry about the confusing subject line. I'm witnessing a symptom: Using apache_1.3.9 and mod_perl-1.21 and CGI.pm-2.56 under 3.2-STABLE. I'm writing a cookie-based access handler. (Based very directly on the Apache::TicketMaster example in the Eagle book.) My perl handler uses: use CGI

RegistryLoader

2000-01-28 Thread William Deegan
Greetings, If I user RegistryLoader to preload a script, should it show up in /perl-status?rgysubs (Apache::Status)?? -Bill -- *** * Never ascribe to malice that which is * * adequately explained by incompetence *

Re: splitting mod_perl and sql over machines

2000-01-28 Thread Perrin Harkins
On Fri, 28 Jan 2000, Marko van der Puil wrote: There has been an discussion in the Mod_Perl mailing list about whether you would profit from splitting your Mod_Perl enabled Apache server and a SQL database like MySQL over multiple machines. To give this discussion some technical and

Re: Novel technique for dynamic web page generation

2000-01-28 Thread Perrin Harkins
On Fri, 28 Jan 2000, Paul J. Lucas wrote: but it seems like it does tie your program closely to the structure of the documents. It does somewhat, but much less so than existing techniques: 1. Conventional CGI (a print-statement-laden Perl script): this tightly

Re: Novel technique for dynamic web page generation

2000-01-28 Thread Paul J. Lucas
On Fri, 28 Jan 2000, Perrin Harkins wrote: I wrote: 3. Non-standard tags: placed at specific points in the markup. (Another downside: DreamWeaver doesn't understand them.) Now that I've seen your example, it seems to me that you are doing almost exactly the same as #3. The

Re: ANNOUNCE: Updated Hello World Web Application Benchmarks

2000-01-28 Thread Joshua Chamas
Perrin Harkins wrote: On Fri, 28 Jan 2000, Joshua Chamas wrote: I have updated the Hello World Web Application Benchmarks, now at http://www.chamas.com/bench/ The end result of all this is that you have benchmark numbers which, while sort of entertaining, should not be used to make any