Changeset 998
- Timestamp:
- 02/12/08 12:06:36
(7 months ago)
- Author:
- joximu
- Message:
opensuse103: config, makefiles & package list - needs a test...
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r997 |
r998 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | |
|---|
| | 4 | 2008-02-12 Christian Hernmarck |
|---|
| | 5 | - DISTS: |
|---|
| | 6 | openSuSE10 (10.3): |
|---|
| | 7 | * improved package list (smaller), repositories - with howto |
|---|
| | 8 | * corrected the config & Makefile to for openSuSE 10.3 - should also fit to 10.2 |
|---|
| 3 | 9 | |
|---|
| 4 | 10 | 2008-02-11 Christian Hernmarck |
|---|
| r973 |
r998 |
|
| 5 | 5 | |
|---|
| 6 | 6 | if test $(HOST_OS) = opensuse10 ; then \ |
|---|
| 7 | | cp ./ispcp.conf $(SYSTEM_CONF) ; \ |
|---|
| 8 | | cd ./apache && $(MAKE) install ; cd .. ; \ |
|---|
| 9 | | cd ./bind && $(MAKE) install ; cd .. ; \ |
|---|
| 10 | | cd ./cron.d && $(MAKE) install ; cd .. ; \ |
|---|
| 11 | | cd ./database && $(MAKE) install ; cd .. ; \ |
|---|
| 12 | | cd ./init.d && $(MAKE) install ; cd .. ; \ |
|---|
| 13 | | cd ./postfix && $(MAKE) install ; cd .. ; \ |
|---|
| 14 | | cd ./courier && $(MAKE) install ; cd .. ; \ |
|---|
| 15 | | cd ./proftpd && $(MAKE) install ; cd .. ; \ |
|---|
| 16 | | cd ./logrotate && $(MAKE) install ; cd .. ; \ |
|---|
| | 7 | cp ./ispcp.conf $(SYSTEM_CONF) ; \ |
|---|
| | 8 | cd ./apache && $(MAKE) install ; cd .. ; \ |
|---|
| | 9 | cd ./bind && $(MAKE) install ; cd .. ; \ |
|---|
| | 10 | cd ./courier && $(MAKE) install ; cd .. ; \ |
|---|
| | 11 | cd ./cron.d && $(MAKE) install ; cd .. ; \ |
|---|
| | 12 | cd ./database && $(MAKE) install ; cd .. ; \ |
|---|
| | 13 | cd ./fcgi && $(MAKE) install ; cd .. ; \ |
|---|
| | 14 | cd ./init.d && $(MAKE) install ; cd .. ; \ |
|---|
| | 15 | cd ./logrotate && $(MAKE) install ; cd .. ; \ |
|---|
| | 16 | cd ./postfix && $(MAKE) install ; cd .. ; \ |
|---|
| | 17 | cd ./proftpd && $(MAKE) install ; cd .. ; \ |
|---|
| 17 | 18 | fi |
|---|
| 18 | 19 | |
|---|
| … | … | |
| 20 | 21 | |
|---|
| 21 | 22 | if test $(HOST_OS) = opensuse10 ; then \ |
|---|
| 22 | | rm -rf $(SYSTEM_CONF)/ispcp.conf ; \ |
|---|
| 23 | | cd ./apache && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 24 | | cd ./bind && $(MAKE) uninstall ; cd .. ; \ |
|---|
| | 23 | rm -rf $(SYSTEM_CONF)/ispcp.conf ; \ |
|---|
| | 24 | cd ./apache && $(MAKE) uninstall ; cd .. ; \ |
|---|
| | 25 | cd ./bind && $(MAKE) uninstall ; cd .. ; \ |
|---|
| | 26 | cd ./courier && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 25 | 27 | cd ./cron.d && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 26 | 28 | cd ./database && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 27 | | cd ./init.d && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 28 | | cd ./postfix && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 29 | | cd ./courier && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 30 | | cd ./proftpd && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 31 | | cd ./logrotate && $(MAKE) uninstall ; cd .. ; \ |
|---|
| | 29 | cd ./fcgi && $(MAKE) uninstall ; cd .. ; \ |
|---|
| | 30 | cd ./init.d && $(MAKE) uninstall ; cd .. ; \ |
|---|
| | 31 | cd ./logrotate && $(MAKE) uninstall ; cd .. ; \ |
|---|
| | 32 | cd ./postfix && $(MAKE) uninstall ; cd .. ; \ |
|---|
| | 33 | cd ./proftpd && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 32 | 34 | fi |
|---|
| 33 | | |
|---|
| 34 | | |
|---|
| r969 |
r998 |
|
| 1 | | ROOT_APACHE_CONF=$(ROOT_CONF)/apache2/conf.d |
|---|
| | 1 | ROOT_APACHE_CONF=$(ROOT_CONF)/apache2 |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | export |
|---|
| … | … | |
| 5 | 5 | install: |
|---|
| 6 | 6 | |
|---|
| 7 | | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/apache2 |
|---|
| | 7 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/apache |
|---|
| 8 | 8 | $(SYSTEM_MAKE_DIRS) $(ROOT_APACHE_CONF) |
|---|
| 9 | | $(SYSTEM_MAKE_DIRS) $(ROOT_APACHE_CONF)/modules.d |
|---|
| | 9 | $(SYSTEM_MAKE_DIRS) $(ROOT_APACHE_CONF)/conf.d |
|---|
| 10 | 10 | $(SYSTEM_MAKE_DIRS) $(ROOT_APACHE_CONF)/ispcp |
|---|
| 11 | 11 | |
|---|
| 12 | | cp ./httpd.conf ./working/ispcp.conf |
|---|
| 13 | | cp ./httpd.conf ./parts/ispcp_base.tpl |
|---|
| 14 | | cp ./fastcgi.conf ./working/fastcgi_ispcp.conf |
|---|
| | 12 | cp ./httpd.conf $(SYSTEM_CONF)/apache |
|---|
| | 13 | cp ./00_master.conf $(SYSTEM_CONF)/apache |
|---|
| | 14 | cp ./01_awstats.conf $(SYSTEM_CONF)/apache |
|---|
| | 15 | cp -R ./backup $(SYSTEM_CONF)/apache |
|---|
| | 16 | cp -R ./parts $(SYSTEM_CONF)/apache |
|---|
| | 17 | cp -R ./working $(SYSTEM_CONF)/apache |
|---|
| 15 | 18 | |
|---|
| 16 | | cp ./httpd.conf $(SYSTEM_CONF)/apache2 |
|---|
| 17 | | cp ./00_master.conf $(SYSTEM_CONF)/apache2 |
|---|
| 18 | | cp -R ./backup $(SYSTEM_CONF)/apache2 |
|---|
| 19 | | cp -R ./parts $(SYSTEM_CONF)/apache2 |
|---|
| 20 | | cp -R ./working $(SYSTEM_CONF)/apache2 |
|---|
| | 19 | cp ./httpd.conf $(SYSTEM_CONF)/apache/working/ispcp.conf |
|---|
| | 20 | cp ./httpd.conf $(SYSTEM_CONF)/apache/parts/ispcp_base.tpl |
|---|
| 21 | 21 | |
|---|
| 22 | | cp -R ./working/fastcgi_ispcp.conf ${ROOT_APACHE_CONF}/modules.d/fastcgi_ispcp.conf |
|---|
| | 22 | cp ./fastcgi.conf $(SYSTEM_CONF)/apache/working/fastcgi_ispcp.conf |
|---|
| | 23 | |
|---|
| | 24 | cp -R $(SYSTEM_CONF)/apache/working/fastcgi_ispcp.conf $(ROOT_APACHE_CONF)/conf.d/fastcgi_ispcp.conf |
|---|
| 23 | 25 | |
|---|
| 24 | 26 | uninstall: |
|---|
| 25 | 27 | |
|---|
| 26 | | rm -rf $(SYSTEM_CONF)/apache2 |
|---|
| 27 | | rm -rf $(ROOT_APACHE_CONF)/ispcp.conf |
|---|
| 28 | | rm -rf ${ROOT_APACHE_CONF}/modules.d/fastcgi_ispcp.conf |
|---|
| | 28 | rm -rf $(SYSTEM_CONF)/apache |
|---|
| | 29 | rm -rf $(ROOT_APACHE_CONF)/vhosts.d/ispcp.conf |
|---|
| | 30 | rm -rf $(ROOT_APACHE_CONF)/conf.d/fastcgi_ispcp.conf |
|---|
| r885 |
r998 |
|
| 24 | 24 | |
|---|
| 25 | 25 | <IfModule mod_fastcgi.c> |
|---|
| 26 | | FastCgiWrapper On |
|---|
| 27 | | FastCgiIpcDir /srv/lib/apache2/fastcgi |
|---|
| 28 | | FastCgiConfig -minProcesses 1 -maxProcesses 10 -singleThreshold 100 |
|---|
| 29 | | #-killInterval 300 \ |
|---|
| 30 | | #-autoUpdate \ |
|---|
| 31 | | #-idle-timeout 240 \ |
|---|
| 32 | | #-pass-header HTTP_AUTHORIZATION |
|---|
| | 26 | FastCgiWrapper On |
|---|
| | 27 | FastCgiIpcDir /var/lib/apache2/fastcgi2 |
|---|
| 33 | 28 | |
|---|
| 34 | | FastCgiServer {PHP_STARTER_DIR}/master/php4-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| | 29 | FastCgiConfig -minProcesses 1 \ |
|---|
| | 30 | -maxProcesses 400 \ |
|---|
| | 31 | -maxClassProcesses 5 \ |
|---|
| | 32 | -multiThreshold 80 \ |
|---|
| | 33 | -killInterval 60 \ |
|---|
| | 34 | -startDelay 5 \ |
|---|
| | 35 | -idle-timeout 300 |
|---|
| | 36 | # -singleThreshold 100 \ |
|---|
| | 37 | # -autoUpdate \ |
|---|
| | 38 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 35 | 39 | |
|---|
| 36 | | # |
|---|
| 37 | | # PHP4 SUPPORT |
|---|
| 38 | | # |
|---|
| | 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_SUE |
|---|
| 39 | 41 | |
|---|
| 40 | | AddHandler php-fastcgi .php |
|---|
| | 42 | # |
|---|
| | 43 | # PHP{PHP_VERSION} SUPPORT |
|---|
| | 44 | # |
|---|
| 41 | 45 | |
|---|
| 42 | | <Location /php4/php4-fcgi-starter> |
|---|
| 43 | | SetHandler fastcgi-script |
|---|
| 44 | | Options +ExecCGI |
|---|
| 45 | | </Location> |
|---|
| | 46 | AddHandler php-fastcgi .php .php{PHP_VERSION} |
|---|
| 46 | 47 | |
|---|
| 47 | | Action php-fastcgi /php4/php4-fcgi-starter |
|---|
| 48 | | AddType application/x-httpd-php .php |
|---|
| | 48 | <Location /php{PHP_VERSION}/php{PHP_VERSION}-fcgi-starter> |
|---|
| | 49 | SetHandler fastcgi-script |
|---|
| | 50 | Options +ExecCGI |
|---|
| | 51 | </Location> |
|---|
| 49 | 52 | |
|---|
| 50 | | # |
|---|
| 51 | | # PHP5 SUPPORT |
|---|
| 52 | | # |
|---|
| 53 | | |
|---|
| 54 | | #AddHandler php5-fastcgi .php5 |
|---|
| 55 | | |
|---|
| 56 | | #<Location /php5/php5-fcgi-starter> |
|---|
| 57 | | # SetHandler fastcgi-script |
|---|
| 58 | | # Options +ExecCGI |
|---|
| 59 | | #</Location> |
|---|
| 60 | | |
|---|
| 61 | | #Action php5-fastcgi /php5/php5-fcgi-starter |
|---|
| | 53 | Action php-fastcgi /php{PHP_VERSION}/php{PHP_VERSION}-fcgi-starter |
|---|
| | 54 | AddType application/x-httpd-php .php .php{PHP_VERSION} |
|---|
| 62 | 55 | </IfModule> |
|---|
| r885 |
r998 |
|
| | 1 | |
|---|
| 1 | 2 | export |
|---|
| 2 | 3 | |
|---|
| 3 | 4 | install: |
|---|
| 4 | 5 | |
|---|
| 5 | | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/named.d |
|---|
| | 6 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/bind |
|---|
| 6 | 7 | cp ./named.conf ./working |
|---|
| 7 | | cp ./named.conf $(SYSTEM_CONF)/named.d |
|---|
| 8 | | cp -R ./backup $(SYSTEM_CONF)/named.d |
|---|
| 9 | | cp -R ./parts $(SYSTEM_CONF)/named.d |
|---|
| 10 | | cp -R ./working $(SYSTEM_CONF)/named.d |
|---|
| | 8 | cp ./named.conf $(SYSTEM_CONF)/bind |
|---|
| | 9 | cp -R ./backup $(SYSTEM_CONF)/bind |
|---|
| | 10 | cp -R ./parts $(SYSTEM_CONF)/bind |
|---|
| | 11 | cp -R ./working $(SYSTEM_CONF)/bind |
|---|
| 11 | 12 | |
|---|
| 12 | 13 | uninstall: |
|---|
| 13 | 14 | |
|---|
| 14 | | rm -rf $(SYSTEM_CONF)/named.d |
|---|
| 15 | | |
|---|
| | 15 | rm -rf $(SYSTEM_CONF)/bind |
|---|
| r885 |
r998 |
|
| 30 | 30 | cp ./pop3d $(ROOT_COURIER_CONF) |
|---|
| 31 | 31 | cp ./userdb $(ROOT_AUTHLIB_CONF) |
|---|
| | 32 | # Set userdb to "user only access", otherwise makeuserdb will complain |
|---|
| | 33 | chmod 600 $(ROOT_AUTHLIB_CONF)/userdb |
|---|
| 32 | 34 | |
|---|
| 33 | 35 | uninstall: |
|---|
| r885 |
r998 |
|
| 11 | 11 | export PHP_FCGI_MAX_REQUESTS |
|---|
| 12 | 12 | |
|---|
| 13 | | exec /usr/bin/php5-cgi |
|---|
| | 13 | exec /usr/bin/php-cgi5 |
|---|
| r885 |
r998 |
|
| 9 | 9 | export PHP_FCGI_MAX_REQUESTS |
|---|
| 10 | 10 | |
|---|
| 11 | | exec /usr/bin/php5-cgi |
|---|
| | 11 | exec /usr/bin/php-cgi5 |
|---|
| r885 |
r998 |
|
| 41 | 41 | PATH=/sbin:/bin:/usr/sbin:/usr/bin |
|---|
| 42 | 42 | NAME=ispcp_daemon |
|---|
| 43 | | DAEMON=/var/www/ispcp/daemon/$NAME |
|---|
| | 43 | DAEMON=/srv/www/ispcp/daemon/$NAME |
|---|
| 44 | 44 | PID=/var/run/$NAME.pid |
|---|
| 45 | 45 | DESC="ispCP GUI-Backend communication Daemon" |
|---|
| r885 |
r998 |
|
| 42 | 42 | NAME=ispcp_network |
|---|
| 43 | 43 | LFILE=/var/run/$NAME |
|---|
| 44 | | IPTABLES=/sbin/iptables |
|---|
| | 44 | IPTABLES=/usr/sbin/iptables |
|---|
| 45 | 45 | LOGDIR=/var/log/ispcp |
|---|
| 46 | 46 | LOGFILE=${LOGDIR}/${NAME}.log |
|---|
| r973 |
r998 |
|
| 1 | 1 | # |
|---|
| 2 | 2 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| 3 | | # Copyright (c) 2006-2007 by isp Control Panel |
|---|
| | 3 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| 4 | 4 | # http://isp-control.net |
|---|
| 5 | 5 | # |
|---|
| … | … | |
| 9 | 9 | # |
|---|
| 10 | 10 | |
|---|
| 11 | | BuildDate = 20070418 |
|---|
| 12 | | |
|---|
| 13 | | Version = 1.0.0 RC3 OMEGA |
|---|
| | 11 | BuildDate = 20080207 |
|---|
| | 12 | |
|---|
| | 13 | Version = 1.0.0 RC4 OMEGA |
|---|
| 14 | 14 | |
|---|
| 15 | 15 | VersionH = 1.0 Priamos |
|---|
| 16 | 16 | |
|---|
| 17 | | DEFAULT_ADMIN_ADDRESS = monotek@gmx.net |
|---|
| 18 | | |
|---|
| 19 | | SERVER_HOSTNAME = OpenSues10.3 |
|---|
| | 17 | DEFAULT_ADMIN_ADDRESS = |
|---|
| | 18 | |
|---|
| | 19 | SERVER_HOSTNAME = opensuse_10.3 |
|---|
| 20 | 20 | |
|---|
| 21 | 21 | BASE_SERVER_IP = 127.0.0.1 |
|---|
| 22 | 22 | |
|---|
| 23 | | BASE_SERVER_VHOST = |
|---|
| | 23 | BASE_SERVER_VHOST = |
|---|
| 24 | 24 | |
|---|
| 25 | 25 | MR_LOCK_FILE = /var/run/ispcp.lock |
|---|
| … | … | |
| 31 | 31 | CMD_AWK = /usr/bin/awk |
|---|
| 32 | 32 | |
|---|
| | 33 | CMD_BZCAT = /bin/bzcat |
|---|
| | 34 | |
|---|
| 33 | 35 | CMD_BZIP = /bin/bzip2 |
|---|
| 34 | 36 | |
|---|
| | 37 | CMD_CHMOD = /bin/chmod |
|---|
| | 38 | |
|---|
| 35 | 39 | CMD_CHOWN = /bin/chown |
|---|
| 36 | 40 | |
|---|
| … | … | |
| 45 | 49 | CMD_ECHO = /bin/echo |
|---|
| 46 | 50 | |
|---|
| | 51 | CMD_GREP = /bin/grep |
|---|
| | 52 | |
|---|
| | 53 | CMD_GROUPADD = /usr/sbin/groupadd |
|---|
| | 54 | |
|---|
| | 55 | CMD_GROUPDEL = /usr/sbin/groupdel |
|---|
| | 56 | |
|---|
| | 57 | CMD_GZCAT = /bin/zcat |
|---|
| | 58 | |
|---|
| | 59 | CMD_GZIP = /bin/gzip |
|---|
| | 60 | |
|---|
| 47 | 61 | CMD_HOSTNAME = /bin/hostname |
|---|
| 48 | 62 | |
|---|
| … | … | |
| 51 | 65 | CMD_IPTABLES = /sbin/iptables |
|---|
| 52 | 66 | |
|---|
| 53 | | CMD_GREP = /bin/grep |
|---|
| 54 | | |
|---|
| 55 | | CMD_GROUPADD = /usr/sbin/groupadd |
|---|
| 56 | | |
|---|
| 57 | | CMD_GROUPDEL = /usr/sbin/groupdel |
|---|
| 58 | | |
|---|
| 59 | 67 | CMD_LN = /bin/ln |
|---|
| 60 | 68 | |
|---|
| … | … | |
| 66 | 74 | |
|---|
| 67 | 75 | CMD_RM = /bin/rm |
|---|
| | 76 | |
|---|
| | 77 | CMD_SHELL = /bin/bash |
|---|
| 68 | 78 | |
|---|
| 69 | 79 | CMD_TAR = /bin/tar |
|---|
| … | … | |
| 98 | 108 | CMD_MYSQLDUMP = /usr/bin/mysqldump |
|---|
| 99 | 109 | |
|---|
| | 110 | DATABASE_UTF8 = yes |
|---|
| | 111 | |
|---|
| 100 | 112 | # |
|---|
| 101 | 113 | # Main variables |
|---|
| … | … | |
| 116 | 128 | SCOREBOARDS_DIR = /srv/www/scoreboards |
|---|
| 117 | 129 | |
|---|
| | 130 | # Select Zipping Algorithm for Backups |
|---|
| | 131 | # Supported: gzip, bzip2 |
|---|
| | 132 | ZIP = gzip |
|---|
| | 133 | |
|---|
| 118 | 134 | # |
|---|
| 119 | 135 | # PHP FastCGI data |
|---|
| … | … | |
| 130 | 146 | # |
|---|
| 131 | 147 | |
|---|
| 132 | | FTPD_CONF_FILE = /etc/proftpd.conf |
|---|
| | 148 | FTPD_CONF_FILE = /etc/proftpd/proftpd.conf |
|---|
| 133 | 149 | |
|---|
| 134 | 150 | # |
|---|
| … | … | |
| 136 | 152 | # |
|---|
| 137 | 153 | |
|---|
| 138 | | BIND_CONF_FILE = /etc/named.d/named.conf |
|---|
| | 154 | BIND_CONF_FILE = /etc/named.conf |
|---|
| 139 | 155 | |
|---|
| 140 | 156 | BIND_DB_DIR = /var/lib/named |
|---|
| … | … | |
| 146 | 162 | # |
|---|
| 147 | 163 | |
|---|
| 148 | | AWSTATS_ACTIVE = yes |
|---|
| | 164 | AWSTATS_ACTIVE = no |
|---|
| 149 | 165 | |
|---|
| 150 | 166 | # could be 'dynamic' = 0 or 'static' = 1 |
|---|
| … | … | |
| 179 | 195 | APACHE_USERS_LOG_DIR = /var/log/apache2/users |
|---|
| 180 | 196 | |
|---|
| 181 | | APACHE_MODS_DIR = /etc/apache2/modules.d |
|---|
| | 197 | APACHE_MODS_DIR = /etc/apache2/conf.d |
|---|
| 182 | 198 | |
|---|
| 183 | 199 | APACHE_SITES_DIR = /etc/apache2/vhosts.d |
|---|
| 184 | 200 | |
|---|
| | 201 | APACHE_CUSTOM_SITES_CONFIG_DIR = /etc/apache2/ispcp |
|---|
| | 202 | |
|---|
| 185 | 203 | APACHE_SUEXEC_USER_PREF = vu |
|---|
| 186 | 204 | |
|---|
| … | … | |
| 229 | 247 | MTA_MAILBOX_GID_NAME = mail |
|---|
| 230 | 248 | |
|---|
| 231 | | MTA_SASLDB_LOCAL_DOMAIN = isp-control.net |
|---|
| | 249 | #MTA_SASLDB_LOCAL_DOMAIN = isp-control.net |
|---|
| 232 | 250 | |
|---|
| 233 | 251 | MTA_SASLDB_FILE = /var/spool/postfix/etc/sasldb2 |
|---|
| … | … | |
| 250 | 268 | |
|---|
| 251 | 269 | AUTHLIB_CONF_DIR = /etc/courier |
|---|
| | 270 | # maybe /etc/authlib... has to be tested.. |
|---|
| 252 | 271 | |
|---|
| 253 | 272 | CMD_MAKEUSERDB = /usr/sbin/makeuserdb |
|---|
| … | … | |
| 260 | 279 | |
|---|
| 261 | 280 | BACKUP_MINUTE = 40 |
|---|
| | 281 | |
|---|
| | 282 | BACKUP_ISPCP = yes |
|---|
| | 283 | |
|---|
| | 284 | BACKUP_DOMAINS = yes |
|---|
| 262 | 285 | |
|---|
| 263 | 286 | BACKUP_ROOT_DIR = /srv/www/ispcp/engine/backup |
|---|
| … | … | |
| 300 | 323 | CMD_PFLOGSUM = /usr/sbin/maillogconvert.pl |
|---|
| 301 | 324 | |
|---|
| 302 | | TRAFF_LOG_DIR = /srv/log |
|---|
| | 325 | TRAFF_LOG_DIR = /var/log |
|---|
| 303 | 326 | |
|---|
| 304 | 327 | FTP_TRAFF_LOG = ftp_traff.log |
|---|
| … | … | |
| 306 | 329 | MAIL_TRAFF_LOG = mail.log |
|---|
| 307 | 330 | |
|---|
| 308 | | PREV_TRAFF_LOG_MAX_SIZE = 10485760 |
|---|
| | 331 | PREV_TRAFF_LOG_MAX_SIZE = 70391808 |
|---|
| 309 | 332 | |
|---|
| 310 | 333 | TRAFF_ROOT_DIR = /srv/www/ispcp/engine/traffic |
|---|
| … | … | |
| 326 | 349 | USER_INITIAL_THEME = omega_original |
|---|
| 327 | 350 | |
|---|
| 328 | | ISPCP_LICENSE = ispCP 1.0rc2 OMEGA<br />build: 2007-04-18<br />Priamos |
|---|
| | 351 | ISPCP_LICENSE = ispCP 1.0rc4 OMEGA<br />build: 2008-02-07<br />Priamos |
|---|
| 329 | 352 | |
|---|
| 330 | 353 | FTP_USERNAME_SEPARATOR = @ |
|---|
| … | … | |
| 382 | 405 | |
|---|
| 383 | 406 | BACKUP_FILE_DIR = /srv/www/ispcp/backups |
|---|
| | 407 | |
|---|
| | 408 | # |
|---|
| | 409 | # Developer Mode |
|---|
| | 410 | # |
|---|
| | 411 | |
|---|
| | 412 | DEBUG = 0 |
|---|
| r885 |
r998 |
|
| 4 | 4 | |
|---|
| 5 | 5 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/proftpd |
|---|
| | 6 | $(SYSTEM_MAKE_DIRS) $(ROOT_CONF)/proftpd |
|---|
| | 7 | |
|---|
| 6 | 8 | cp -R ./backup $(SYSTEM_CONF)/proftpd |
|---|
| 7 | 9 | cp ./proftpd.conf $(SYSTEM_CONF)/proftpd |
|---|
| 8 | | cp ./proftpd.conf $(ROOT_CONF) |
|---|
| | 10 | cp ./proftpd.conf $(ROOT_CONF)/proftpd |
|---|
| 9 | 11 | |
|---|
| 10 | 12 | uninstall: |
|---|
| r886 |
r998 |
|
| 33 | 33 | |
|---|
| 34 | 34 | Add the following repositories via Yast: |
|---|
| | 35 | http://download.opensuse.org/repositories/Apache:/Modules/openSUSE_10.3/ |
|---|
| | 36 | http://download.opensuse.org/repositories/home:/netmax/openSUSE_10.3/ |
|---|
| | 37 | http://download.opensuse.org/repositories/server:/ftp/openSUSE_10.3/ |
|---|
| | 38 | http://download.opensuse.org/repositories/network:/utilities/openSUSE_10.3/ |
|---|
| 35 | 39 | |
|---|
| 36 | | http://download.opensuse.org/repositories/Apache:/Modules/openSUSE_10.3/ |
|---|
| | 40 | or like this in the shell: |
|---|
| | 41 | zypper ar http://download.opensuse.org/repositories/home:/netmax/openSUSE_10.3/ repo-netmax |
|---|
| | 42 | zypper ar http://download.opensuse.org/repositories/server:/ftp/openSUSE_10.3/ repo-ftp |
|---|
| | 43 | zypper ar http://download.opensuse.org/repositories/network:/utilities/openSUSE_10.3/ repo-awstats |
|---|
| | 44 | zypper ar http://download.opensuse.org/repositories/Apache:/Modules/openSUSE_10.3/ repo-apache |
|---|
| 37 | 45 | |
|---|
| 38 | | http://download.opensuse.org/repositories/home:/netmax/openSUSE_10.3 |
|---|
| 39 | | |
|---|
| 40 | | http://download.opensuse.org/repositories/server:/ftp/openSUSE_10.3 |
|---|
| | 46 | While importing the packages from theese repositories the first time you have to trust theese sites. |
|---|
| 41 | 47 | |
|---|
| 42 | 48 | All OpenSuse 10.3 required packages are listed in: |
|---|
| r886 |
r998 |
|
| 1 | 1 | apache2 |
|---|
| 2 | | apache2-mod_auth_mysql |
|---|
| 3 | | apache2-mod_perl |
|---|
| 4 | | apache2-prefork |
|---|
| 5 | | postfix |
|---|
| 6 | | amavisd-new |
|---|
| 7 | | clamav |
|---|
| 8 | | spamassassin |
|---|
| | 2 | apache2-worker |
|---|
| | 3 | apache2-mod_cband |
|---|
| | 4 | apache2-mod_fastcgi |
|---|
| | 5 | awstats |
|---|
| | 6 | bash |
|---|
| 9 | 7 | bind |
|---|
| | 8 | bind-chrootenv |
|---|
| 10 | 9 | bind-libs |
|---|
| 11 | 10 | bind-utils |
|---|
| 12 | | mysql-client |
|---|
| 13 | | mysql-shared |
|---|
| 14 | | mysql |
|---|
| 15 | | unixODBC |
|---|
| | 11 | bzip2 |
|---|
| | 12 | chkrootkit |
|---|
| | 13 | courier-authlib |
|---|
| | 14 | courier-authlib-userdb |
|---|
| | 15 | courier-imap |
|---|
| | 16 | cron |
|---|
| 16 | 17 | cyrus-sasl |
|---|
| 17 | 18 | cyrus-sasl-crammd5 |
|---|
| … | … | |
| 21 | 22 | cyrus-sasl-plain |
|---|
| 22 | 23 | cyrus-sasl-saslauthd |
|---|
| 23 | | courier-authlib |
|---|
| 24 | | courier-authlib-userdb |
|---|
| 25 | | courier-imap |
|---|
| 26 | | tnef |
|---|
| 27 | | unzip |
|---|
| 28 | | unrar |
|---|
| 29 | | wget |
|---|
| 30 | | zip |
|---|
| | 24 | expect |
|---|
| | 25 | gcc |
|---|
| | 26 | glibc-devel |
|---|
| 31 | 27 | gzip |
|---|
| 32 | | bzip2 |
|---|
| 33 | | tar |
|---|
| | 28 | iptables |
|---|
| | 29 | lha |
|---|
| | 30 | mailx |
|---|
| | 31 | mhash |
|---|
| | 32 | mysql |
|---|
| | 33 | mysql-Max |
|---|
| | 34 | mysql-client |
|---|
| | 35 | mysql-shared |
|---|
| | 36 | patch |
|---|
| 34 | 37 | perl |
|---|
| 35 | | perl-IO-stringy |
|---|
| 36 | | perl-TermReadKey |
|---|
| 37 | | perl-TermReadLine-Gnu |
|---|
| 38 | | perl-TimeDate |
|---|
| 39 | | perl-Crypt-Blowfish |
|---|
| 40 | | perl-Crypt-CBC |
|---|
| 41 | | perl-Crypt-DES |
|---|
| 42 | | perl-DBD-mysql |
|---|
| 43 | | perl-DBI |
|---|
| 44 | | perl-Date-Calc |
|---|
| 45 | | perl-DateManip |
|---|
| 46 | | perl-Net-DNS |
|---|
| 47 | | perl-Net-Netmask |
|---|
| 48 | | perl-Net-SNMP |
|---|
| 49 | | perl-SNMP |
|---|
| 50 | | perl-Net-ext |
|---|
| 51 | | perl-Mcrypt |
|---|
| 52 | | perl-MailTools |
|---|
| 53 | | perl-libwww-perl |
|---|
| 54 | | perl-MIME-tools |
|---|
| 55 | | iptables |
|---|
| 56 | | libmcrypt |
|---|
| 57 | | cron |
|---|
| 58 | | mailx |
|---|
| 59 | | NX |
|---|
| 60 | | bind-chrootenv |
|---|
| 61 | | expect |
|---|
| 62 | | fam |
|---|
| 63 | | fontconfig |
|---|
| 64 | | freetype2 |
|---|
| 65 | | gcc |
|---|
| 66 | | gd |
|---|
| 67 | | glibc-devel |
|---|
| 68 | | gmp |
|---|
| 69 | | imap-lib |
|---|
| 70 | | latex2html-pngicons |
|---|
| 71 | | lha |
|---|
| 72 | | libjpeg |
|---|
| 73 | | liblcms |
|---|
| 74 | | libmcal |
|---|
| 75 | | libmng |
|---|
| 76 | | libpng |
|---|
| 77 | | libstdc++-devel |
|---|
| 78 | | libtiff |
|---|
| 79 | | libtool |
|---|
| 80 | | mhash |
|---|
| 81 | | net-snmp |
|---|
| 82 | 38 | perl-Archive-Tar |
|---|
| 83 | 39 | perl-Archive-Zip |
|---|
| … | … | |
| 88 | 44 | perl-Convert-TNEF |
|---|
| 89 | 45 | perl-Convert-UUlib |
|---|
| | 46 | perl-Crypt-Blowfish |
|---|
| | 47 | perl-Crypt-CBC |
|---|
| | 48 | perl-Crypt-DES |
|---|
| | 49 | perl-Crypt-PasswdMD5 |
|---|
| | 50 | perl-DBD-mysql |
|---|
| | 51 | perl-DBI |
|---|
| 90 | 52 | perl-Data-ShowTable |
|---|
| | 53 | perl-Date-Calc |
|---|
| | 54 | perl-DateManip |
|---|
| 91 | 55 | perl-Digest-HMAC |
|---|
| 92 | 56 | perl-HTML-Parser |
|---|
| 93 | 57 | perl-HTML-Tagset |
|---|
| | 58 | perl-IO-stringy |
|---|
| | 59 | perl-MIME-tools |
|---|
| | 60 | perl-MailTools |
|---|
| | 61 | perl-Mcrypt |
|---|
| | 62 | perl-Net-DNS |
|---|
| 94 | 63 | perl-Net-Daemon |
|---|
| 95 | 64 | perl-Net-IP |
|---|
| | 65 | perl-Net-Netmask |
|---|
| | 66 | perl-Net-SNMP |
|---|
| 96 | 67 | perl-Net-Server |
|---|
| | 68 | perl-Net-ext |
|---|
| 97 | 69 | perl-PlRPC |
|---|
| | 70 | perl-SNMP |
|---|
| | 71 | perl-Term-ReadPassword |
|---|
| | 72 | perl-TermReadKey |
|---|
| | 73 | perl-TermReadLine-Gnu |
|---|
| 98 | 74 | perl-Tie-IxHash |
|---|
| | 75 | perl-TimeDate |
|---|
| 99 | 76 | perl-URI |
|---|
| 100 | 77 | perl-Unix-Syslog |
|---|
| 101 | | perl-spamassassin |
|---|
| 102 | | postgresql-libs |
|---|
| 103 | | qt3 |
|---|
| 104 | | sablot |
|---|
| 105 | | sharutils |
|---|
| 106 | | t1lib |
|---|
| 107 | | tcl |
|---|
| 108 | | unace |
|---|
| 109 | | unarj |
|---|
| 110 | | xorg-x11-libs |
|---|
| 111 | | zoo |
|---|
| 112 | | xntp |
|---|
| 113 | | patch |
|---|
| 114 | | perl-Term-ReadPassword |
|---|
| 115 | | perl-Crypt-PasswdMD5 |
|---|
| | 78 | perl-libwww-perl |
|---|
| | 79 | php5 |
|---|
| | 80 | php5-fastcgi |
|---|
| | 81 | php5-mbstring |
|---|
| | 82 | php5-mcrypt |
|---|
| | 83 | php5-mysql |
|---|
| | 84 | php5-suhosin |
|---|
| | 85 | postfix |
|---|
| 116 | 86 | proftpd |
|---|
| 117 | 87 | proftpd-sql-mysql |
|---|
| 118 | | chkrootkit |
|---|
| 119 | 88 | rkhunter |
|---|
| | 89 | tar |
|---|
| | 90 | wget |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>