Re: [mod_perl audio tutorials]

2000-04-05 Thread Sander van Zoest
On Tue, 4 Apr 2000, Stas Bekman wrote: Consider just this once that HTML is not the preferred way to deliver this kind of content. Perhaps the tutorial could be in the form of an MP3 file, with instructions to turn to the next slide periodically. The slide could be HTML scaffolds

RE: [RFC] holding a mod_perl conference

2000-04-05 Thread Leon Brocard
Ken wrote: *That* I second. The big thing we need now is an organizer (like Kevin Lenzo did for YAPC 1999) and a venue - best if someone can be both. Throwing another idea into the works, I'm currently exploring ideas for a potential yapc::Europe in London this September. I'm currently

mod_perl weaknesses? help me build a case....

2000-04-05 Thread Soulhuntre
Hiya! Ok, we are getting ready to head out on a rather largish project, and it is time to settle on a set of tools. The primary issues: 1) Quick development 2) Ability to migrate easily to/from win2000 servers (Apache/win32 is fine) 3) Minimum arcane traps 4) Minimum destabilization of the

RE: [ANNOUNCE] Apache::DebugInfo_0.02

2000-04-05 Thread Geoffrey Young
-Original Message- From: Ken Williams [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 5:42 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: [ANNOUNCE] Apache::DebugInfo_0.02 [EMAIL PROTECTED] (Geoffrey Young) wrote: sorry for the inconvienence (but probably

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Erich L. Markert
Leon Brocard wrote: Ken wrote: Where are all you mod_perl guys? Would you be willing to come over to the UK? Only if you could get me tickets to see Manchester United at Old Trafford ;-) -- __ Mr. Erich L. Markert

Re: Segfault on DBI-Connect

2000-04-05 Thread Junk mails
Right, I had the exact same problem. Took me almost 1 day to solve. I'm using apache 1.3.12 / mod_perl 1.22 / DBI 1.13 / Msql-Mysql-modules 1.22.11 Under normal CGI environment everything works fine but when run with mod_perl it just segfaults. As Richard mentioned it's due to a NULL MySQL

external access to intranet

2000-04-05 Thread Jonas Nordström
Hello, In our organisation, we wanted the employees to be able to reach our intranet from anywhere on the internet. We have therefore made a gateway using an extra linux-server, SSL, Apache and mod-perl. We wanted to translate the incoming URL request, for example

Re: external access to intranet

2000-04-05 Thread Vladimir Ivaschenko
Jonas Nordstr?m wrote about "external access to intranet": Hello, In our organisation, we wanted the employees to be able to reach our intranet from anywhere on the internet. We have therefore made a gateway using an extra linux-server, SSL, Apache and mod-perl. We wanted to translate

RE: external access to intranet

2000-04-05 Thread Jonas Nordström
But doesn't that only pass on the request and then return the HTML-files unchanged? I also want to change the links inside the HTML-bodies on the fly, so that the users can continue to "surf the intranet". For example, if the HTML contains "A HREF="path/my_file.html"" I want to change that to "A

Re: external access to intranet

2000-04-05 Thread Vladimir Ivaschenko
Jonas Nordstr?m wrote about "RE: external access to intranet": But doesn't that only pass on the request and then return the HTML-files unchanged? I also want to change the links inside the HTML-bodies on the fly, so that the users can continue to "surf the intranet". For example, if the

Re: Segfault on DBI-Connect

2000-04-05 Thread Richard L. Goerwitz
We seem to be dancing around the DBI-connect segfault problem with MySQL DBI drivers. Maybe someone here who reads other relevant lists could for- ward our traffic and see if we can create some synergy there. Our basic story is that, with Apache 1.3.12 and mod_perl 1.22 (with DBI version 1.13

Re: Apache::DBI problem..

2000-04-05 Thread Niral Trivedi
Actually I already have MySQL module installed on our machine... Because I am able to run cgi/perl script which uses DBI module.. I mean I am able to run any normal cgi script.. So, I think that suggests that we have all the required module installed on our machine.. Niral Rajesh Kumar Mallah

Re: external access to intranet

2000-04-05 Thread darren chamberlain
Jonas Nordström ([EMAIL PROTECTED]) said something to this effect: But doesn't that only pass on the request and then return the HTML-files unchanged? I also want to change the links inside the HTML-bodies on the fly, so that the users can continue to "surf the intranet". For example, if the

Re: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Joel Reed
On Apr 05, [EMAIL PROTECTED] hacked the bitstream to say... Soulhuntre Hiya! Soulhuntre 1) It is VERY easy to have arcane errors in mod_perl code, and that code is Soulhuntre not as easily debugged as one could hope. While it seems that we can be very Soulhuntre careful with our own code and

RE: external access to intranet

2000-04-05 Thread Jonas Nordström
Ok, but the problem is that we have more than one intranet host, and files at one host may call another and so on. If I've understood it correctly, ProxyPass requires you to have the same number of external servers and internal servers? Can Apache::RewritingProxy handle this? /Jonas

Re: external access to intranet

2000-04-05 Thread Vladimir Ivaschenko
0 Vladimir Ivaschenko wrote about "Re: external access to intranet": Jonas Nordstr?m wrote about "RE: external access to intranet": But doesn't that only pass on the request and then return the HTML-files unchanged? I also want to change the links inside the HTML-bodies on the fly, so

RE: [RFC] holding a mod_perl conference

2000-04-05 Thread Jeff D. 'Spud (Zeppelin)' Almeida
On Wed, 5 Apr 2000, Leon Brocard wrote: Throwing another idea into the works, I'm currently exploring ideas for a potential yapc::Europe in London this September. Interesting. I'm sure my wife would be *thrilled* for me to take her with me on that sort of trip, she's been hounding me to take

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Nathan Torkington
I guess I'm not sure why mod_perl needs a conference of its own. Would a mod_perl track as part of the O'Reilly Open Source Conference work for you? That way you wouldn't need to kill a member of the community by pushing organization onto them, as O'Reilly's (excellent) conference organization

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Nathan Torkington
I said: I guess I'm not sure why mod_perl needs a conference of its own. Would a mod_perl track as part of the O'Reilly Open Source Conference work for you? That way you wouldn't need to kill a member of the community by pushing organization onto them, as O'Reilly's (excellent) conference

[OT] Standard country codes/names, where to get them?

2000-04-05 Thread Erich L. Markert
I remember being able to download a text file (I think from W3C) that contained a listing of international standard country names and codes much like the U.S. Postal Service does for states. I was able to find an HTML document linked from W3C's web site but no text file. Does anyone know a

RE: external access to intranet

2000-04-05 Thread Wu, Gordon
For multiple intranet hosts, my understanding the best way to do it is to install a TIS proxy server on you linux box --- with nothing to do with apache/modperl. see the http://www.tis.com/ for details. let me know if it works for you, pls. Gordon Wu [EMAIL PROTECTED] System Infrastructure

Re: [OT] Standard country codes/names, where to get them?

2000-04-05 Thread Vivek Khera
"ELM" == Erich L Markert [EMAIL PROTECTED] writes: ELM I remember being able to download a text file (I think from W3C) that ELM contained a listing of international standard country names and codes Hmmm. I don't recall from where I got it. I recall it being an ISO standard document. But all

Re: external access to intranet

2000-04-05 Thread Leslie Mikesell
According to [Jonas Nordstr_m]: But doesn't that only pass on the request and then return the HTML-files unchanged? I also want to change the links inside the HTML-bodies on the fly, so that the users can continue to "surf the intranet". For example, if the HTML contains "A

Re: [OT] Standard country codes/names, where to get them?

2000-04-05 Thread Steven Champeon
On Wed, 5 Apr 2000, Vivek Khera wrote: "ELM" == Erich L Markert [EMAIL PROTECTED] writes: ELM I remember being able to download a text file (I think from W3C) that ELM contained a listing of international standard country names and codes Hmmm. I don't recall from where I got it. I

RE: external access to intranet

2000-04-05 Thread James Hart
No they won't - the browser will strip the URL seen from its perspective back to the host and add the path. On the scheme Jona describes, where the host the browser sees is 'gateway_server', that would then be retranslated by the proxy into a request for the document 'myfile.html' on the intranet

Re: [OT] Standard country codes/names, where to get them?

2000-04-05 Thread Erich L. Markert
Steven Champeon wrote: I use: ftp://ftp.ripe.net/iso3166-countrycodes Much thanx to all those who wrote... The cleanest list I found was the one Steve pointed out... -- __ Mr. Erich L. Markert [EMAIL PROTECTED]

Re: external access to intranet

2000-04-05 Thread Mads Toftum
I've had to do something similar a while back, and ended up doing this without modperl. I might end up switching to modperl one of these days. It looks something like: - --- |SSL| - |FW| - |proxy.internaldom.dk| -

Re: external access to intranet

2000-04-05 Thread Mads Toftum
On Wed, Apr 05, 2000 at 03:37:23PM +0200, Jonas Nordström wrote: [SNIP] For example, if the HTML contains "A HREF="path/my_file.html"" I want to change that to "A HREF="https://gateway_server/intranet_host/path/myfile.html" Actually links of that isn't a problem - the browser will think of

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Jeff D. 'Spud (Zeppelin)' Almeida
On Wed, 5 Apr 2000, Nathan Torkington wrote: The problem with standalone conferences is that you need to have reasonably high attendance before they pay for the logistical work and equipment hire needed to put them on. "Reasonably high" could be anywhere from 200 to 500 depending on the

Re: [mod_perl audio tutorials]

2000-04-05 Thread Bakki Kudva
Sander van Zoest wrote on Wednesday, April 05, 2000 2:45 AM: His article works, but isn't entirely accurate as I have already e-mailed Lincoln Stein about the issues. He claimed to discuss them in his follow up article. Could you please email me a copy of your msg to Lincoln about the

Re: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Andrew Wyllie
On Wed, 05 Apr 2000, Soulhuntre wrote: Hiya :) -Original Message- From: Ime Smits [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 6:57 AM To: [EMAIL PROTECTED] Subject: Re: mod_perl weaknesses? help me build a case Just because a lot of errors are openly

[OT] Perl Job offer.

2000-04-05 Thread Tom Law
Guys, Sorry for off topic, but another Perl offer in London. -tom --- Text of forwarded message --- Reply-To: "Stewart Hatfield" From: "Stewart Hatfield" To: Subject: Perl Date: Mon, 3 Apr 2000 14:34:07 +0100 Organization: Pursuit Recruitment Ltd

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Nathan Torkington
Jeff D. 'Spud (Zeppelin)' Almeida writes: 1) I don't think getting 200 people to attend a mod_perl conference is particularly ambitious at all, especially if it's held in a manner convenient for people to attend. 20,000 people went to Linux World in New York, and it wasn't THAT great of a

Re: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Leslie Mikesell
According to Soulhuntre: Well, let me turn that around, has anyone succeeded in getting mod_perl running well on Apache on win2k? Your problem here is going to be that mod_perl is not thread-safe and will serialize everything when running under the threaded model that apache uses under

Help with mod_perl/embperl installation

2000-04-05 Thread Anthony R. J. Ball
Hi, I'm running apache 1.3.12-2 (with apache-devel) on a RedHat 6.1 machine installed from packages. (I'd prefer not to compile apache, since the server is a 486). I've tried installing mod_perl through cpan, but I seem to be having problems with this, apparently since I have not compiled

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Jeffrey W. Baker
On Wed, 5 Apr 2000, Jason Bodnar wrote: Based on Doug's comments, I think a mod_perl track at the ORA conference would be the best solution. We had our own track in 1998 and it was great. And, if the mod_perl track got real popular than it could be spun off into it's own conference. You

Re: Help with mod_perl/embperl installation

2000-04-05 Thread Stas Bekman
Hi, I'm running apache 1.3.12-2 (with apache-devel) on a RedHat 6.1 machine installed from packages. (I'd prefer not to compile apache, since the server is a 486). I've tried installing mod_perl through cpan, but I seem to be having problems with this, apparently since I have not

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Jason Bodnar
At 11:02 AM 4/5/00 -0700, Jeffrey W. Baker wrote: On Wed, 5 Apr 2000, Jason Bodnar wrote: Based on Doug's comments, I think a mod_perl track at the ORA conference would be the best solution. We had our own track in 1998 and it was great. And, if the mod_perl track got real popular than it

setting a cookie with the valid-user option...

2000-04-05 Thread Graham Paul Wooden
Hi guys, Apache: 1.3.9 OS: RedHat Linux 6.1 Perl: 5.005_03 I would like to attempt the following: Setting a "Cookie" when the user gets authenticated from the AuthType/AuthUserFile/AuthName option. I do have the "secured section" up and get authenticated just fine. I also set up the

Re: please help!!!! (server crashed)

2000-04-05 Thread James G Smith
matt [EMAIL PROTECTED] wrote: Hi, I need help, I am setting up a web database and here's what i'm using OS: FreeBSD Webserver : Apache 1.3 Database : MySQL Modules : mod_perl PerlModules: apache:DBI apache:registry apache:eperl I nearly had the database completely up and I

Re: please help!!!! (server crashed)

2000-04-05 Thread George Lewis
James G Smith ([EMAIL PROTECTED]) wrote: matt [EMAIL PROTECTED] wrote: Hi, I need help, I am setting up a web database and here's what i'm using OS: FreeBSD Webserver : Apache 1.3 Database : MySQL Modules : mod_perl PerlModules: apache:DBI apache:registry apache:eperl

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Jason Bodnar
At 02:14 PM 4/5/00 -0400, Vivek Khera wrote: "JB" == Jason Bodnar [EMAIL PROTECTED] writes: JB I didn't get much out of the mod_perl stuff at the ORA conference. Too much JB basic and not enough advanced stuff. What kinds of topics would you like to see covered. I'm sure others like myself

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Nathan Torkington
Jason Bodnar writes: I guess my big problem with the ORA conference last year was that all the tutorials I attended last year tried to cover the basics and didn't lead enough time for in-depth informaiton. Yup, I agree. The level of the material offered, though, is in the hands of the

Re: external access to intranet

2000-04-05 Thread Leslie Mikesell
According to James Hart: No they won't - the browser will strip the URL seen from its perspective back to the host and add the path. On the scheme Jona describes, where the host the browser sees is 'gateway_server', that would then be retranslated by the proxy into a request for the document

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Nathan Torkington
Jeff D. 'Spud (Zeppelin)' Almeida writes: I don't know why it is that we (as a computer industry) feel compelled to attach grossly overinflated registration fees to our professional meetings, but the ones that don't have them (like YAPC) tend to be better-appreciated. The registration fee is

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Mark Imbriaco
On Wed, 5 Apr 2000, Jason Bodnar wrote: At 02:14 PM 4/5/00 -0400, Vivek Khera wrote: "JB" == Jason Bodnar [EMAIL PROTECTED] writes: JB I didn't get much out of the mod_perl stuff at the ORA conference. Too much JB basic and not enough advanced stuff. What kinds of topics would you

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Nathan Torkington
Leslie Mikesell writes: personal styles of perl coding are involved. It would be nice if some outlines/slides of the material could be online before the signup deadlines and the actual session could spend more time in discussion and question/answer than covering the overview. (getting away

apache reinstall

2000-04-05 Thread matt
Hi, I am running apache 1.3.9 on FreeBSD 3.3 and I wrote earlier about some problems with my server crashing. The apache server was already set up and running before i built all the modules, and I never rebuilt the apache server after I built mod_perl into the src directory. so i've been

Re: external access to intranet

2000-04-05 Thread jwd
I tried this. It is a forking proxy and quikly runs out of steam and by the way the url is now www.fwtk.org. "Wu, Gordon" wrote: For multiple intranet hosts, my understanding the best way to do it is to install a TIS proxy server on you linux box --- with nothing to do with

prepare_cached and Apache::DBI.

2000-04-05 Thread Paul Sullivan
When attempting to use prepare_cached along with Apache::DBI, it returns this error once it has ran through each of the apache children. [Wed Apr 5 ...] [error] prepare_cached(...) statement handle DBI::st=HASH(0x8296788) is still active at /home/... line ... Is prepare_cached not

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Greg Cope
To: [EMAIL PROTECTED] Sent: 05 April 2000 16:51 Subject: Re: [RFC] holding a mod_perl conference : On Wed, 5 Apr 2000, Nathan Torkington wrote: : : The problem with standalone conferences is that you need : to have reasonably high attendance before they pay for the logistical : work and

Re: [RFC] holding a mod_perl conference

2000-04-05 Thread Greg Cope
From: "Leon Brocard" [EMAIL PROTECTED] To: "mod_perl list" [EMAIL PROTECTED] Sent: 05 April 2000 09:06 Subject: RE: [RFC] holding a mod_perl conference : Ken wrote: : : *That* I second. The big thing we need now is an organizer : (like Kevin Lenzo did for YAPC 1999) and a venue - best if

mod_perl compat on win32? RE: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Soulhuntre
Hiya :) -Original Message- From: Leslie Mikesell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 1:34 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_perl weaknesses? help me build a case Your problem here is going to be that mod_perl is not

Re: prepare_cached and Apache::DBI.

2000-04-05 Thread Perrin Harkins
On Wed, 5 Apr 2000, Paul Sullivan wrote: When attempting to use prepare_cached along with Apache::DBI, it returns this error once it has ran through each of the apache children. [Wed Apr 5 ...] [error] prepare_cached(...) statement handle DBI::st=HASH(0x8296788) is still active at

Re: mod_perl weaknesses? help me build a case....

2000-04-05 Thread ___cliff rayman___
the bible for doing that is here: http://perl.apache.org/guide/strategy.html#Alternative_architectures_for_ru cliff rayman genwax.com Michael Robinton wrote: if you use it as a back end to a lightweight front-end proxy which a busy site needs anyway. My site is starting to get "busy

mod perl guide on perl.apache.org/index.html

2000-04-05 Thread ___cliff rayman___
needs to be moved up and made bigger on the 'perl.apache.org' main page. i don't think putting it in other_references is doing it justice. people need to buy the 'book' and use it and the 'guide' if they are going to effectively use mod_perl. it is not another reference, it is one of the main

RE: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Russell D. Weiss
MR Wrote: My site is starting to get "busy enough". Are there some docs that explain how to to do this. Apache proxy has always seemed unclear to me, my lack of understanding really I've been using standard apache with mod_perl for several years now and have run squid in front of it, but

Re: mod_perl compat on win32? RE: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Gunther Birznieks
Soulhuntre wrote: Hiya :) -Original Message- From: Leslie Mikesell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 1:34 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_perl weaknesses? help me build a case Your problem here is going to

Re: site running mod_perl

2000-04-05 Thread Doug MacEachern
thanks for sharing this Emmanuel! On Sun, 2 Apr 2000, Emmanuel PIERRE wrote: Hi, www.apr-job.com is a french leading related employment web site, wich is running mod_perl for 6 months right now. it is running Squid accelerator, apache 1.3.9+mod_perl, MySQL +DBI ersistant