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