]> git.pld-linux.org Git - packages/mythplugins.git/blobdiff - http_servers_conf_tips.txt
- release 3 (by relup.sh)
[packages/mythplugins.git] / http_servers_conf_tips.txt
index 7ef1250aeb2ba9c533cc2a88834bcd1e37f65c3a..d7f797e2b2fe0cd28e30107eb3e059d01843158f 100644 (file)
@@ -1,16 +1,16 @@
 I. PASSWORD
-Distrubuted configs requires to set passwd
+Distributed configs require 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
+   htdigest.sh <username> mythweb <password> > /etc/webapps/mythweb/htdigest
    and then
-   chown lighthttpd /usr/share/mythweb/htdigest
+   chgrp lighttpd /etc/webapps/mythweb/htdigest
 
 II. PACKAGES
-Here are lists of packages which I had to* install 
-to run mythweb with 1) apache or 2) lighttpd servers 
+Here is list 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 
+*it is possible, that some are unnecessary
 
 1) apache
 apache-mod_alias
@@ -18,7 +18,6 @@ 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
This page took 0.031344 seconds and 4 git commands to generate.