Can I use mod_perl to pass authentication details to apache from an HTML form?

2001-12-24 Thread Chris Thompson
I would like to set up a password-protected area within my website where my web design clients can preview changes to their sites before they go live. Although I know how to password protect directories using .htaccess files, I would prefer to bypass the standard grey Authorization pop-up screen

Re: [modperl site design challenge] and the winner is...

2001-12-24 Thread Ged Haywood
Hi there, On Sun, 23 Dec 2001, Philip Mak wrote: I took a look at the winning design You just spammed the Net with 100 Megabytes of junk. Please don't send 60k messages to the mod_perl list. 73, Ged.

Re: Can I use mod_perl to pass authentication details to apache from an HTML form?

2001-12-24 Thread Bill Moseley
At 08:49 AM 12/24/2001 -, Chris Thompson wrote: I would like to set up a password-protected area within my website where my web design clients can preview changes to their sites before they go live. Although I know how to password protect directories using .htaccess files, I would prefer to

Re: irc

2001-12-24 Thread Thomas Eibner
On Sat, Dec 22, 2001 at 09:29:00PM -0800, brian moseley wrote: hmm.. i went to #take23 on openprojects and there were 3 people idling. i went to #perl on rhizomatic and there heaps of people. so i vote for rhizomatic. i'm not a huge fan of #take23, i'd rather see #modperl, but

Re: [modperl site design challenge] and the winner is...

2001-12-24 Thread Stas Bekman
Philip Mak wrote: I took a look at the winning design at http://domm.zsi.at/modperl-site-domm/ and I see a significant problem for people in 800x600 resolution (which is pretty common still, and I use it): Philip, can you please repost your comments to docs-dev at perl.apache.org? We don't

Re: transient object data

2001-12-24 Thread Robert Landrum
At 11:51 AM + 12/23/01, Jean-Michel Hiver wrote: Maybe the way to do it would be to have a Serializable class that could have the following methods: freeze($self) : SCALAR thaw ($class) : OBJECT clone($self) : OBJECT; _freeze($self): SCALAR _remove_transient_attributes($self); Hmmm... Maybe

Re: Authentications fails after upgrade to 1.3.22

2001-12-24 Thread BeerBong
Huh... i just forgot to compile in mod_auth module, and Apache::AuthenRadius doesn't require it in documentation. --- Sergey BeerBong Polyakov chief of WebZavod (http://www.webzavod.ru)

Private Network/Apache/Perl

2001-12-24 Thread Shaun Newcomer
Recently, the network I am on switched from having all internet IP's, to being private with only the web servers and other necessities on the outside. These outside servers also have internal addresses. I have changed everything in the apache config file to reflect that such as the

PerlEditor - Freeware or Trialware

2001-12-24 Thread Anand Ratnasabapathy
Can any one help me with a Nice Editor for working on Perl-cgi, Must be trial or freeware for me to test. Any Takers, Regds, Anand R DSM Soft I am back to the ring

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-24 Thread stas
stas01/12/24 11:28:41 Modified:pod modperl_dev.pod Log: - fix the MP_CCOPTS=-Werror example (should have no spaces) - explain how to use gdb faster under mod_perl DSO. Revision ChangesPath 1.47 +106 -1modperl-2.0/pod/modperl_dev.pod Index:

cvs commit: modperl-2.0/src/modules/perl .cvsignore

2001-12-24 Thread stas
stas01/12/24 11:33:12 Modified:src/modules/perl .cvsignore Log: ignore autogenerated files Revision ChangesPath 1.10 +1 -0 modperl-2.0/src/modules/perl/.cvsignore Index: .cvsignore ===