[ANNOUNCE] new mod_proxy_add_forward.c

2001-02-27 Thread Ask Bjoern Hansen
My amusingly simple and amazingly useful (if I may say so) Apache module just got an incredible small update. :-) If you didn't know it's used in a mod_proxy/mod_perl combo setup as described at http://perl.apache.org/guide/scenario.html#mod_proxy Before it just forwarded the original IP from

A query regarding the common Parser

2001-02-27 Thread Rajesh Mathachan
Hi all , I need to parse different url's to get the details of the medical sites and put it into my database and generate the newsite , I am using perl for getting the pages and parsing the data in all the pages and this seems to be semi manual kinda stuff, i need to see the page and then write

Not even beginning - INSTALL HELP

2001-02-27 Thread A. Santillan Iturres
I have Apache 1.3.12 running on a RedHat 7.0 box with perl, v5.6.0 built for i386-linux I went to install mod_perl-1.25: When I did: perl Makefile.PL I've got a: Segmentation fault (core dumped) What should I do next? I could not even begin! Thanks to any guide. Alejandro

Re: Not even beginning - INSTALL HELP

2001-02-27 Thread G.W. Haywood
Hi there, On Tue, 27 Feb 2001, A. Santillan Iturres wrote: I have Apache 1.3.12 running on a RedHat 7.0 box with perl, v5.6.0 built for i386-linux I went to install mod_perl-1.25: When I did: perl Makefile.PL I've got a: Segmentation fault (core dumped) Did you build your Perl yourself?

Re: Stop button (was: Re: General Question)

2001-02-27 Thread Steve Hay
Bill Moseley wrote: At 02:02 PM 02/26/01 +, Steve Hay wrote: I have a script which I wish to run under either mod_perl or CGI which does little more than display content and I would like it to stop when the user presses Stop, but I can't get it working. You need to do different things

Re: lingerd mod_perl mod_ssl

2001-02-27 Thread Roger Espel Llima
Wim Kerkhoff wrote: I've been trying to get this to work, with the latest versions of apache/mod_perl/mod_ssl. Basically it works great with only mod_perl, and the lingerd patches apply cleanly. However, they don't apply nicely when I add in mod_ssl. I have to go in and manually apply some

Re: files with same ext, but different handler based on partial name

2001-02-27 Thread Ask Bjoern Hansen
On Sun, 25 Feb 2001, Surat Singh Bhati wrote: Hi, I want to do configure my mod_perl as: "All the files having extension .cgi should be run as standard CGI, except *fixname*.cgi , if any file match *fixname*.pl , it should run as mod_perl. " the mod_perl'ish way would be to make a

Re: Not even beginning - INSTALL HELP

2001-02-27 Thread A. Santillan Iturres
I did not build Perl myself. It is the Perl that comes from rpm's with RH7.0 distro. Idem gcc and Apache. It seems that there is something I am missing. I do have Apache I do have gcc I do have perl I do have mod_perl-1.25.gcc Is there anything more needed? Thanks Alejandro - Original

Re: Not even beginning - INSTALL HELP

2001-02-27 Thread A. Santillan Iturres
Thank you Peter, I will take a look at the guide you mentioned. The puzzle to me now is that I have 3 similar boxes with RH7.0 and this is the only one that is performing errors while doing perl Makefile.PL The others (which are not original RH7.0 installations but upgrades from RH6.2) worked

Re: Not even beginning - INSTALL HELP

2001-02-27 Thread A. Santillan Iturres
Thank you Peter, I will take a look at the guide you mentioned. The puzzle to me now is that I have 3 similar boxes with RH7.0 and this is the only one that is performing errors while doing perl Makefile.PL The others (which are not original RH7.0 installations but upgrades from RH6.2) worked

Re: Not even beginning - INSTALL HELP

2001-02-27 Thread A. Santillan Iturres
Thank you Peter, I will take a look at the guide you mentioned. The puzzle to me now is that I have 3 similar boxes with RH7.0 and this is the only one that is performing errors while doing perl Makefile.PL The others (which are not original RH7.0 installations but upgrades from RH6.2) worked

error in threded perl

2001-02-27 Thread Wang, Pin-Chieh
Hi, I am installing Apache_1.3.14 / mod_perl-1.24_01 on Solaris system, Using ActiveState 5.6 Build 623. During the "make test" phase I get an error in modules/cgi 3/4 FAILED test 4 , Failed 1/4 tests At the t/logs/error_log file I have must fix $/ for threaded Perl XXX: need to fix exit

Re: Not even beginning - INSTALL HELP

2001-02-27 Thread Kurt Hansen
Hello Alejandro, I did not build Perl myself. It is the Perl that comes from rpm's with RH7.0 distro. Idem gcc and Apache. It seems that there is something I am missing. I do have Apache I do have gcc I do have perl I do have mod_perl-1.25.gcc I'm not sure if this will help, but your

Re: Not even beginning - INSTALL HELP

2001-02-27 Thread ed phillips
If you are going to upgrade gcc for RH 7.0, I reccomend the new source RPM for gcc to be found in the updates directory on any redhat mirror site. In fact, if you are sticking with RH you should see about updating a number of things. 23, Ed "G.W. Haywood" wrote: Hi there, On Tue, 27 Feb

Re: Not even beginning - INSTALL HELP

2001-02-27 Thread A. Santillan Iturres
I really don't think RH7.0 is the problem. I am trying to figure out what it is, yet unsuccesfully. I'll explain the solution when I get it. Thank you very much. Alejandro - Original Message - From: "Peter J. Schoenster" [EMAIL PROTECTED] To: "A. Santillan Iturres" [EMAIL PROTECTED]

Re: Not even beginning - INSTALL HELP

2001-02-27 Thread A. Santillan Iturres
That's the kind of solution I think will work. Starting all over again. The only doubt from my side is that this a BRAND NEW installation. Anyway I think it should be done again. Another question: If I plan to use the DBD modules in the future, should they be installed before mod_perl, or is it

Re: Not even beginning - INSTALL HELP

2001-02-27 Thread Kurt Hansen
Alejandro wrote: Another question: If I plan to use the DBD modules in the future, should they be installed before mod_perl, or is it the same? The DBD modules are independent of the mod_perl, so you should be able to install them whenever. I mentioned them for completeness sake since it

Search Engine Theory

2001-02-27 Thread Jamie Krasnoo
Can anyone point me to any documents on search engine theory and programming search engines with perl? Jamie Krasnoo www.MyEBoard.com [EMAIL PROTECTED]

[OT] Re: Search Engine Theory

2001-02-27 Thread Joshua Chamas
Jamie Krasnoo wrote: Can anyone point me to any documents on search engine theory and programming search engines with perl? Not necessarily about perl programming per se ... http://www-pcd.stanford.edu/~page/papers/pagerank/ http://www7.scu.edu.au/programme/fullpapers/1921/com1921.htm

Re: lingerd mod_perl mod_ssl

2001-02-27 Thread Vivek Khera
"REL" == Roger Espel Llima [EMAIL PROTECTED] writes: REL I'm a bit surprised that mod_ssl would go and change the Apache REL source precisely in the same places that lingerd does, but I guess mod_ssl alters the Apache API, so if you're doing the same then that's why they clash. Either that or

Re: files with same ext, but different handler based on partial name

2001-02-27 Thread Vivek Khera
"ABH" == Ask Bjoern Hansen [EMAIL PROTECTED] writes: ABH the mod_perl'ish way would be to make a PerlTransHandler and in that ABH configure the handler at runtime, based on filename, time of day ABH and the latest weather report. You forgot the most important: phase of the moon. --

mkdir function syntax

2001-02-27 Thread Chris Jensen
greetings everyone, i've got a solution that requires me to create directories when a record is added to a database (in this case i'm using Lasso WDE on a WebTen webserver, which is a port of apache to mac. full perl 5 capability). problem is i've only had the last 3 days to learn anything

[OT] Re: mkdir function syntax

2001-02-27 Thread Adi Fairbank
Chriss, Please mark your subject [OT] for off-topic in the future, as this is not a mod_perl question, but a general Perl question and probably should be taken to one of the comp.lang.perl.* newsgroups anyway. In the good natured spirit of the mod_perl community, I'll answer the question

Re: mkdir function syntax

2001-02-27 Thread Cees Hek
On 27 Feb 2001, Chris Jensen wrote: here is my code: 8 $query = new CGI; 9 $ProjectNumber= $query-param("ProjectNumber"); 10 11 $makeDirectoryDocs = "../WebSites/mch.nvisionusa.net/docs"; 12 $makeDirectoryImages = "../WebSites/mch.nvisionusa.net/docs"; 13 14 MKDIR

[OT] Re: Search Engine Theory

2001-02-27 Thread Paul J. Lucas
On Tue, 27 Feb 2001, Jamie Krasnoo wrote: Can anyone point me to any documents on search engine theory and programming search engines with perl? Possibly. Try a search-engine-related mailing list or newsgroup. - Paul

[OT] Re: Search Engine Theory

2001-02-27 Thread T.J. Mather
You might want to look at DBIx::FullTextSearch, a perl module for indexing documents using MySQL as a backend. It supports different frontends and backends, and has a nice modular design (IMHO). http://cpan2.org/Asset/display?dist=DBIx-FullTextSearch On Tue, 27 Feb 2001, Jamie Krasnoo wrote:

mod_perl shared memory with MM

2001-02-27 Thread Adi Fairbank
I am trying to squeeze more performance out of my persistent session cache. In my application, the Storable image size of my sessions can grow upwards of 100-200K. It can take on the order of 200ms for Storable to deserialize and serialize this on my (lousy) hardware. I'm looking at RSE's MM

Re: mod_perl shared memory with MM

2001-02-27 Thread Perrin Harkins
Adi Fairbank wrote: I am trying to squeeze more performance out of my persistent session cache. In my application, the Storable image size of my sessions can grow upwards of 100-200K. It can take on the order of 200ms for Storable to deserialize and serialize this on my (lousy) hardware.

Re: mod_perl shared memory with MM

2001-02-27 Thread Adi Fairbank
Perrin Harkins wrote: Adi Fairbank wrote: I am trying to squeeze more performance out of my persistent session cache. In my application, the Storable image size of my sessions can grow upwards of 100-200K. It can take on the order of 200ms for Storable to deserialize and serialize