Skip to content

Question: get_apache_model #21

@somethingweird

Description

@somethingweird

In get_apache_model()

my $model = $process_name -l | egrep "worker.c|prefork.c";

doesn't work in CENTOS 7.0 when I switch over from prefork to mpm

I had to hack the code to use $process_name -V | egrep "worker|prefork" to determine mpm/worker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions