Apache-ASP

 view release on metacpan or  search on metacpan

ASP.pm  view on Meta::CPAN

8240
8241
8242
8243
8244
8245
8246
8247
8248
8249
8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
8264
  config setting.
 
 +Better pre-fork caching ... StatINC & StatINCMatch are now
  args for Apache::ASP->Loader(), so StatINC symbols loading
  may be done pre-fork and shared between httpds.  This lowers
  the child httpd init cost of StatINC.  Documented.
 
 +Made Apache::ASP Basic Authorization friendly so authentication
  can be handled by ASP scripts.  If AuthName and AuthType Apache
  config directives are set, and a $Response->{Status} is set to
  401, a user will be prompted for username/password authentication
  and the entered data will show up in ServerVariables as:
    $env = $Request->ServerVariables
    $env->{REMOTE_USER} = $env->{AUTH_USER} = username
    $env->{AUTH_PASSWD} = password
    $env->{AUTH_NAME}   = your realm
    $env->{AUTH_TYPE}   = 'Basic'
 
  This is the same place to find auth data as if Apache had some
  authentication handler deal with the auth phase separately.
 
 -MailErrorsTo should report the right file now that generates
  the error.
 
=item $VERSION = 0.15; $DATE="08/24/1999";

README  view on Meta::CPAN

5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
      config setting.
 
     +Better pre-fork caching ... StatINC & StatINCMatch are now
      args for Apache::ASP->Loader(), so StatINC symbols loading
      may be done pre-fork and shared between httpds.  This lowers
      the child httpd init cost of StatINC.  Documented.
 
     +Made Apache::ASP Basic Authorization friendly so authentication
      can be handled by ASP scripts.  If AuthName and AuthType Apache
      config directives are set, and a $Response->{Status} is set to
      401, a user will be prompted for username/password authentication
      and the entered data will show up in ServerVariables as:
        $env = $Request->ServerVariables
        $env->{REMOTE_USER} = $env->{AUTH_USER} = username
        $env->{AUTH_PASSWD} = password
        $env->{AUTH_NAME}   = your realm
        $env->{AUTH_TYPE}   = 'Basic'
 
      This is the same place to find auth data as if Apache had some
      authentication handler deal with the auth phase separately.
 
     -MailErrorsTo should report the right file now that generates
      the error.
 
$VERSION = 0.15; $DATE="08/24/1999";

site/changes.html  view on Meta::CPAN

2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
  config setting.
 
 +Better pre-fork caching ... StatINC & StatINCMatch are now
  args for Apache::ASP->Loader(), so StatINC symbols loading
  may be done pre-fork and shared between httpds.  This lowers
  the child httpd init cost of StatINC.  Documented.
 
 +Made Apache::ASP Basic Authorization friendly so authentication
  can be handled by ASP scripts.  If AuthName and AuthType Apache
  config directives are set, and a $Response->{Status} is set to
  401, a user will be prompted for username/password authentication
  and the entered data will show up in ServerVariables as:
    $env = $Request->ServerVariables
    $env->{REMOTE_USER} = $env->{AUTH_USER} = username
    $env->{AUTH_PASSWD} = password
    $env->{AUTH_NAME}   = your realm
    $env->{AUTH_TYPE}   = 'Basic'
 
  This is the same place to find auth data as if Apache had some
  authentication handler deal with the auth phase separately.
 
 -MailErrorsTo should report the right file now that generates
  the error.
</pre></font>
        



( run in 0.280 second using v1.01-cache-2.11-cpan-87723dcf8b7 )