RFC/ANNOUNCE: WebsiteGenerator, FormGenerator, Class-ParamParser

2000-12-27 Thread Darren Duncan
I have uploaded new versions of my 3 distributions to CPAN: - Class-ParamParser-1.0.tar.gz - 1 module - CGI-FormGenerator-0.9201.tar.gz- 7 modules - CGI-WebsiteGenerator-0.3201.tar.gz - 9 modules My authorname is DUNCAND. I would like to request comments on the

Re: http -> https for authentication

2000-12-27 Thread Dan Riley
Joshua Gerth <[EMAIL PROTECTED]> writes: > So, I am running a mod_perl/mod_ssl enabled Apache web server. > The home page (and several other unprotected pages) need to listen on both > the encrypted port 443 and non-encrypted port 80. However, I would like > to force all authentication re

Re: Shopping Store design

2000-12-27 Thread ___cliff rayman___
here are a couple i know about - no personal experience however, i prefer homebrew :-)) http://www.zelerate.com/html/eng/home.shtml http://www.extropia.com/products.html The Doctor wrote: > Needed : > > Perl programmes for a 'member' Shopping cart site that would do the > following: > > Authent

Shopping Store design

2000-12-27 Thread The Doctor
Needed : Perl programmes for a 'member' Shopping cart site that would do the following: Authenticate members Add new member using member IDs of greater than 1000 Authenticating Members The ability to shop The ability to ship The ability to search the site for products Order verification Order C

[JOB] Ticketmaster-Citysearch looking for perl developers

2000-12-27 Thread Todd Cranston-Cuebas
Location: Pasadena, CA Company: Ticketmaster Online-Citysearch, Inc. Title: Multiple positions within organization from junior to advanced levels. We're pragmatic about our tools but have a particular attraction to perl. If southern California (Pasadena to be exact) and perl development sounds li

Re: Apache Version 1.3.0 required, aborting...

2000-12-27 Thread Ask Bjoern Hansen
On Wed, 27 Dec 2000, ___cliff rayman___ wrote: > perhaps doug or someone with the proper authentication can > move the mod_perl-1.24 version into the old directory on: > http://perl.apache.org/dist/ I added a note saying "mod_perl-1.24_01.tar.gz or later is required for Apache >= 1.3.14." to t

Re: DBI DBD::mysql problems

2000-12-27 Thread Stas Bekman
On Wed, 27 Dec 2000, Andrew Koebrick wrote: > Stas [et al.], > > I wiped all of the prior DBD files and reinstalled as per advice: > > >> It's possible that you have DBD files duplicated in different directories > >> and the older version is coming first in @INC. Remove them all and > >> reinst

Re: DBI DBD::mysql problems

2000-12-27 Thread Andrew Koebrick
Stas [et al.], I wiped all of the prior DBD files and reinstalled as per advice: >> It's possible that you have DBD files duplicated in different directories >> and the older version is coming first in @INC. Remove them all and >> reinstall. For good measure I also upgraded to the new RedHat my

Re: Apache Version 1.3.0 required, aborting...

2000-12-27 Thread ___cliff rayman___
___cliff rayman___ wrote: > perhaps doug or someone with the proper authentication can s/authentication/authorization/ > > move the mod_perl-1.24 version into the old directory on: > http://perl.apache.org/dist/ > > cpan looks like it is up to date and only shows the 1.24_01 version. > > Stas B

Re: Apache Version 1.3.0 required, aborting...

2000-12-27 Thread ___cliff rayman___
perhaps doug or someone with the proper authentication can move the mod_perl-1.24 version into the old directory on: http://perl.apache.org/dist/ cpan looks like it is up to date and only shows the 1.24_01 version. Stas Bekman wrote: > z > > > please get mod_perl-1.24_01.tar.gz > -- ___clif

Re: Apache Version 1.3.0 required, aborting...

2000-12-27 Thread David McCabe
> From: Joshua Gerth <[EMAIL PROTECTED]> > Date: Wed, 27 Dec 2000 14:05:14 -0800 (PST) > Subject: Apache Version 1.3.0 required, aborting... > I am doing a 100% fresh install. I just downloaded > mod_perl-1.24.tar.gz > apache_1.3.14.tar.gz > Am I doing something wrong? Am I not us

Re: Apache Version 1.3.0 required, aborting...

2000-12-27 Thread Stas Bekman
On Wed, 27 Dec 2000, Joshua Gerth wrote: > Hello again, > > Thats for the suggestions on my last question. This one is > completely unrelated. > > I am doing a 100% fresh install. I just downloaded > mod_perl-1.24.tar.gz > apache_1.3.14.tar.gz please get mod_perl-1.24_01.

Apache Version 1.3.0 required, aborting...

2000-12-27 Thread Joshua Gerth
Hello again, Thats for the suggestions on my last question. This one is completely unrelated. I am doing a 100% fresh install. I just downloaded mod_perl-1.24.tar.gz apache_1.3.14.tar.gz I then ran: tar xzvf src/apache_1.3.14.tar.gz tar xvzf src/mod_pe

apache-asp.org back online

2000-12-27 Thread Joshua Chamas
The Apache::ASP site was down for a few days over the holidays because of ISP woes. It is back online now. Thanks for your patience. -- Josh

Re: http -> https for authentication

2000-12-27 Thread Ask Bjoern Hansen
On Wed, 27 Dec 2000, Stas Bekman wrote: > You are having front/end-back setup, right? If so: > http://thingy.kcilink.com/modperlguide/config/Knowing_the_proxy_pass_ed_Connec.html I use something like RewriteCond %\{SERVER_PORT\} ^443$ RewriteRule ^/appname(.*) http://localhost:1234/ap

Re: Modifying the reported size in a directory index

2000-12-27 Thread Jens-Uwe Mager
On Mon, Dec 25, 2000 at 06:22:04PM -0800, Doug MacEachern wrote: > i probably shouldn't be 'working' on xmas, but have some time to kill > before the airport and have had this in mind since you first posted (4 > months ago!). with the patch below and this package: > http://perl.apache.org/~dougm/

Re: http -> https for authentication

2000-12-27 Thread Michael
> > Howdy, > > So, I am running a mod_perl/mod_ssl enabled Apache web server. The > home page (and several other unprotected pages) need to listen on > both the encrypted port 443 and non-encrypted port 80. However, I > would like to force all authentication requests to go through the > encry

Re: http -> https for authentication

2000-12-27 Thread Joshua Gerth
Hey Stas, > > So, I am running a mod_perl/mod_ssl enabled Apache web server. > > The home page (and several other unprotected pages) need to listen on both > > the encrypted port 443 and non-encrypted port 80. However, I would like > > to force all authentication requests to go through th

Re: http -> https for authentication

2000-12-27 Thread Stas Bekman
On Wed, 27 Dec 2000, Joshua Gerth wrote: > > Howdy, > > So, I am running a mod_perl/mod_ssl enabled Apache web server. > The home page (and several other unprotected pages) need to listen on both > the encrypted port 443 and non-encrypted port 80. However, I would like > to force all a

http -> https for authentication

2000-12-27 Thread Joshua Gerth
Howdy, So, I am running a mod_perl/mod_ssl enabled Apache web server. The home page (and several other unprotected pages) need to listen on both the encrypted port 443 and non-encrypted port 80. However, I would like to force all authentication requests to go through the encrypted sid

Re: libapreq-0.31_03

2000-12-27 Thread Jens-Uwe Mager
I have previously send in to the mod_perl mailing list a patch to make libapreq compile under AIX, but this patch was for the old version and thus probably was not applied. I have redone the patch again but this time relative to the current cvs repository of libapreq. This patch does the following

Re: DBI DBD::mysql problems

2000-12-27 Thread Stas Bekman
On Wed, 27 Dec 2000, Andrew Koebrick wrote: > Greetings, > > I'm getting grief while trying to run DBI/DBD::mysql (running through Apache::ASP if >that matters). Pages which work fine on another development server spew the >following when run on the new install: > > >> DBD::mysql object ver

DBI DBD::mysql problems

2000-12-27 Thread Andrew Koebrick
Greetings, I'm getting grief while trying to run DBI/DBD::mysql (running through Apache::ASP if that matters). Pages which work fine on another development server spew the following when run on the new install: >> DBD::mysql object version 2.0415 does not match bootstrp >> parameter 2.0413

prob with dir_config at server startup

2000-12-27 Thread T.J. Mather
I'm having a problem accessing PerlSetVar variables with Apache->server->dir_config at server startup. I'm using the lastest versions of mod_perl 1.24_01 and apache (1.3.14). The problem occurs when I use PerlSetVar inside a Directory, Location or Files section: in httpd.conf: PerlSetVar PKIT_

[ANNOUNCE] Apache::RequestNotes 0.06

2000-12-27 Thread Geoffrey Young
The URL http://morpheus.laserlink.net/~gyoung/modules/Apache-RequestNotes-0.06.tar.g z has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-RequestNotes-0.06.tar.gz size: 4800 bytes md5: 809cb54e2b9b8143a9809753c8f23dc3 well, now that libapreq-0.31_03 is out, with Apache::Req

[DIGEST] mod_perl digest 12/17/2000

2000-12-27 Thread Geoffrey Young
-- mod_perl digest December 17, 2000 - December 24, 2000 -- Recent happenings in the mod_perl world... Features