RE: conf file precedence

1999-12-02 Thread Gerald Richter
I have the following in my conf file: # Framed applications ProxyPass /frames http://sw3.tivoli.com:81/frames ProxyPassReverse /frames http://sw3.tivoli.com:81/frames # Begin Apache::ProxyStuff stuff PerlModule Apache::ProxyStuff Location / SetHandler perl-script PerlHandler

Embperl static link problem

1999-12-02 Thread Feargal Finnegan
Hi I am currently trying to statically link the embperl module into my perl executable. The platform that I'm on is Solaris 2.6. From reading the instructions it says that I sould first configure the makefiles with perl Makefile.PL. This goes ok. Then to statically link the embedperl I should do

RE: conf file precedence

1999-12-02 Thread Eric Cholet
I have the following in my conf file: # Framed applications ProxyPass /frames http://sw3.tivoli.com:81/frames ProxyPassReverse /frames http://sw3.tivoli.com:81/frames # Begin Apache::ProxyStuff stuff PerlModule Apache::ProxyStuff Location / SetHandler perl-script PerlHandler

Query/Parse/Format/Display ?

1999-12-02 Thread raptor
hi, I want to make the following : 1. Query a site ? 2. Get the results of the query in my script (we are still in Apache) 3. Exctract the information I need ? 4. Fomat it and send to the browser ? Does someone made something similar. Example ? Thanx in advance = iVAN [EMAIL PROTECTED]

new Apache::Album uploaded to CPAN...

1999-12-02 Thread Jim Woodgate
I just uploaded it so it may take a little while to get to all the mirrors, but the new version is 0.92 Seems everyone has a digital camera these days (and their own Album module as well!), and my friends were bugging me to add some new features, so I did... You can see a sample album at:

RE: Query/Parse/Format/Display ?

1999-12-02 Thread ricarDo oliveiRa
Hi. You can use the get() method of LWP:Simple or the LWP:UserAgent, HTTP:Request and HTTP:Response methods. Both ways of doing it are described on recipe 20.1 of O'Reilly's "Perl Cookbook" (Tom Christiansen and Nathan Torkington). good luck ./ricarDo oliveiRa --Original Message--

Re: user registration/login system

1999-12-02 Thread James G Smith
"Arnel Estanislao" [EMAIL PROTECTED] wrote: Hello, I sent this email out yesterday, but it didn't seem to reach the list. My apologies if you get this twice. Is there a "best way" to accomplish the following user registration/login system: - User attempts to visit a password-protected

mod_perl SourceGarden is looking for a new home

1999-12-02 Thread Stas Bekman
Hi, Lately, ScreamDesign has changed its policy regarding OSS and because of that mod_perl SourceGarden is looking for a new home. We would like to thank ScreamDesign for hosting our project for the last half a year, especially Pat and Philip who provided all the setup and required

Embperl and printing...

1999-12-02 Thread Arnel Estanislao
I have a binary string that I would like to print, but it includes the EOF character ("\0"). Embperl seems to cut off the string at the first terminator, whether I do: [+ $string +] or [- print OUT $string -] However, if I print the string to a regular file, the whole string prints

RE: mod_perl SourceGarden is looking for a new home

1999-12-02 Thread Baiju Thakkar
Talk to SourceForge which is sponsored by VA Linux Systems. http://www.sourceforge.com/ I don't think they currently support mod_perl, but I bet they can be convinced if you ask nice. Also, The sourceexchange might be something to look at. http://www.sourceexchange.com/ I see they

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

1999-12-02 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sender: [EMAIL PROTECTED] Precedence: bulk Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" Although Embperl supports both Raw and Non-Raw processing of input, that doesn't handle situations where designers use both

RE: Embperl and printing...

1999-12-02 Thread Gerald Richter
I have a binary string that I would like to print, but it includes the EOF character ("\0"). Embperl seems to cut off the string at the first terminator, whether I do: [+ $string +] or [- print OUT $string -] However, if I print the string to a regular file, the whole string prints

Embperl with DSO

1999-12-02 Thread Aaron Johnson
I went ahead and compiled my own Apache and mod_perl for Red Hat, but was curious if there is a solution for using Embperl with DSO and allowing for the modules to be loaded one time. I thought I had the above working with the default Red Hat 6.0 Apache/mod_perl, but it was not "permanently"

Re: Content management system

1999-12-02 Thread Matt Sergeant
On Wed, 01 Dec 1999, Andy Wardley wrote: Are there any freeware content management systems kinda Zope or simpler on Perl ? There are two in development that I know about, Iaijutsu and Istore: http://www.ninjacode.com/iaijutsu

Re: Content management system

1999-12-02 Thread Matt Sergeant
On Thu, 02 Dec 1999, Chuck O'Donnell wrote: On Wed, Dec 01, 1999 at 04:05:06PM +0400, BeerBong wrote: Hello all! Are there any freeware content management systems kinda Zope or simpler on Perl ? What do you can recommend ? Where I can search for its ? Mason has one

Re: Content management system

1999-12-02 Thread Jason Bodnar
I attended the session on WebDav and Apache at the OpenSource conference. At the time the versioning stuff wasn't done but the concept seemed really promising. It probably be worth a look if you want to do content management. On 02-Dec-99 Matt Sergeant wrote: On Wed, 01 Dec 1999, Andy Wardley

Re: Content management system

1999-12-02 Thread Pouneh Mortazavi
It's interesting to see such projects going on (especially since I was/am working on one myself too). I'm currently working with a product called "Mediasurface" - some people may have heard of it. Unfortunately it just does some things all wrong, so I'm kinda working on something like that -

Re: Content management system

1999-12-02 Thread Matt Sergeant
On Thu, 02 Dec 1999, Pouneh Mortazavi wrote: It's interesting to see such projects going on (especially since I was/am working on one myself too). I'm currently working with a product called "Mediasurface" - some people may have heard of it. Unfortunately it just does some things all

Re: Content management system

1999-12-02 Thread Barry Robison
On Thu, Dec 02, 1999 at 09:08:19PM +, Matt Sergeant wrote: On Thu, 02 Dec 1999, Chuck O'Donnell wrote: On Wed, Dec 01, 1999 at 04:05:06PM +0400, BeerBong wrote: Hello all! Are there any freeware content management systems kinda Zope or simpler on Perl ? What do you can

Re: Content management system

1999-12-02 Thread Chuck O'Donnell
On Thu, Dec 02, 1999 at 09:08:19PM +, Matt Sergeant wrote: On Thu, 02 Dec 1999, Chuck O'Donnell wrote: On Wed, Dec 01, 1999 at 04:05:06PM +0400, BeerBong wrote: Hello all! Are there any freeware content management systems kinda Zope or simpler on Perl ? What do you can

$r-args missing data

1999-12-02 Thread Christian Gilmore
We just updgraded from apache-1.3.3/mod_perl-1.16 to apache-1.3.9/mod_perl-1.21 on solaris-2.5.1. $r-args does not contain any data for us now when it did before during the URI translation phase. We're running a minimal system, so many modules have been stripped from the build (included is one

Re: $r-args missing data

1999-12-02 Thread Ken Y. Clark
On Thu, 2 Dec 1999, Christian Gilmore wrote: We just updgraded from apache-1.3.3/mod_perl-1.16 to apache-1.3.9/mod_perl-1.21 on solaris-2.5.1. $r-args does not contain any data for us now when it did before during the URI translation phase. [ snip ] The module: package TransTest; use

Re: Can't load /..../Fcntl.so

1999-12-02 Thread Bruce Johnson
Installing 1.19 doesn't seem to work, either. I have obviously mucked something up, but I'm confounded as to what. I've done a complete rebuild of Apache per the "flexible way" instructions in INSTALL.apaci, and whether I do it with 1.19 or 1.20, the same problem occurs. One problem I find

OT: CGI.pm (stupid) question

1999-12-02 Thread Martin A. Langhoff
hi all, sorry for posting off-topic. Really. Shouldn't. Couldn't. I'm having a stupid problem with an 'upload file' CGI I wrote based on the CGI.pm documentation. The code that is failing is at the end. The file is opened succesfully for writing (I did try and write a

Re: PerlFreshRestart and %INC

1999-12-02 Thread Tim Bunce
On Thu, Dec 02, 1999 at 06:59:26PM +, Michael Smith wrote: I'm experiencing difficulties when using PerlFreshRestart modules that depend on %INC. In my particular case I'm trying to use persistent connections in DBI through Apache-DBI, and Apache/DBI is not in %INC when PerlFreshRestart

Re: OT: CGI.pm (stupid) question -Solution

1999-12-02 Thread Martin A. Langhoff
Thanks to the great Alex Krohn the problem is solved: I had forgotten to write ENCTYPE='multipart/form-data' in the FORM tag. whoa. Sorry again for posting OT -- - Martin Langhoff @ S C I M Multimedia Technology - - http://www.scim.net | God is real until - - mailto:[EMAIL

Re: Hooking onto the core

1999-12-02 Thread Eustace, Glen
After trying alot of thing, the following is what I ended up with. It allows all of the ENV REDIRECT_* variables to be accessed by the cgi script and all in all did exactly what I wanted. Because I didn't get a lot of help from either of my earlier postings, I assummed that either others had

[JOB] mod_perl programmer wanted in LA

1999-12-02 Thread John Jensen
TriVida corporation has an opening for a mod_perl programmer with some database experience. We need your help to build a Personalization Service for the web. If we succeed we will be one of the highest volume sites on the web, so you need to have some understanding of what it takes to handle

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

1999-12-02 Thread Gerald Richter
If you're interested, you can download it from http://www.somewhere.com/software/. It's pretty tiny, the docs are larger than the code. P.S. Also on that page, although perhaps someone has already done this, are the diffs for vim's html.vim module. This version will switch to Perl

RE: Embperl with DSO

1999-12-02 Thread Gerald Richter
I went ahead and compiled my own Apache and mod_perl for Red Hat, but was curious if there is a solution for using Embperl with DSO and allowing for the modules to be loaded one time. I thought I had the above working with the default Red Hat 6.0 Apache/mod_perl, but it was not

Happy Birthday mod_perl Guide

1999-12-02 Thread Robin Berjon
Hi all, according to the mailing list archives, the Guide was first announced on 03/12/1998 so it makes a year now ! Many kudos to Stas and to all that have participated (the list is *long*), as well as many thanks. Wonder how big it'll be in a year... .Robin "What I like about deadlines is

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

1999-12-02 Thread Gerald Richter
Hi, We have a problem in using DBIx::Recordset module. Whenever we run the following script through Apache, the first invocation works fine. The second invocation causes Oracle to dump core. The script joins two tables (ie., destination and atomic_destination) and prints a column named