Re: Apache::SSI pain

1999-10-13 Thread Perrin Harkins
The thing that works best for me is to use an Apache::SSI object myself rather than using any kind of chaining. my $ssi = Apache::SSI-new($text, $r); print $q-header; # send the HTTP header $ssi-output(); Or you can capture the output instead of just sending it, like this: my $ssi=

Re: authentication via login form

1999-10-13 Thread Gunther Birznieks
On Mon, 11 Oct 1999, Ofer Inbar wrote: Eugene Sotirescu [EMAIL PROTECTED] wrote: [...snipped...] When a browser session comes in without appropriate authentication cookies, they get a login screen. When they post username and password, check that against the locally stored user table, and

e-commerce

1999-10-13 Thread ricarDo oliveiRa
I wonder if anyone could list me some e-commerce web sites using mod_perl - like amazon, cdnow, etc. Thanks! ./Ricardo ### Guitar fan Chris Black of London actually had a wedding ceremony to officially marry his Fender Stratocaster

Autentication/Authorization -Syncronization problem via HTTPD::UserAdmin Text

1999-10-13 Thread Clifford Lang
Apache 1.3.9 mod_perl 1.21 Solaris 2.51 How can I keep all children in sync and up to date with my .htpasswd file? I have a very volital site with users beening added and deleted constantly. I use an Embperl admin page to update/remove users. And as I refresh the page I get different counts from

secure way to connect to database

1999-10-13 Thread Oleg Bartunov
Hi, I'm developing Web application with database (postgres) backend and would like to know what is the right and secure way to establish connection to database. I worry about password which has to be specified in DBI-connect. There are many scripts, .htaccess and I don't want to spread

mod_perl rpm ready for testing

1999-10-13 Thread David Harris
Hi, I've just completed the first copy of the mod_perl RPM that I said I was going to create about a week ago. Sorry this took so long, I had a whole bunch of things that needed to be done first. The files are up at: http://www.davideous.com/modperlrpm/distrib/ Features of this RPM: -

Re: authentication via login form

1999-10-13 Thread Ofer Inbar
Gunther Birznieks [EMAIL PROTECTED] wrote: On Mon, 11 Oct 1999, Ofer Inbar wrote: Eugene Sotirescu [EMAIL PROTECTED] wrote: [...snipped...] When a browser session comes in without appropriate authentication cookies, they get a login screen. When they post username and password,

mod_perl, gcc and IRIX 6.5

1999-10-13 Thread Joel Reymont
Hi! Has anybody built mod_perl with gcc 2.8.1 on Irix 6.5? I managed to build apache 1.3.9 with DSO support but can't manage to build mod_perl 1.21. Thanks in advance, Joel

Apache::DBI MySQL

1999-10-13 Thread Viren Jain
I included the command "PerlModule Apache::DBI" in my mod_perl Apache configuration files. Yet, over time there builds up more connection in mysql than apache processes (only Apache/CGI should be accessing MySQL) and most processes seem to have very high "Time"s under the "sleep" stat

Re: Apache::DBI MySQL

1999-10-13 Thread Ken Williams
Do you really need the persistent connections when using mysql? Since mysql is so fast to connect, I've just been using regular DBI connection methods. I have one connection opened per request, and when the request is done, the connection gets closed. It's fast enough for me, you should do

Re: Apache::DBI MySQL

1999-10-13 Thread Perrin Harkins
Viren Jain wrote: I included the command "PerlModule Apache::DBI" in my mod_perl Apache configuration files. Yet, over time there builds up more connection in mysql than apache processes (only Apache/CGI should be accessing MySQL) and most processes seem to have very high "Time"s

ApacheCon 2000: Call for Presenters

1999-10-13 Thread Rodent of Unusual Size
Please forgive the one-time broad-spectrum spam.. I want to ensure that as many potentially interested parties have an opportunity to participate as possible, particularly since time is quite short until the submission deadline. Thanks for letting me invade your mailbox temporarily.. -BEGIN