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
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 d
I have apache 1.3.12 compiled as DSO and Perl 5.6.0 on SunOS 5.7, and I
tried to install mod_perl 1.2.4
as DSO according to documentation. The installation seems to have gone
smoothly,
although when running 'make test' I got a message that the test wasn't
available for mod_perl as DSO option yet.
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
| <%
| 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;
$Applicati
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. here