]> git.pld-linux.org Git - packages/mythplugins.git/blob - http_servers_conf_tips.txt
- few tips which packages install and how configure apache or lighttpd
[packages/mythplugins.git] / http_servers_conf_tips.txt
1 I. PASSWORD
2 Distrubuted configs requires 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> > /usr/share/mythweb/htdigest
6    and then
7    chown lighthttpd /usr/share/mythweb/htdigest
8
9 II. PACKAGES
10 Here are lists 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-base
22 apache-mod_authn_file
23 apache-mod_auth_basic
24 apache-mod_authz_host
25 apache-mod_mime
26 htpasswd-apache
27 apache-mod_php
28 apache-mod_auth
29 apache-mod_dir
30 apache-mod_unique_id
31
32 2) lighttpd
33 lighttpd-mod_access
34 lighttpd-mod_h264_streaming
35 lighttpd-mod_auth
36 lighttpd-mod_alias
37 lighttpd-mod_mysql_vhost
38 lighttpd-mod_dirlisting
39 lighttpd-mod_evhost
40 lighttpd-mod_cgi
41 lighttpd-mod_setenv
42 lighttpd
43 lighttpd-mod_staticfile
44 lighttpd-mod_indexfile
45 lighttpd-mod_fastcgi
46 lighttpd-mod_rewrite
47
48 3) php
49 php-common
50 php-pcre
51 php-recode
52 php-session
53 php-dirs
54 php-simplexml
55 php-spl
56 php-posix
57 php-mysql
58 php-fcgi
This page took 0.032868 seconds and 3 git commands to generate.