HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/share/doc/mod_perl/docs/user/config.cfg
use vars qw(@c);
@c = (
    id => 'user_guide_2.0',

    title => "User's guide",

    abstract => <<EOB,
All you need to know about using mod_perl 2.0
EOB

    group    => 'Introduction',
    chapters => [qw(
        intro/start_fast.pod
        intro/overview.pod
        design/design.pod
    )],

    group    => 'Installation',
    chapters => [qw(
        install/install.pod
        config/config.pod
        config/custom.pod
    )],

    group    => 'Coding',
    chapters => [qw(
        coding/coding.pod
        coding/cooking.pod
    )],

    group    => 'Porting',
    chapters => [qw(
        porting/porting.pod
        porting/compat.pod
    )],

    group    => 'mod_perl Handlers',
    chapters => [qw(
        handlers/intro.pod
        handlers/server.pod
        handlers/protocols.pod
        handlers/http.pod
        handlers/filters.pod
        handlers/general.pod
    )],

    group    => 'Performance',
    chapters => [qw(
        performance/prevent.pod
        performance/mpm.pod
    )],

    group    => 'Troubleshooting',
    chapters => [ qw(
          troubleshooting/troubleshooting.pod
          help/help.pod
    )],

    copy_glob => [qw(
        porting/code
        handlers/*.gif
        handlers/*.jpg
    )],

    changes => 'Changes.pod',
);