From 684e0eb6a90679677cc1edd463b08c833e3ec349 Mon Sep 17 00:00:00 2001 From: "w.kier" Date: Fri, 14 May 2010 11:56:11 +0000 Subject: [PATCH] - few tips which packages install and how configure apache or lighttpd to work with mythweb Changed files: http_servers_conf_tips.txt -> 1.1 --- http_servers_conf_tips.txt | 58 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 http_servers_conf_tips.txt diff --git a/http_servers_conf_tips.txt b/http_servers_conf_tips.txt new file mode 100644 index 0000000..7ef1250 --- /dev/null +++ b/http_servers_conf_tips.txt @@ -0,0 +1,58 @@ +I. PASSWORD +Distrubuted configs requires to set passwd +1) for apache use package htpasswd-apache +2) for lighttpd use htdigest.sh script with arguments: + htdigest.sh mythweb > /usr/share/mythweb/htdigest + and then + chown lighthttpd /usr/share/mythweb/htdigest + +II. PACKAGES +Here are lists of packages which I had to* install +to run mythweb with 1) apache or 2) lighttpd servers +and 3) php - always required. +*it is possible, that some are unnecessary + +1) apache +apache-mod_alias +apache-mod_rewrite +apache-mod_authz_user +apache-mod_env +apache-mod_authz_groupfile +apache-base +apache-mod_authn_file +apache-mod_auth_basic +apache-mod_authz_host +apache-mod_mime +htpasswd-apache +apache-mod_php +apache-mod_auth +apache-mod_dir +apache-mod_unique_id + +2) lighttpd +lighttpd-mod_access +lighttpd-mod_h264_streaming +lighttpd-mod_auth +lighttpd-mod_alias +lighttpd-mod_mysql_vhost +lighttpd-mod_dirlisting +lighttpd-mod_evhost +lighttpd-mod_cgi +lighttpd-mod_setenv +lighttpd +lighttpd-mod_staticfile +lighttpd-mod_indexfile +lighttpd-mod_fastcgi +lighttpd-mod_rewrite + +3) php +php-common +php-pcre +php-recode +php-session +php-dirs +php-simplexml +php-spl +php-posix +php-mysql +php-fcgi -- 2.43.0