Changeset 1082
- Timestamp:
- 03/26/08 20:15:33
(6 months ago)
- Author:
- rats
- Message:
* Fixed #1128: fastcgi idle timeout
* Fixed #869: SUGGESTION: check if mysqld is running before starting installer
* Fixed #1135: php and cgi options in the hosting plans
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1081 |
r1082 |
|
| 3 | 3 | |
|---|
| 4 | 4 | 2008-03-26 Benedikt Heintel |
|---|
| | 5 | - CONFIGS: |
|---|
| | 6 | * Fixed #1128: fastcgi idle timeout |
|---|
| | 7 | - DOCU: |
|---|
| | 8 | * Fixed #869: SUGGESTION: check if mysqld is running before starting installer |
|---|
| 5 | 9 | - GUI: |
|---|
| 6 | 10 | * Fixed #1135: php and cgi options in the hosting plans |
|---|
| r1047 |
r1082 |
|
| 22 | 22 | FastCgiIpcDir /var/lib/apache2/fastcgi |
|---|
| 23 | 23 | |
|---|
| 24 | | FastCgiConfig -minProcesses 1 \ |
|---|
| 25 | | -maxProcesses 400 \ |
|---|
| 26 | | -maxClassProcesses 5 \ |
|---|
| 27 | | -multiThreshold 80 \ |
|---|
| 28 | | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| 31 | | # -singleThreshold 100 \ |
|---|
| 32 | | # -autoUpdate \ |
|---|
| 33 | | # -pass-header HTTP_AUTHORIZATION |
|---|
| | 24 | FastCgiConfig -minProcesses 1 \ |
|---|
| | 25 | -maxProcesses 400 \ |
|---|
| | 26 | -maxClassProcesses 5 \ |
|---|
| | 27 | -multiThreshold 80 \ |
|---|
| | 28 | -killInterval 60 \ |
|---|
| | 29 | -startDelay 5 |
|---|
| | 30 | # -singleThreshold 100 \ |
|---|
| | 31 | # -autoUpdate \ |
|---|
| | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| … | … | |
| 42 | 41 | |
|---|
| 43 | 42 | <Location /php{PHP_VERSION}/php{PHP_VERSION}-fcgi-starter> |
|---|
| 44 | | SetHandler fastcgi-script |
|---|
| 45 | | Options +ExecCGI |
|---|
| | 43 | SetHandler fastcgi-script |
|---|
| | 44 | Options +ExecCGI |
|---|
| 46 | 45 | </Location> |
|---|
| 47 | 46 | |
|---|
| r1047 |
r1082 |
|
| 22 | 22 | FastCgiIpcDir /var/lib/apache2/fastcgi2 |
|---|
| 23 | 23 | |
|---|
| 24 | | FastCgiConfig -minProcesses 1 \ |
|---|
| 25 | | -maxProcesses 400 \ |
|---|
| 26 | | -maxClassProcesses 5 \ |
|---|
| 27 | | -multiThreshold 80 \ |
|---|
| 28 | | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| 31 | | # -singleThreshold 100 \ |
|---|
| 32 | | # -autoUpdate \ |
|---|
| 33 | | # -pass-header HTTP_AUTHORIZATION |
|---|
| | 24 | FastCgiConfig -minProcesses 1 \ |
|---|
| | 25 | -maxProcesses 400 \ |
|---|
| | 26 | -maxClassProcesses 5 \ |
|---|
| | 27 | -multiThreshold 80 \ |
|---|
| | 28 | -killInterval 60 \ |
|---|
| | 29 | -startDelay 5 |
|---|
| | 30 | # -singleThreshold 100 \ |
|---|
| | 31 | # -autoUpdate \ |
|---|
| | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| … | … | |
| 42 | 41 | |
|---|
| 43 | 42 | <Location /php{PHP_VERSION}/php{PHP_VERSION}-fcgi-starter> |
|---|
| 44 | | SetHandler fastcgi-script |
|---|
| 45 | | Options +ExecCGI |
|---|
| | 43 | SetHandler fastcgi-script |
|---|
| | 44 | Options +ExecCGI |
|---|
| 46 | 45 | </Location> |
|---|
| 47 | 46 | |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r907 |
r1082 |
|
| 28 | 28 | FastCgiWrapper On |
|---|
| 29 | 29 | FastCgiIpcDir /var/lib/apache2/fastcgi |
|---|
| 30 | | FastCgiConfig -minProcesses 1 -maxProcesses 10 -singleThreshold 100 |
|---|
| 31 | | #-killInterval 300 \ |
|---|
| 32 | | #-autoUpdate \ |
|---|
| 33 | | #-idle-timeout 240 \ |
|---|
| 34 | | #-pass-header HTTP_AUTHORIZATION |
|---|
| | 30 | FastCgiConfig -minProcesses 1 \ |
|---|
| | 31 | -maxProcesses 400 \ |
|---|
| | 32 | -maxClassProcesses 5 \ |
|---|
| | 33 | -multiThreshold 80 \ |
|---|
| | 34 | -killInterval 60 \ |
|---|
| | 35 | -startDelay 5 |
|---|
| | 36 | # -singleThreshold 100 \ |
|---|
| | 37 | # -autoUpdate \ |
|---|
| | 38 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 35 | 39 | |
|---|
| 36 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 40 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 37 | 41 | |
|---|
| 38 | 42 | # |
|---|
| … | … | |
| 43 | 47 | |
|---|
| 44 | 48 | <Location /php{PHP_VERSION}/php{PHP_VERSION}-fcgi-starter> |
|---|
| 45 | | SetHandler fastcgi-script |
|---|
| 46 | | Options +ExecCGI |
|---|
| | 49 | SetHandler fastcgi-script |
|---|
| | 50 | Options +ExecCGI |
|---|
| 47 | 51 | </Location> |
|---|
| 48 | 52 | |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r1059 |
r1082 |
|
| 27 | 27 | -multiThreshold 80 \ |
|---|
| 28 | 28 | -killInterval 60 \ |
|---|
| 29 | | -startDelay 5 \ |
|---|
| 30 | | -idle-timeout 300 |
|---|
| | 29 | -startDelay 5 |
|---|
| 31 | 30 | # -singleThreshold 100 \ |
|---|
| 32 | 31 | # -autoUpdate \ |
|---|
| 33 | 32 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 34 | 33 | |
|---|
| 35 | | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 34 | FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300 |
|---|
| 36 | 35 | |
|---|
| 37 | 36 | # |
|---|
| r1047 |
r1082 |
|
| 79 | 79 | smtpd_sasl_auth_enable = yes |
|---|
| 80 | 80 | smtpd_sasl2_auth_enable = yes |
|---|
| 81 | | smtpd_sasl_security_options = noanonymous, noplaintext |
|---|
| | 81 | smtpd_sasl_security_options = noanonymous |
|---|
| 82 | 82 | smtpd_sasl_local_domain = |
|---|
| 83 | 83 | broken_sasl_auth_clients = yes |
|---|
| r1044 |
r1082 |
|
| 52 | 52 | 4) Installation |
|---|
| 53 | 53 | --------------- |
|---|
| 54 | | Make sure you are logged in as root. |
|---|
| | 54 | Make sure you are logged in as root and MySQL is running. |
|---|
| 55 | 55 | |
|---|
| 56 | 56 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| … | … | |
| 150 | 150 | 5) Update |
|---|
| 151 | 151 | --------- |
|---|
| 152 | | Make sure you are logged in as root. |
|---|
| | 152 | Make sure you are logged in as root and MySQL is running. |
|---|
| 153 | 153 | |
|---|
| 154 | 154 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| r1050 |
r1082 |
|
| 53 | 53 | 4) Installation |
|---|
| 54 | 54 | --------------- |
|---|
| 55 | | Make sure you are logged in as root. |
|---|
| | 55 | Make sure you are logged in as root and MySQL is running. |
|---|
| 56 | 56 | |
|---|
| 57 | 57 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| … | … | |
| 129 | 129 | 5) Update |
|---|
| 130 | 130 | --------- |
|---|
| 131 | | Make sure you are logged in as root. |
|---|
| | 131 | Make sure you are logged in as root and MySQL is running. |
|---|
| 132 | 132 | |
|---|
| 133 | 133 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| r1044 |
r1082 |
|
| 51 | 51 | 4) Installation |
|---|
| 52 | 52 | --------------- |
|---|
| 53 | | Make sure you are logged in as root. |
|---|
| | 53 | Make sure you are logged in as root and MySQL is running. |
|---|
| 54 | 54 | |
|---|
| 55 | 55 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| … | … | |
| 149 | 149 | 5) Update |
|---|
| 150 | 150 | --------- |
|---|
| 151 | | Make sure you are logged in as root. |
|---|
| | 151 | Make sure you are logged in as root and MySQL is running. |
|---|
| 152 | 152 | |
|---|
| 153 | 153 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| r1050 |
r1082 |
|
| 54 | 54 | 4) Installation |
|---|
| 55 | 55 | --------------- |
|---|
| 56 | | Make sure you are logged in as root. |
|---|
| | 56 | Make sure you are logged in as root and MySQL is running. |
|---|
| 57 | 57 | |
|---|
| 58 | 58 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| … | … | |
| 97 | 97 | 5) Update |
|---|
| 98 | 98 | --------- |
|---|
| 99 | | Make sure you are logged in as root. |
|---|
| | 99 | Make sure you are logged in as root and MySQL is running. |
|---|
| 100 | 100 | |
|---|
| 101 | 101 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| r1044 |
r1082 |
|
| 51 | 51 | 4) Installation |
|---|
| 52 | 52 | --------------- |
|---|
| 53 | | Make sure you are logged in as root. |
|---|
| | 53 | Make sure you are logged in as root and MySQL is running. |
|---|
| 54 | 54 | |
|---|
| 55 | 55 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| … | … | |
| 102 | 102 | 5) Update |
|---|
| 103 | 103 | --------- |
|---|
| 104 | | Make sure you are logged in as root. |
|---|
| | 104 | Make sure you are logged in as root and MySQL is running. |
|---|
| 105 | 105 | |
|---|
| 106 | 106 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| r1044 |
r1082 |
|
| 52 | 52 | 4) Installation |
|---|
| 53 | 53 | --------------- |
|---|
| 54 | | Make sure you are logged in as root. |
|---|
| | 54 | Make sure you are logged in as root and MySQL is running. |
|---|
| 55 | 55 | |
|---|
| 56 | 56 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| … | … | |
| 174 | 174 | 5) Update |
|---|
| 175 | 175 | --------- |
|---|
| 176 | | Make sure you are logged in as root. |
|---|
| | 176 | Make sure you are logged in as root and MySQL is running. |
|---|
| 177 | 177 | |
|---|
| 178 | 178 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| r1049 |
r1082 |
|
| 72 | 72 | 4) Installation |
|---|
| 73 | 73 | --------------- |
|---|
| 74 | | Make sure you are logged in as root. |
|---|
| | 74 | Make sure you are logged in as root and MySQL is running. |
|---|
| 75 | 75 | |
|---|
| 76 | 76 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| … | … | |
| 143 | 143 | 5) Update |
|---|
| 144 | 144 | --------- |
|---|
| 145 | | Make sure you are logged in as root. |
|---|
| | 145 | Make sure you are logged in as root and MySQL is running. |
|---|
| 146 | 146 | |
|---|
| 147 | 147 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| r1044 |
r1082 |
|
| 54 | 54 | 4) Installation |
|---|
| 55 | 55 | --------------- |
|---|
| 56 | | Make sure you are logged in as root. |
|---|
| | 56 | Make sure you are logged in as root and MySQL is running. |
|---|
| 57 | 57 | |
|---|
| 58 | 58 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| … | … | |
| 103 | 103 | 5) Update |
|---|
| 104 | 104 | --------- |
|---|
| 105 | | Make sure you are logged in as root. |
|---|
| | 105 | Make sure you are logged in as root and MySQL is running. |
|---|
| 106 | 106 | |
|---|
| 107 | 107 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| r1044 |
r1082 |
|
| 53 | 53 | 4) Installation |
|---|
| 54 | 54 | --------------- |
|---|
| 55 | | Make sure you are logged in as root. |
|---|
| | 55 | Make sure you are logged in as root and MySQL is running. |
|---|
| 56 | 56 | |
|---|
| 57 | 57 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| … | … | |
| 118 | 118 | 5) Update |
|---|
| 119 | 119 | --------- |
|---|
| 120 | | Make sure you are logged in as root. |
|---|
| | 120 | Make sure you are logged in as root and MySQL is running. |
|---|
| 121 | 121 | |
|---|
| 122 | 122 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| r1013 |
r1082 |
|
| 4 | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| 5 | 5 | # http://www.molesoftware.com |
|---|
| 6 | | # Copyright (c) 2006-2007 by isp Control Panel |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| 7 | 7 | # http://isp-control.net |
|---|
| 8 | 8 | # |
|---|
| … | … | |
| 288 | 288 | my $dmn_backup_dir = $main::cfg{'APACHE_WWW_DIR'}."/$dmn_name/backups"; |
|---|
| 289 | 289 | |
|---|
| | 290 | # |
|---|
| | 291 | # User Database Backup |
|---|
| | 292 | # |
|---|
| | 293 | |
|---|
| | 294 | if (! -d $dmn_backup_dir) { |
|---|
| | 295 | $rs = make_dir($dmn_backup_dir, $domain_uid, $domain_gid, 0770); |
|---|
| | 296 | |
|---|
| | 297 | return $rs if ($rs != 0); |
|---|
| | 298 | } |
|---|
| | 299 | |
|---|
| 290 | 300 | if ($zip eq "bzip2") { |
|---|
| 291 | 301 | $backup_filename = "$dmn_name-backup-$date.tar.bz2"; |
|---|
| … | … | |
| 302 | 312 | |
|---|
| 303 | 313 | return 1; |
|---|
| 304 | | } |
|---|
| 305 | | |
|---|
| 306 | | # |
|---|
| 307 | | # User Database Backup |
|---|
| 308 | | # |
|---|
| 309 | | |
|---|
| 310 | | if (! -d $dmn_backup_dir) { |
|---|
| 311 | | $rs = make_dir($dmn_backup_dir, $domain_uid, $domain_gid, 0770); |
|---|
| 312 | | |
|---|
| 313 | | return $rs if ($rs != 0); |
|---|
| 314 | 314 | } |
|---|
| 315 | 315 | |
|---|
| r1072 |
r1082 |
|
| 50 | 50 | RC2 => 3, |
|---|
| 51 | 51 | RC3 => 4, |
|---|
| | 52 | RC4 => 5, |
|---|
| 52 | 53 | }; |
|---|
| 53 | 54 | |
|---|
| … | … | |
| 131 | 132 | \t(3) ispCP OMEGA 1.0.0 RC2 (incl. b and c) |
|---|
| 132 | 133 | \t(4) ispCP OMEGA 1.0.0 RC3 |
|---|
| | 134 | \t(5) ispCP OMEGA 1.0.0 RC4 |
|---|
| 133 | 135 | \t(0) abort |
|---|
| 134 | 136 | MSG |
|---|
| … | … | |
| 140 | 142 | chop($rdata); |
|---|
| 141 | 143 | |
|---|
| 142 | | while ($rdata < 0 || $rdata > 4) { |
|---|
| | 144 | while ($rdata < 0 || $rdata > 5) { |
|---|
| 143 | 145 | print STDOUT "\tPlease select an item mentioned above: "; |
|---|
| 144 | 146 | $rdata = readline(\*STDIN); |
|---|
| … | … | |
| 779 | 781 | } |
|---|
| 780 | 782 | |
|---|
| | 783 | sub patch_ispcp_rc4() { |
|---|
| | 784 | push_el(\@main::el, 'patch_ispcp_rc4()', 'Starting...'); |
|---|
| | 785 | |
|---|
| | 786 | print STDOUT "\tNothing to do."; |
|---|
| | 787 | |
|---|
| | 788 | push_el(\@main::el, 'patch_ispcp_rc4()', 'Ending...'); |
|---|
| | 789 | return 0; |
|---|
| | 790 | } |
|---|
| | 791 | |
|---|
| 781 | 792 | sub prepare_update { |
|---|
| 782 | 793 | my ($rs, $rdata) = (undef, undef); |
|---|
| … | … | |
| 820 | 831 | } |
|---|
| 821 | 832 | } |
|---|
| 822 | | # ispCP 1.0.0 RC2/3 Update |
|---|
| 823 | | elsif ($main::ua{'update'} >= RC2) { |
|---|
| | 833 | # ispCP 1.0.0 RC2/3/4 Update |
|---|
| | 834 | elsif ($main::ua{'update'} >= RC3) { |
|---|
| 824 | 835 | stop_services("/tmp/vhcs2-backup-all.lock"); |
|---|
| 825 | 836 | |
|---|
| … | … | |
| 846 | 857 | $rs = patch_ispcp_rc3(); |
|---|
| 847 | 858 | } |
|---|
| | 859 | if ($rs == 0) { |
|---|
| | 860 | $rs = patch_ispcp_rc4(); |
|---|
| | 861 | } |
|---|
| 848 | 862 | } |
|---|
| 849 | 863 | # ispCP 1.0.0 RC3 |
|---|
| 850 | 864 | elsif ($main::ua{'update'} eq RC3) { |
|---|
| 851 | 865 | $rs = patch_ispcp_rc3(); |
|---|
| | 866 | if ($rs == 0) { |
|---|
| | 867 | $rs = patch_ispcp_rc4(); |
|---|
| | 868 | } |
|---|
| | 869 | } |
|---|
| | 870 | # ispCP 1.0.0 RC4 |
|---|
| | 871 | elsif ($main::ua{'update'} eq RC4) { |
|---|
| | 872 | $rs = patch_ispcp_rc4(); |
|---|
| 852 | 873 | } |
|---|
| 853 | 874 | |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>