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