On 01-Sep-2000 Gerald Richter wrote:
>>
>> Basically what happens is that some times a page will hang while
> executing...
> 
> Is it a POST request? Is the page invoke by the mod_perl handler or do you
> call it from your own script via Execute?

POST & GET.  This happens by far the most when access via Netscape 4.75 for
PowerPC via HTTPS.  Doesn't happen as often on IE or Netscape on Windows or
Linux.

It's called as /dir/something.html.

-----------------
access.conf:

PerlRequire /etc/apache/startup.pl

SetEnv EMBERL_DEBUG 0
SetEnv EMBPERL_OPTIONS 2048
PerlSetEnv EMBPERL_FILESMATCH \.htm$
PerlSetEnv EMBPERL_FILESMATCH \.html$

<FilesMatch *.htm*>
    PerlSendHeader Off
    SetHandler  perl-script
    Options ExecCGI
    PerlHandler HTML::Embperl
    order allow,deny
    allow from all
</FilesMatch>

Regards,

Wim Kerkhoff, Software Engineer
NetMaster Networking Solutions
[EMAIL PROTECTED]

Reply via email to