Re: Apache::ASP installation woes

2000-08-06 Thread Joel Cohen, Ph.D.
Hi guys, This is dreadful. Computer languages are utterly simple, at least to me. Unfortunately there is little or nothing logical about getting things set up so one can go ahead and 'speak' the language. This is the part I dread every time. Anyway I managed to get rid of

Re: Apache::ASP installation woes

2000-08-06 Thread Ime Smits
| Anyway, now I get | -- | [Sun Aug 6 00:17:55 2000] [error] Undefined subroutine Apache::ASP::handle | r called. | | Any ideas where that is coming from? There really is a handler subroutine | in

mod perl / ApacheDBI

2000-08-06 Thread Yann Neuhaus
Hi, As explained in the README of ApacheDBI I send a little question concerning this Module. Even if I used PerlModule Apache::DBI in httpd.conf and $Apache::DBI::DEBUG = 2; $Apache::AuthDBI::DEBUG = 2; in my perl script I have no output in /var/log/http-server-error_log So I don't

pictures from TPC / Jobs in Paris

2000-08-06 Thread Stas Bekman
1. Pics: As Victor Zamouline promised to post the pictures after the conference, here are they: http://www.jazzsecrets.com/albums/2000-07-monterey/ Enjoy! 2. Jobs: Make sure to visit http://jazzvalley.com -- the new cool place I've started to work at, a pure mod_perl/linux shop of

Re: how to check for ssl.

2000-08-06 Thread Jean-Denis Girard
$r-server-port() returns 0 $r-parsed_uri-port() and $r-parsed_uri-fragment() return nothing !!! ___cliff rayman___ a écrit : try these and see what they return: $r-server-port(); $r-parsed_uri-port(); -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Jean-Denis Girard wrote: For

Re: pictures from TPC / Jobs in Paris

2000-08-06 Thread Craig E Ransom
Hi Stas! linux, mod_perl and jazz, happen to live in Paris and are looking for a job I only qualify on 4 out of 5, sorry! (Hint: I live in Annapolis, Maryland, USA!) -- Craig (The Data Ferret) http://www.pcferret.com/ for RARS, NetClip Using Virtual Access 5.01 build 301 in Win98

Re: pictures from TPC / Jobs in Paris

2000-08-06 Thread Randal L. Schwartz
"Stas" == Stas Bekman [EMAIL PROTECTED] writes: Stas 1. Pics: Stas As Victor Zamouline promised to post the pictures after the conference, Stas here are they: Stas http://www.jazzsecrets.com/albums/2000-07-monterey/ My pictures are also up at

Re: Apache::ASP installation woes

2000-08-06 Thread Joel Cohen, Ph.D.
Hi, That does look like debugging output from Apache::ASP. Do you really have all dependencies right? What does a perl -cw any/path/to/your/Apache/ASP.pm say? Syntax OK. Seriously, if installing the CPAN module already exhausts all your resources, I won't even give Apache::ASP (or

Re: mod perl / ApacheDBI

2000-08-06 Thread G.W. Haywood
Hi there, On Sat, 5 Aug 2000, Yann Neuhaus wrote: - debug output, So where's this debug output? Are you running Apache? What happens if you type httpd -l ? 73, Ged.

Session woes -Anyone Please help.????

2000-08-06 Thread Jitesh Kumar
Hi, I have a login form where the visitor enters the UserID and Password. After authenticating from the database, I generate a unique key (some encrypted text) for every user. All I want is to store the generated key in the session variable so that I could retrieve the same on the subsequent