Re: Query relating to Apache::ASP

2002-05-17 Thread Ranjeet
Sir, Thank you for  your reply , it was quite helpful.I have some query regarding apache server .if we change the httpd.conf for changing the default directory (localhost) the apcahe server gets corrupted . how is it possible to change the document root   With regards   Ranjeet - Orig

Re: Getting Gerald to the O'Reilly OpenSource Conference

2002-05-17 Thread ___cliff rayman___
hi gerald, i can't seem to get either one to accept a credit card payment. is anyone else having better luck? cliff Gerald Richter wrote: > Upgraded the account [EMAIL PROTECTED] to premium so I can accept Credit > Cards > Created a new account [EMAIL PROTECTED], which is free, but doesn't ac

Sending zip file to browser

2002-05-17 Thread Scott Chapman
I have a

Re: Embperl CGI and IIS howto

2002-05-17 Thread Gerald Richter
> > PerlEx - > after installation > I changed the file association for .epl from > > C:\perl\bin\perl.exe c:\mysite\embpcgi.pl %s > > to > > C:\perl\bin\PerlISEX.dll c:\mysite\embpcgi.pl %s > > ...but no luck there - is this vaguely right - any ideas? Perlex is not good for this, you can use

Re: EmbperlObject subcomponent inheritance (1.3.x)

2002-05-17 Thread Gerald Richter
> Question - does > > Execute('../init.epl') > > search EMBPERL_OBJECT_ADDPATH directories in addition to direct parent > directories? Yes > I think it should, but it's not finding my parent init.epl in > an ADDPATH directory. It finds the parent fine if I move the child > init.epl out of th

Re: Embperl 1.x question

2002-05-17 Thread Gerald Richter
> Is there any name-space available in > Embperl that I could use on a per-site basis with a single name? In 2.0 there is an application object, which is excatly for such a purpose. I have indrocuded it in b6 you can get a reference to it with $app = $req -> app ; and then store anything it i

Re: Getting Gerald to the O'Reilly OpenSource Conference

2002-05-17 Thread Gerald Richter
> > If it's only a problem for a few people, they can make a payment to > [EMAIL PROTECTED] (which is a commercial account) and then I can > transfer it to yours, rather than having to eat 3% on every > transaction. I don't think we gain anything here, because in that case the 3% are also subtrac

Re: Getting Gerald to the O'Reilly OpenSource Conference

2002-05-17 Thread Kee Hinckley
At 4:20 PM +0200 5/17/02, Gerald Richter - ecos gmbh wrote: >A note again. I have setup the paypal account as personal account, that is >it doesn't accept credit card payings. I can upgrade the account to accept >credit cards, then paypal will get about 3% of every paying. > >If this is easier to

Re: Embperl CGI and IIS howto

2002-05-17 Thread Oliver Harvey
thanks to Andrew, Randy, and Gerald I now have Embperl running as a CGI under IIS. I'm a bit stuck addressing the performance issue though - any help appreciated I've been looking at PerlEx, and FastCGI: PerlEx - after installation I changed the file association for .epl fr

Re: Getting Gerald to the O'Reilly OpenSource Conference

2002-05-17 Thread Gerald Richter - ecos gmbh
> > > > I will setup a paypal account during the next days and tell you the > > necessary informations. > > > > Done. The paypal account is now setup for the email address [EMAIL PROTECTED] > > Thanks again very much > A note again. I have setup the paypal account as personal account, that is i

Re[2]: Embperl 1.x question

2002-05-17 Thread Luiz Fernando B. Ribeiro
Hi Kee, Resposta a sua mensagem de quinta-feira, 16 de maio de 2002: Kee> ...I supposed I could make my object initializer do what his do Kee> (cache the pointer and return it on new calls), but do so on a Kee> per-site basis. The database handler (the DBI->connect object) should not be initia

Re: Getting Gerald to the O'Reilly OpenSource Conference

2002-05-17 Thread Gerald Richter - ecos gmbh
> > I will setup a paypal account during the next days and tell you the > necessary informations. > Done. The paypal account is now setup for the email address [EMAIL PROTECTED] Thanks again very much Gerald > - > Gerald Richter