• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/apache/Config.in
Fabrice FontaineFabrice Fontaine committed bc5584fc90b12 Sep 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_APACHE
2
    bool "apache"
3
    select BR2_PACKAGE_APR_UTIL
4
    select BR2_PACKAGE_PCRE
5
    depends on !BR2_STATIC_LIBS
6
    depends on BR2_TOOLCHAIN_HAS_THREADS
7
    depends on BR2_USE_MMU # apr
8
    help
9
      The Apache HTTP Server Project is an effort to develop and maintain an
10
      open-source HTTP server for modern operating systems including UNIX
11
      and Windows NT. The goal of this project is to provide a secure,
12
      efficient and extensible server that provides HTTP services in sync
13
      with the current HTTP standards.
14
​
15
      http://httpd.apache.org
16
​
17
if BR2_PACKAGE_APACHE
18
​
19
choice
20
    prompt "Multi-Processing Module (MPM)"
21
    default BR2_PACKAGE_APACHE_MPM_WORKER
22
    help
23
      Select the Multi-Processing Module (MPM).
24
​
25
config BR2_PACKAGE_APACHE_MPM_EVENT
26
    bool "event"
27
    help
28
      A variant of the worker MPM with the goal of consuming threads
29
      only for connections with active processing
30
​
31
config BR2_PACKAGE_APACHE_MPM_PREFORK
32
    bool "prefork"
33
    help
34
      Implements a non-threaded, pre-forking web server
35
​
36
config BR2_PACKAGE_APACHE_MPM_WORKER
37
    bool "worker"
38
    help
39
      Implements a hybrid multi-threaded multi-process web server
40
​
41
endchoice
42
​
43
endif
44
​
45
comment "apache needs a toolchain w/ dynamic library, threads"
46
    depends on BR2_USE_MMU
47
    depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.