File: extra.conf.in

package info (click to toggle)
libapache-singleton-perl 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 274; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<IfDefine APACHE2>
    PerlOptions +GlobalRequest
    # needed so $mod_perl::VERSION is available
    PerlModule mod_perl2
</IfDefine>
<IfDefine APACHE1>
    # needed so $mod_perl::VERSION is available
    PerlModule mod_perl
</IfDefine>

# RT #76244
# printer_instance.t expects the same apache to handle each request.
MaxClients 1

# vim: ft=apache