summaryrefslogtreecommitdiffstats
path: root/rules/apache2.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-11-04 13:20:33 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-11-04 13:20:33 +0000
commit614400b337208d6fb6b0964985dd77df8745334b (patch)
tree5b91398b25c1117410d70279bfbd5db0815e1770 /rules/apache2.in
parent759d439a87555d40c84336ed15486305c7cb010d (diff)
downloadptxdist-614400b337208d6fb6b0964985dd77df8745334b.tar.gz
ptxdist-614400b337208d6fb6b0964985dd77df8745334b.tar.xz
more apache config options
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3321 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/apache2.in')
-rw-r--r--rules/apache2.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/rules/apache2.in b/rules/apache2.in
index 72d4dd521..f4663a594 100644
--- a/rules/apache2.in
+++ b/rules/apache2.in
@@ -2,6 +2,7 @@ menuconfig APACHE2
bool "Apache 2 HTTP Server"
prompt "Apache 2 HTTP server"
select EXPAT
+ select GLIBC_LIBRT
config APACHE2_DEFAULTCONFIG
prompt "install default config file"
@@ -12,6 +13,32 @@ config APACHE2_DEFAULTCONFIG
This uses a generic configuration file for your apache. There is
nothing special in it, so you should check it before using.
+config APACHE2_LISTEN
+ depends on APACHE2_DEFAULTCONFIG
+ string
+ default "0.0.0.0:80"
+ prompt "LISTEN"
+ help
+ LISTEN entry in httpd.conf; this entry must contain a server
+ name or IP and a port, for example "0.0.0.0:80" to listen
+ on all interfaces.
+
+config APACHE2_SERVERNAME
+ depends on APACHE2_DEFAULTCONFIG
+ string
+ default "localhost"
+ prompt "SERVERNAME"
+ help
+ SERVERNAME entry in httpd.conf
+
+config APACHE2_SERVERADMIN
+ depends on APACHE2_DEFAULTCONFIG
+ string
+ default "foo\@bar"
+ prompt "SERVERADMIN"
+ help
+ SERVERADMIN entry in httpd.conf
+
config APACHE2_USER_CONFIG
depends on APACHE2 && !APACHE2_DEFAULTCONFIG
string