apache: update descriptions
Taken from upstream website. Also remove parts that aren't up to date anymore. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
2d188fd37f
commit
31e0d618e5
1 changed files with 9 additions and 21 deletions
|
@ -58,13 +58,9 @@ define Package/apache/Default
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/apache/Default/description
|
define Package/apache/Default/description
|
||||||
The Apache Web Server is a powerful and flexible HTTP/1.1 compliant
|
The Apache HTTP Server Project is a collaborative software development
|
||||||
web server. Originally designed as a replacement for the NCSA HTTP
|
effort aimed at creating a robust, commercial-grade, featureful, and
|
||||||
Server, it has grown to be the most popular web server on the Internet.
|
freely-available source code implementation of an HTTP (Web) server.
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/apache/config
|
|
||||||
source "$(SOURCE)/Config.in"
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/apache
|
define Package/apache
|
||||||
|
@ -75,18 +71,9 @@ endef
|
||||||
|
|
||||||
define Package/apache/description
|
define Package/apache/description
|
||||||
$(call Package/apache/Default/description)
|
$(call Package/apache/Default/description)
|
||||||
.
|
|
||||||
This package contains the Apache web server and utility programs.
|
This package contains the Apache web server and utility programs.
|
||||||
.
|
|
||||||
Take care that you don't include apache at the moment into your image
|
|
||||||
please select it only as module because busybox will override
|
|
||||||
/usr/sbin/httpd. It'll be solved soon. If you need to include this
|
|
||||||
package in the image anyway, remove httpd from busybox
|
|
||||||
(Base system --> Configuration --> Networking Utilities --> httpd).
|
|
||||||
Also you should take care for the initscripts, apache's httpd isn't
|
|
||||||
compatible with the one from busybox, so if you want to use apache
|
|
||||||
for running your webif, you'll need to change the parameters in the
|
|
||||||
scripts and configure the rest in /etc/httpd.conf.
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/apache/conffiles
|
define Package/apache/conffiles
|
||||||
|
@ -142,8 +129,9 @@ endef
|
||||||
|
|
||||||
define Package/apache-icons/description
|
define Package/apache-icons/description
|
||||||
$(call Package/apache/Default/description)
|
$(call Package/apache/Default/description)
|
||||||
.
|
|
||||||
This package contains the icons from Apache.
|
This package contains the icons from Apache.
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/apache-suexec
|
define Package/apache-suexec
|
||||||
|
|
Loading…
Reference in a new issue