mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 18:17:14 +08:00
89f5fdf6ea
- added some makedeps - fixed some pkgs - broken pkgs: 7
16 lines
448 B
Makefile
16 lines
448 B
Makefile
# Configuration file for the httpd service.
|
|
|
|
#
|
|
# The default processing model (MPM) is the process-based
|
|
# 'prefork' model. A thread-based model, 'worker', is also
|
|
# available, but does not work with some modules (such as PHP).
|
|
# The service must be stopped before changing this variable.
|
|
#
|
|
#HTTPD=/usr/sbin/httpd.worker
|
|
|
|
#
|
|
# To pass additional options (for instance, -D definitions) to the
|
|
# httpd binary at startup, set OPTIONS here.
|
|
#
|
|
#OPTIONS=
|