ApacheDBI vs DBI for TicketMaster

2000-01-01 Thread Ed Loehr
My apache children are seg faulting due to some combination of DBI usage and the cookie-based authentication/authorization scheme from chapter 6 in the "eagle" book by L. Stein and D. MacEachern. I have read the ApacheDBI documentation, scoured mailing lists, deja.com, etc., but I'm hoping someon

Missing embperl.pl file in the tar of HTML-Embperl-1.2b9

2000-01-01 Thread Vijay
Hello,   I was reading the instructions for usage. As our server is Apache and I am not sure if I can use Embperl compiled into Apache with mod-perl as we are using cgi-wrapper. Hence, I wanted to use this as a CGI. I tried to locate the file embpcgi.pl to copy into my cgi-bin directory witho

LDAP authentication and mod_auth

2000-01-01 Thread Moshe Linzer
Hi, I have installed the ApacheAuthPerLDAP for mod_perl, to do authentication with an LDAP server. This is working fine, with the following config: Options Indexes FollowSymLinks Includes AllowOverride All AuthName "NSTA Web - LDAP Authentication" AuthType Basic PerlSetVar

installing ApacheDBI..

2000-01-01 Thread [EMAIL PROTECTED]
Hi, I've looked in the archives and the docs, but can't seem to find an answer. I can't be the only one having this problem. I'm trying to install ApacheDBI and it goes on fine, but whenever I try and use it I get a compilation error: Can't locate object method "module" via package "Apache" at

RE: Missing embperl.pl file in the tar of HTML-Embperl-1.2b9

2000-01-01 Thread Gerald Richter
  I was reading the instructions for usage. As our server is Apache and I am not sure if I can use Embperl compiled into Apache with mod-perl as we are using cgi-wrapper. Hence, I wanted to use this as a CGI. I tried to locate the file embpcgi.pl to copy into my cgi-bin directory

Re: installing ApacheDBI..

2000-01-01 Thread Edmund Mergl
"[EMAIL PROTECTED]" wrote: > > Hi, > > I've looked in the archives and the docs, but can't seem to find an answer. I can't >be the only one having this problem. I'm trying to install ApacheDBI and it goes on >fine, but whenever I try and use it I get a compilation error: > > Can't locate obje

Re: installing ApacheDBI..

2000-01-01 Thread Eric L. Brine
Apache::module() is defined in Apache.xs. I'm (wild) guessing you are not running under mod_perl or you have a broken install. http://perl.apache.org/guide/install.html#How_can_I_tell_whether_mod_perl_ answers: "How can I tell whether mod_perl is running?". ELB snippet from Apache.xs