Apache::ASP

2000-09-16 Thread Jordan T.
Hi, I downloaded mod_perl and Apache::ASP through cpan (and rpm) but i think something is wrong. when i start my /etc/rc.d/init.d/httpd it runs apache on port 80 and mod_perl on port 8200 (whats up with that?) and when i write ASP scripts that would work in NT the debugger never likes them.

Re: Apache::ASP

2000-09-16 Thread Ime Smits
| % | Application.Lock | Application("strDate") = Now | Application("CountVisitors") = Application("CountVisitors") + 1 | Application.Unlock | % That's VisualBasic script, Apache::ASP scripts are written in Perl: % $Application-Lock(); $Application-{"strDate"} = time;

perlfilter + mod_perl ?

2000-09-16 Thread Norbert Csongradi
Hi ! I created an encryption filter based on perlfilter (CPAN/modules/by-module/Filter by Paul Marquess). It's working very well in standard perl enviroment (command line, webserver without mod_perl enabled), but it does not work with mod_perl. It seems to be that it cannot modificate the source

usemymalloc mod_perl

2000-09-16 Thread Ian Kallen
I've seen some of the 'perl -V' outputs on this list over the years. Most people have usermymalloc=n but I've a seen a number of Solaris cases that have usemymalloc=y I have a system on Solaris 2.6 with usemymalloc=y and I have a very infrequent bug that usually manifests iteslef as corrupted

Re: usemymalloc mod_perl

2000-09-16 Thread Dave Rolsky
On Sat, 16 Sep 2000, Ian Kallen wrote: So, my question for this group: why would I want usemymalloc=y on Solaris 2.6? Besides having to rebuild a somewhat complex mod_perl compile, I'm not looking forward to rebuilding all libraries with XS code so any insight as to the ins and outs of