mpm.h revision c42ccf48451f7920b2fb390322c3ef4d89df4a17
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering/* ====================================================================
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * The Apache Software License, Version 1.1
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * Copyright (c) 2000 The Apache Software Foundation. All rights
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * Redistribution and use in source and binary forms, with or without
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * modification, are permitted provided that the following conditions
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * 1. Redistributions of source code must retain the above copyright
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * notice, this list of conditions and the following disclaimer.
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * 2. Redistributions in binary form must reproduce the above copyright
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * notice, this list of conditions and the following disclaimer in
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * the documentation and/or other materials provided with the
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * distribution.
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * 3. The end-user documentation included with the redistribution,
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * if any, must include the following acknowledgment:
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * "This product includes software developed by the
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * Apache Software Foundation (http://www.apache.org/)."
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * Alternately, this acknowledgment may appear in the software itself,
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * if and wherever such third-party acknowledgments normally appear.
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * 4. The names "Apache" and "Apache Software Foundation" must
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * not be used to endorse or promote products derived from this
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * software without prior written permission. For written
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * permission, please contact apache@apache.org.
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * 5. Products derived from this software may not be called "Apache",
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * nor may "Apache" appear in their name, without prior written
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * permission of the Apache Software Foundation.
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
f757855e81fc0bc116de372220096e532afb5cb8Lennart Poettering * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
#include "httpd.h"
#include "mpm_default.h"
#include "scoreboard.h"
#ifndef APACHE_MPM_PREFORK_H
#define APACHE_MPM_PREFORK_H
#define PREFORK_MPM
extern int ap_max_daemons_limit;
extern int ap_my_pid;