]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- few tips which packages install and how configure apache or lighttpd
authorw.kier <w.kier@pld-linux.org>
Fri, 14 May 2010 11:56:11 +0000 (11:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  to work with mythweb

Changed files:
    http_servers_conf_tips.txt -> 1.1

http_servers_conf_tips.txt [new file with mode: 0644]

diff --git a/http_servers_conf_tips.txt b/http_servers_conf_tips.txt
new file mode 100644 (file)
index 0000000..7ef1250
--- /dev/null
@@ -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 <username> mythweb <password> > /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
This page took 0.216197 seconds and 4 git commands to generate.