ssl advice? modssl vs. apache-ssl vs. ?

2001-04-13 Thread Fred Toth
Hi all, Today, access control, tomorrow, e-commerce! I've been having a great time writing a mod_perl access control system, and I greatly appreciate all the help I've gotten from folks on this list. Now it's time to start working toward some e-commerce requirements, and I'm wondering if anyone

modperl question

2001-04-13 Thread John V. Jaskolski
I want to write a Web Hosting Control Panel for virtually hosting web sites (100 to 1000 per server). I am debating whether to write it in Perl, mod_perl or C. I want to write it in mod_perl because it would be faster than Perl and easier to write than C. However, In his article on modperl and

Re: umable to run cgi scripts under mod_perl

2001-04-13 Thread G.W. Haywood
Hi there, On Tue, 13 Mar 2001, Ratan Jha wrote: > Running mod_perl-1.22 apache-1.3.11 > > #!/usr/bin/perl > > print < > > This is a test > > > But where's the END? 73, Ged.

Re: Better FakeRequest.pm?

2001-04-13 Thread Andrew Ho
O Nameless One, S>Were testing some modperl code and some of the modules are dependant S>apon a request object to get data from... I looked into S>Apache::FakeRequest and it appears that It just returns the sub name as S>the data for the sub which doesn't provide true input. I have a script "apr

ANNOUNCE Apache::AuthTicket 0.31

2001-04-13 Thread Michael J Schout
The uploaded file Apache-AuthTicket-0.31.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthTicket-0.31.tar.gz size: 11958 bytes md5: b5224689b7823eb54b6e4f8190a20d69 No action is required on your part Request entered by: MSCHOUT (Michael Schout) Request ente

umable to run cgi scripts under mod_perl

2001-04-13 Thread Ratan Jha
Running mod_perl-1.22  apache-1.3.11 I want to run plain perl scripts under mod_perl using Apache:Registry. I amke a change to my httpd.conf file Alias /perl/ /usr/local/apache/perl/ SetHandler    perl-script PerlHandler    Apache::Registry Options  +ExecCGI PerlSendHeader On