Changeset 1107
- Timestamp:
- 04/08/08 10:59:23
(6 months ago)
- Author:
- zothos
- Message:
Fixed #1177: revise FreeBSD Doc
Fixed #1178: Fix some configuration in FreeBSD dist
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1106 |
r1107 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | |
|---|
| | 4 | 2008-04-08 Jochen Manz |
|---|
| | 5 | - CONFIGS |
|---|
| | 6 | * Fixed #1177: revise FreeBSD Doc |
|---|
| | 7 | * Fixed #1178: Fix some configuration in FreeBSD dist |
|---|
| 3 | 8 | |
|---|
| 4 | 9 | 2005-04-07 Benedikt Heintel |
|---|
| r1103 |
r1107 |
|
| 39 | 39 | install: |
|---|
| 40 | 40 | |
|---|
| 41 | | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/apache22 |
|---|
| | 41 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/apache |
|---|
| 42 | 42 | $(SYSTEM_MAKE_DIRS) $(APACHE_EXT_CONF) |
|---|
| 43 | 43 | $(SYSTEM_MAKE_DIRS) $(APACHE_MOD_CONF) |
|---|
| … | … | |
| 45 | 45 | |
|---|
| 46 | 46 | cp ./httpd.conf ./working/ispcp.conf |
|---|
| 47 | | #cp ./fastcgi.conf ./working/fastcgi_ispcp.conf |
|---|
| 48 | | cp ./00_master.conf $(SYSTEM_CONF)/apache22 |
|---|
| 49 | | cp ./01_awstats.conf $(SYSTEM_CONF)/apache22 |
|---|
| 50 | | cp ./httpd.conf $(SYSTEM_CONF)/apache22 |
|---|
| 51 | | cp -R ./backup $(SYSTEM_CONF)/apache22 |
|---|
| 52 | | cp -R ./parts $(SYSTEM_CONF)/apache22 |
|---|
| 53 | | cp -R ./working $(SYSTEM_CONF)/apache22 |
|---|
| | 47 | cp ./fastcgi.conf ./working/fastcgi_ispcp.conf |
|---|
| | 48 | cp ./00_master.conf $(SYSTEM_CONF)/apache |
|---|
| | 49 | cp ./01_awstats.conf $(SYSTEM_CONF)/apache |
|---|
| | 50 | cp ./httpd.conf $(SYSTEM_CONF)/apache |
|---|
| | 51 | cp -R ./backup $(SYSTEM_CONF)/apache |
|---|
| | 52 | cp -R ./parts $(SYSTEM_CONF)/apache |
|---|
| | 53 | cp -R ./working $(SYSTEM_CONF)/apache |
|---|
| 54 | 54 | cp -R ./httpd.conf $(APACHE_EXT_CONF)/ispcp.conf |
|---|
| 55 | 55 | cp -R ./fastcgi.conf $(APACHE_MOD_CONF)/fastcgi_ispcp.conf |
|---|
| … | … | |
| 57 | 57 | uninstall: |
|---|
| 58 | 58 | |
|---|
| 59 | | rm -rf $(SYSTEM_CONF)/apache22 |
|---|
| | 59 | rm -rf $(SYSTEM_CONF)/apache |
|---|
| 60 | 60 | rm -rf $(ROOT_APACHE_CONF)/ispcp.conf |
|---|
| 61 | 61 | rm -rf $(APACHE_MOD_CONF)/fastcgi_ispcp.conf |
|---|
| r1103 |
r1107 |
|
| 35 | 35 | install: |
|---|
| 36 | 36 | |
|---|
| | 37 | $(SYSTEM_MAKE_DIRS) $(ROOT_CONF)/awstats |
|---|
| 37 | 38 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/awstats |
|---|
| 38 | | cp -R ./ $(SYSTEM_CONF)/awstats/awstats.ispcp_tpl.conf |
|---|
| | 39 | cp -p awstats.ispcp_tpl.conf $(SYSTEM_CONF)/awstats/awstats.ispcp_tpl.conf |
|---|
| 39 | 40 | |
|---|
| 40 | 41 | uninstall: |
|---|
| r1094 |
r1107 |
|
| 1 | 1 | #!/usr/local/bin/bash |
|---|
| 2 | 2 | |
|---|
| 3 | | echo "currently not ported to BSD" |
|---|
| | 3 | echo "Starting ispcp_network: currently not ported to BSD" |
|---|
| 4 | 4 | exit 0 |
|---|
| 5 | 5 | |
|---|
| … | … | |
| 85 | 85 | ${IPTABLES} -I OUTPUT -p tcp --sport 25 |
|---|
| 86 | 86 | |
|---|
| | 87 | |
|---|
| r1094 |
r1107 |
|
| 128 | 128 | GUI_ROOT_DIR = /usr/local/www/ispcp/gui |
|---|
| 129 | 129 | |
|---|
| 130 | | APACHE_WWW_DIR = /usr/local/www/data |
|---|
| 131 | | |
|---|
| 132 | | SCOREBOARDS_DIR = /usr/local/www/scoreboards |
|---|
| | 130 | APACHE_WWW_DIR = /usr/local/www/data/virtual |
|---|
| | 131 | |
|---|
| | 132 | SCOREBOARDS_DIR = /usr/local/www/data/scoreboards |
|---|
| 133 | 133 | |
|---|
| 134 | 134 | # Select Zipping Algorithm for Backups |
|---|
| … | … | |
| 320 | 320 | # |
|---|
| 321 | 321 | |
|---|
| 322 | | CMD_PFLOGSUM = /usr/sbin/maillogconvert.pl |
|---|
| | 322 | CMD_PFLOGSUM = /usr/local/www/awstats/tools/maillogconvert.pl |
|---|
| 323 | 323 | |
|---|
| 324 | 324 | TRAFF_LOG_DIR = /var/log |
|---|
| r1095 |
r1107 |
|
| 17 | 17 | 1) Version Info |
|---|
| 18 | 18 | --------------- |
|---|
| 19 | | ispCP ω Versio : 1.0.0 RC5 |
|---|
| 20 | | INSTALL Script : 2.0 |
|---|
| 21 | | Maintainer : |
|---|
| 22 | | Homepage : http://www.isp-contol.net |
|---|
| 23 | | Distros : FreeBSD |
|---|
| | 19 | ispCP ω Version : 1.0.0 RC5 |
|---|
| | 20 | INSTALL Script : 3.0 |
|---|
| | 21 | Maintainer : |
|---|
| | 22 | Homepage : http://www.isp-contol.net |
|---|
| | 23 | Distros : FreeBSD |
|---|
| 24 | 24 | |
|---|
| 25 | 25 | ================================================================================ |
|---|
| … | … | |
| 116 | 116 | |
|---|
| 117 | 117 | 6. Save key files |
|---|
| 118 | | # cp -v /usr/local/www/apache22/ispcp/engine/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/apache22/ispcp/engine/ |
|---|
| 119 | | # cp -v /usr/local/www/apache22/ispcp/engine/messager/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/apache22/ispcp/engine/messager/ |
|---|
| 120 | | # cp -v /usr/local/www/apache22/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/usr/local/www/apache22/ispcp/gui/include/ |
|---|
| | 118 | # cp -v /usr/local/www/ispcp/engine/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/ispcp/engine/ |
|---|
| | 119 | # cp -v /usr/local/www/ispcp/engine/messager/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/ispcp/engine/messager/ |
|---|
| | 120 | # cp -v /usr/local/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/usr/local/www/ispcp/gui/include/ |
|---|
| 121 | 121 | |
|---|
| 122 | 122 | If updating from RC3 or higher: |
|---|
| 123 | | # cp -v /usr/local/www/apache22/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/usr/local/www/apache22/ispcp/gui/tools/pma/ |
|---|
| | 123 | # cp -v /usr/local/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/usr/local/www/ispcp/gui/tools/pma/ |
|---|
| 124 | 124 | |
|---|
| 125 | 125 | 7. Copy /usr and /var directories into your system (you may make backups) |
|---|
| … | … | |
| 132 | 132 | |
|---|
| 133 | 133 | 9. Now it's time to update your installation. Change into the engine directory: |
|---|
| 134 | | # cd /usr/local/www/apache22/ispcp/engine/setup |
|---|
| | 134 | # cd /usr/local/www/ispcp/engine/setup |
|---|
| 135 | 135 | |
|---|
| 136 | 136 | 10. Start the engine update: |
|---|
| … | … | |
| 152 | 152 | A.- Please install and configure apache 2.2.x mod_cband package/port |
|---|
| 153 | 153 | |
|---|
| | 154 | Q.- Can I run ispcp under FreeBSD Jail? |
|---|
| | 155 | A.- Yes you can, but you have to modified the daemon to accept connection on jail IP |
|---|
| | 156 | |
|---|
| 154 | 157 | Please check http://www.isp-control.net for any questions not answered in this file. |
|---|
| 155 | 158 | |
|---|
| r1094 |
r1107 |
|
| 1 | | =-=-=-= BASIC REQUIRED PACKAGE/PORTS =-=-=-= last update 20080331 |
|---|
| | 1 | =-=-=-= BASIC REQUIRED PACKAGE/PORTS =-=-=-= last update 20080403 |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | Apache 2.2.x Web System |
|---|
| | 4 | x threads option |
|---|
| | 5 | x mysql option |
|---|
| 4 | 6 | x suexec ( Recomended ) |
|---|
| 5 | 7 | + mod_cband for bandwitdh management |
|---|
| 6 | 8 | o mod_php WARNING: security risk for hosting |
|---|
| 7 | 9 | + mod_fastcgi ( Recomended ) |
|---|
| | 10 | + mod_proxy Req for awstat |
|---|
| 8 | 11 | Proftpd FTP System |
|---|
| 9 | 12 | x IPV6 IP v6 support ( but disable by ispcp ) |
|---|
| … | … | |
| 20 | 23 | x mysql For use with mysql |
|---|
| 21 | 24 | courier-pop3 IMAP POP3 system |
|---|
| | 25 | courier-authlib Auth system |
|---|
| | 26 | x userdb |
|---|
| | 27 | x mysql |
|---|
| 22 | 28 | mysql-client Database system |
|---|
| 23 | 29 | mysql-server Database system |
|---|
| … | … | |
| 42 | 48 | + Net-Daemon |
|---|
| 43 | 49 | + Net-IP |
|---|
| | 50 | + Net-LibIDN |
|---|
| 44 | 51 | + PlRPC |
|---|
| 45 | 52 | + URI |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>