|
Michael Oberg - Freiberuflicher EDV-Berater und Software-Entwickler Frame Version |
|
Apache
For the translation of the Apache of Web server see the section httpd-2.0.47 in COMPILE-MYLINUX.
The file /etc/httpd/httpd.conf contains the entire configuration of the Web server. In relation to the provided version /etc/httpd/httpdstd.conf the following adjustments were made:
- Integration of the modules mod_auth_pam and mod_auth_sys_group for the Authentification in opposite to LDAP. See in addition also pam_ldap. For compiling of the modules see the sections mod_auth_pam and to
php-4.3.2 in COMPILE-MYLINUX.
- Users and groups, among who the Web server runs, are in each case www run.
- Server names and mailaddresses of roots are indicated.
- Directory index permits the automatic execution of a PHP script index.php in place of index HTML,
if those does not contain URL a file -, but only one listing name.
- By ADD type PHP Skripts are made executable.
- The section "password secured myLinux Web applications" forces SSL coding for those
applications of Web, which query passwords.
- The section "Intranet Site example" forces SSL coding and password inquiry for certain CGI
Skripte (search function, directory) and Intranet documents.
- The section "Enabling htdig search..." makes it for the full text indication possible ht://dig to go around the Intranet in safety attitude. Thus also Intranet documents are indicated. The search function is password-protected (see previous point).
|