]> git.pld-linux.org Git - packages/mythplugins.git/blame - http_servers_conf_tips.txt
- few tips which packages install and how configure apache or lighttpd
[packages/mythplugins.git] / http_servers_conf_tips.txt
CommitLineData
684e0eb6 1I. PASSWORD
2Distrubuted configs requires to set passwd
31) for apache use package htpasswd-apache
42) for lighttpd use htdigest.sh script with arguments:
5 htdigest.sh <username> mythweb <password> > /usr/share/mythweb/htdigest
6 and then
7 chown lighthttpd /usr/share/mythweb/htdigest
8
9II. PACKAGES
10Here are lists of packages which I had to* install
11to run mythweb with 1) apache or 2) lighttpd servers
12and 3) php - always required.
13*it is possible, that some are unnecessary
14
151) apache
16apache-mod_alias
17apache-mod_rewrite
18apache-mod_authz_user
19apache-mod_env
20apache-mod_authz_groupfile
21apache-base
22apache-mod_authn_file
23apache-mod_auth_basic
24apache-mod_authz_host
25apache-mod_mime
26htpasswd-apache
27apache-mod_php
28apache-mod_auth
29apache-mod_dir
30apache-mod_unique_id
31
322) lighttpd
33lighttpd-mod_access
34lighttpd-mod_h264_streaming
35lighttpd-mod_auth
36lighttpd-mod_alias
37lighttpd-mod_mysql_vhost
38lighttpd-mod_dirlisting
39lighttpd-mod_evhost
40lighttpd-mod_cgi
41lighttpd-mod_setenv
42lighttpd
43lighttpd-mod_staticfile
44lighttpd-mod_indexfile
45lighttpd-mod_fastcgi
46lighttpd-mod_rewrite
47
483) php
49php-common
50php-pcre
51php-recode
52php-session
53php-dirs
54php-simplexml
55php-spl
56php-posix
57php-mysql
58php-fcgi
This page took 0.127289 seconds and 4 git commands to generate.