Ticket #1177: patch-080408

File patch-080408, 3.5 kB (added by Blocker, 8 months ago)
Line 
1 Index: INSTALL
2 ===================================================================
3 --- INSTALL     (revision 1106)
4 +++ INSTALL     (working copy)
5 @@ -16,11 +16,11 @@
6  ================================================================================
7  1) Version Info
8  ---------------
9 -ispCP ω Versio :       1.0.0 RC5
10 -INSTALL Script : 2.0
11 -Maintainer     :
12 -Homepage       : http://www.isp-contol.net
13 -Distros                : FreeBSD
14 +ispCP ω Version         : 1.0.0 RC5
15 +INSTALL Script         : 3.0
16 +Maintainer             :
17 +Homepage               : http://www.isp-contol.net
18 +Distros                        : FreeBSD
19  
20  ================================================================================
21  2) Requirements
22 @@ -115,12 +115,12 @@
23         # make -f Makefile.fbsd install
24  
25  6. Save key files
26 -       # cp -v /usr/local/www/apache22/ispcp/engine/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/apache22/ispcp/engine/
27 -       # cp -v /usr/local/www/apache22/ispcp/engine/messager/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/apache22/ispcp/engine/messager/
28 -       # cp -v /usr/local/www/apache22/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/usr/local/www/apache22/ispcp/gui/include/
29 +       # cp -v /usr/local/www/ispcp/engine/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/ispcp/engine/
30 +       # cp -v /usr/local/www/ispcp/engine/messager/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/ispcp/engine/messager/
31 +       # cp -v /usr/local/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/usr/local/www/ispcp/gui/include/
32  
33     If updating from RC3 or higher:
34 -       # cp -v /usr/local/www/apache22/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/usr/local/www/apache22/ispcp/gui/tools/pma/
35 +       # cp -v /usr/local/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/usr/local/www/ispcp/gui/tools/pma/
36  
37  7. Copy /usr and /var directories into your system (you may make backups)
38         # cp -Rv /tmp/ispcp/usr/* /usr/
39 @@ -131,7 +131,7 @@
40         # cp -Rv /tmp/ispcp/usr/local/etc/ispcp/* /usr/local/etc/ispcp
41  
42  9. Now it's time to update your installation. Change into the engine directory:
43 -       # cd /usr/local/www/apache22/ispcp/engine/setup
44 +       # cd /usr/local/www/ispcp/engine/setup
45  
46  10. Start the engine update:
47         # perl ispcp-update
48 @@ -151,6 +151,9 @@
49  Q.- How can I prevent websites using more than their bandwidth limit to stop working?
50  A.- Please install and configure apache 2.2.x mod_cband package/port
51  
52 +Q.- Can I run ispcp under FreeBSD Jail?
53 +A.- Yes you can, but you have to modified the daemon to accept connection on jail IP
54 +
55  Please check http://www.isp-control.net for any questions not answered in this file.
56  
57  ================================================================================
58 Index: freebsd-packages
59 ===================================================================
60 --- freebsd-packages    (revision 1106)
61 +++ freebsd-packages    (working copy)
62 @@ -1,10 +1,13 @@
63 -=-=-=-= BASIC REQUIRED PACKAGE/PORTS =-=-=-= last update 20080331
64 +=-=-=-= BASIC REQUIRED PACKAGE/PORTS =-=-=-= last update 20080403
65  
66  Apache 2.2.x           Web System
67 +       x threads       option
68 +       x mysql         option
69         x suexec        ( Recomended )
70         + mod_cband     for bandwitdh management
71         o mod_php       WARNING: security risk for hosting
72         + mod_fastcgi   ( Recomended )
73 +       + mod_proxy     Req for awstat
74  Proftpd                        FTP System
75         x IPV6          IP v6 support ( but disable by ispcp )
76         x mysql         Database module
77 @@ -19,6 +22,9 @@
78         x userdb        For use with userdb ( ispcp default )
79         x mysql         For use with mysql
80  courier-pop3           IMAP POP3 system
81 +courier-authlib                Auth system
82 +       x userdb
83 +       x mysql
84  mysql-client           Database system
85  mysql-server           Database system
86  Perl                   =-=-=-= PERL MODULE =-=-=-=
87 @@ -41,6 +47,7 @@
88         + Net-DNS
89         + Net-Daemon
90         + Net-IP
91 +       + Net-LibIDN
92         + PlRPC
93         + URI
94         + libwww