Искал я себе панельку управления хостингом для локальных сайтов, тестов и т.д. Так как я хостингом профессионально не занимаюсь, не вижу смысла покупать панельку за деньги, типа ISPmanager и т.д.
Ранее пробовал панельку syscp, но проект закрылся, вместо него появился froxlor, мне он не сильно понравился, и мое внимание привлекла панелька ispCP Omega.
Имеем на данный момент только что установленную систему FreeBSD
FreeBSD test.slik.loc 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Побыстрому обновил систему через portsnap и приступил к работе.
test# cd /usr/ports/ports-mgmt/portmaster/ && make install clean && rehash
В меню был выбор оболочки, я выбрал bash
│ Options for portmaster 3.13.13 │ │ ┌────────────────────────────────────────────────────────────────┐ │ │ │ [X] BASH Install programmable completions for Bash │ │ │ │ [ ] ZSH Install programmable completions for zsh │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─└────────────────────────────────────────────────────────────────┘─┤ │ [ OK ] Cancel │ └────────────────────────────────────────────────────────────────────┘
и приступил к установке.
Далее необходимо скачать саму панельку, последней версии, и распаковать ее, что собственно мы и сделаем.
# mkdir -p /usr/local/src/ispcp/ # cd /usr/local/src/ispcp/ # fetch http://ignum.dl.sourceforge.net/project/ispcp/ispCP%20Omega/ispCP%20Omega%201.0.7/ispcp-omega-1.0.7.tar.bz2 # tar -xjvf ispcp-omega-1.0.7.tar.bz2
Далее согласно мануалу разработчиков необходимо поправить makefile в апаче, что мы и делаем.
vi /usr/ports/www/apache22/Makefile
Меняем с prefork на worker
WITH_MPM?= worker # or prefork, event, itk
Далее приступаем с сборке необходимых пакетов для панели.
# cd ./ispcp-omega-1.0.7 # portmaster `cat ./docs/FreeBSD/freebsd-packages`
Зависимостей она тянет за собой очень много, так что поехали. Первый у нас идет apache
+--------------------------------------------------------------------+ ¦ Options for apache-worker 2.2.17_1 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦[X] THREADS Enable threads support in APR ¦ ¦ ¦ ¦[ ] MYSQL Enable MySQL support for apr-dbd ¦ ¦ ¦ ¦[ ] PGSQL Enable PostgreSQL support for apr-dbd ¦ ¦ ¦ ¦[ ] SQLITE Enable SQLite support for apr-dbd ¦ ¦ ¦ ¦[X] IPV6 Enable IPv6 support ¦ ¦ ¦ ¦[ ] BDB Enable BerkeleyDB dbm ¦ ¦ ¦ ¦[X] AUTH_BASIC Enable mod_auth_basic ¦ ¦ ¦ ¦[ ] AUTH_DIGEST Enable mod_auth_digest ¦ ¦ ¦ ¦[X] AUTHN_FILE Enable mod_authn_file ¦ ¦ ¦ ¦[ ] AUTHN_DBD Enable mod_authn_dbd ¦ ¦ ¦ ¦[ ] AUTHN_DBM Enable mod_authn_dbm ¦ ¦ ¦ ¦[ ] AUTHN_ANON Enable mod_authn_anon ¦ ¦ ¦ ¦[X] AUTHN_DEFAULT Enable mod_authn_default ¦ ¦ ¦ ¦[ ] AUTHN_ALIAS Enable mod_authn_alias ¦ ¦ ¦ ¦[X] AUTHZ_HOST Enable mod_authz_host ¦ ¦ ¦ ¦[X] AUTHZ_GROUPFILE Enable mod_authz_groupfile ¦ ¦ ¦ ¦[ ] AUTHZ_USER Enable mod_authz_user ¦ ¦ ¦ ¦[ ] AUTHZ_DBM Enable mod_authz_dbm ¦ ¦ ¦ ¦[X] AUTHZ_OWNER Enable mod_authz_owner ¦ ¦ ¦ ¦[X] AUTHZ_DEFAULT Enable mod_authz_default ¦ ¦ ¦ ¦[ ] CACHE Enable mod_cache ¦ ¦ ¦ ¦[ ] DISK_CACHE Enable mod_disk_cache ¦ ¦ ¦ ¦[ ] FILE_CACHE Enable mod_file_cache ¦ ¦ ¦ ¦[ ] MEM_CACHE Enable mod_mem_cache ¦ ¦ ¦ ¦[ ] DAV Enable mod_dav ¦ ¦ ¦ ¦[ ] DAV_FS Enable mod_dav_fs ¦ ¦ ¦ ¦[ ] BUCKETEER Enable mod_bucketeer ¦ ¦ ¦ ¦[ ] CASE_FILTER Enable mod_case_filter ¦ ¦ ¦ ¦[ ] CASE_FILTER_IN Enable mod_case_filter_in ¦ ¦ ¦ |[ ] EXT_FILTER Enable mod_ext_filter ¦ ¦ ¦ ¦[ ] LOG_FORENSIC Enable mod_log_forensic ¦ ¦ ¦ ¦[ ] OPTIONAL_HOOK_EXPORT Enable mod_optional_hook_export ¦ ¦ ¦ ¦[ ] OPTIONAL_HOOK_IMPORT Enable mod_optional_hook_import ¦ ¦ ¦ ¦[ ] OPTIONAL_FN_IMPORT Enable mod_optional_fn_import ¦ ¦ ¦ ¦[ ] OPTIONAL_FN_EXPORT Enable mod_optional_fn_export ¦ ¦ ¦ ¦[ ] LDAP Enable mod_ldap ¦ ¦ ¦ ¦[ ] AUTHNZ_LDAP Enable mod_authnz_ldap ¦ ¦ ¦ ¦[X] ACTIONS Enable mod_actions ¦ ¦ ¦ ¦[X] ALIAS Enable mod_alias ¦ ¦ ¦ ¦[ ] ASIS Enable mod_asis ¦ ¦ ¦ ¦[X] AUTOINDEX Enable mod_autoindex ¦ ¦ ¦ ¦[ ] CERN_META Enable mod_cern_meta ¦ ¦ ¦ ¦[ ] CGI Enable mod_cgi ¦ ¦ ¦ ¦[ ] CHARSET_LITE Enable mod_charset_lite ¦ ¦ ¦ ¦[ ] DBD Enable mod_dbd ¦ ¦ ¦ ¦[X] DEFLATE Enable mod_deflate ¦ ¦ ¦ ¦[X] DIR Enable mod_dir ¦ ¦ ¦ ¦[ ] DUMPIO Enable mod_dumpio ¦ ¦ ¦ ¦[X] ENV Enable mod_env ¦ ¦ ¦ ¦[X] EXPIRES Enable mod_expires ¦ ¦ ¦ ¦[ ] HEADERS Enable mod_headers ¦ ¦ ¦ ¦[ ] IMAGEMAP Enable mod_imagemap ¦ ¦ ¦ ¦[ ] INCLUDE Enable mod_include ¦ ¦ ¦ ¦[X] INFO Enable mod_info ¦ ¦ ¦ ¦[X] LOG_CONFIG Enable mod_log_config ¦ ¦ ¦ ¦[X] LOGIO Enable mod_logio ¦ ¦ ¦ ¦[X] MIME Enable mod_mime ¦ ¦ ¦ ¦[X] MIME_MAGIC Enable mod_mime_magic ¦ ¦ ¦ ¦[X] NEGOTIATION Enable mod_negotiation ¦ ¦ ¦ ¦[X] REWRITE Enable mod_rewrite ¦ ¦ ¦ ¦[X] SETENVIF Enable mod_setenvif ¦ ¦ ¦ ¦[ ] SPELING Enable mod_speling ¦ ¦ ¦ ¦[X] STATUS Enable mod_status ¦ ¦ ¦ ¦[ ] UNIQUE_ID Enable mod_unique_id ¦ ¦ ¦ ¦[ ] USERDIR Enable mod_userdir ¦ ¦ ¦ ¦[ ] USERTRACK Enable mod_usertrack ¦ ¦ ¦ ¦[X] VHOST_ALIAS Enable mod_vhost_alias ¦ ¦ ¦ ¦[ ] FILTER Enable mod_filter ¦ ¦ ¦ ¦[ ] VERSION Enable mod_version ¦ ¦ ¦ ¦[X] PROXY Enable mod_proxy ¦ ¦ ¦ ¦[X] PROXY_CONNECT Enable mod_proxy_connect ¦ ¦ ¦ ¦[X] PATCH_PROXY_CONNECT Patch proxy_connect SSL support ¦ ¦ ¦ ¦[ ] PROXY_FTP Enable mod_proxy_ftp ¦ ¦ ¦ ¦[X] PROXY_HTTP Enable mod_proxy_http ¦ ¦ ¦ ¦[ ] PROXY_AJP Enable mod_proxy_ajp ¦ ¦ ¦ ¦[ ] PROXY_BALANCER Enable mod_proxy_balancer ¦ ¦ ¦ ¦[ ] PROXY_SCGI Enable mod_proxy_scgi ¦ ¦ ¦ ¦[X] SSL Enable mod_ssl ¦ ¦ ¦ ¦[X] SUEXEC Enable mod_suexec ¦ ¦ ¦ ¦[ ] SUEXEC_RSRCLIMIT SuEXEC rlimits based on login class ¦ ¦ ¦ ¦[X] REQTIMEOUT Enable mod_reqtimeout ¦ ¦ ¦ ¦[X] CGID Enable mod_cgid ¦ ¦ +-+----v(+)--------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
Proftpd Options
+--------------------------------------------------------------------+ ¦ Options for proftpd 1.3.3d ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦[ ] BAN Include mod_ban (Requires CTRLS) ¦ ¦ ¦ ¦[ ] CLAMAV Include mod_clamav ¦ ¦ ¦ ¦[X] CTRLS Include controls ¦ ¦ ¦ ¦[ ] DIGEST Include mod_digest ¦ ¦ ¦ ¦[ ] EXEC Include mod_exec ¦ ¦ ¦ ¦[ ] HTMLDOCS Include HTML documentation ¦ ¦ ¦ ¦[X] IFSESSION Include mod_ifsession ¦ ¦ ¦ ¦[X] IPV6 Use IPv6 ¦ ¦ ¦ ¦[ ] LDAP Use LDAP ¦ ¦ ¦ ¦[ ] LDAP_TLS Use LDAP TLS (Requires LDAP, OPENSSL) ¦ ¦ ¦ ¦[X] MYSQL MySQL auth ¦ ¦ ¦ ¦[X] NLS Use nls (builds mod_lang) ¦ ¦ ¦ ¦[ ] ODBC ODBC ¦ ¦ ¦ ¦[X] OPENSSL Include mod_tls ¦ ¦ ¦ ¦[ ] PGSQL Postgres auth ¦ ¦ ¦ ¦[X] QUOTA Include mod_quota ¦ ¦ ¦ ¦[ ] QUOTATAB_RADIUS include mod_quotatab_radius ¦ ¦ ¦ ¦[ ] SHAPER Shaper module ¦ ¦ ¦ ¦[ ] SQLITE SQLite auth ¦ ¦ ¦ ¦[ ] RADIUS Include mod_radius ¦ ¦ ¦ ¦[ ] RATIO Include mod_ratio ¦ ¦ ¦ ¦[X] README Include mod_readme ¦ ¦ ¦ ¦[X] REWRITE Include mod_rewrite ¦ ¦ ¦ ¦[ ] TLS_SHMCACHE TLS SHM session cache (requires OPENSSL) ¦ ¦ ¦ ¦[ ] TDS Include mod_sql_tds ¦ ¦ ¦ ¦[ ] SFTP Include mod_sftp ¦ ¦ ¦ ¦[ ] SFTP_SQL Include mod_sftp_sql ¦ ¦ ¦ ¦[ ] SFTP_PAM Include mod_sftp_pam ¦ ¦ ¦ ¦[ ] SQL_PASSWD Include mod_sql_passwd ¦ ¦ ¦ ¦[ ] UNIQUE Include mod_unique_id ¦ ¦ ¦ ¦[X] WRAP Include mod_wrap2 ¦ ¦ ¦ ¦[ ] WRAP_FILE Include mod_wrap2_file (requires WRAP) ¦ ¦ ¦ ¦[ ] WRAP_SQL Include mod_wrap2_sql (requires WRAP) ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
Postfix Options
+ Install the DOVECOT SASL if you are going to install Dovecot + VDA for MailQuota → http://ispcp.geoclave.net/ +--------------------------------------------------------------------+ ¦ Options for postfix 2.7.2,1 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦[X] PCRE Perl Compatible Regular Expressions ¦ ¦ ¦ ¦[X] SASL2 Cyrus SASLv2 (Simple Auth. and Sec. Layer) ¦ ¦ ¦ ¦[+] DOVECOT Dovecot SASL authentication method ¦ ¦ ¦ ¦[ ] SASLKRB If your SASL req. Kerberos select this option ¦ ¦ ¦ ¦[ ] SASLKRB5 If your SASL req. Kerberos5 select this option ¦ ¦ ¦ ¦[ ] SASLKMIT If your SASL req. MIT Kerberos5 select this option¦ ¦ ¦ ¦[X] TLS Enable SSL and TLS support ¦ ¦ ¦ ¦[ ] BDB Berkeley DB (choose version with WITH_BDB_VER) ¦ ¦ ¦ ¦[X] MYSQL MySQL maps (choose version with WITH_MYSQL_VER) ¦ ¦ ¦ ¦[ ] PGSQL PostgreSQL maps (choose with DEFAULT_PGSQL_VER) ¦ ¦ ¦ ¦[ ] OPENLDAP OpenLDAP maps (choose ver. with WITH_OPENLDAP_VER)¦ ¦ ¦ ¦[X] CDB CDB maps lookups ¦ ¦ ¦ ¦[ ] NIS NIS maps lookups ¦ ¦ ¦ ¦[X] VDA VDA (Virtual Delivery Agent) ¦ ¦ ¦ ¦[ ] TEST SMTP/LMTP test server and generator ¦ ¦ ¦ ¦[ ] SPF SPF support (via libspf2 1.2.x) ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
cyrus-sasl Options
+--------------------------------------------------------------------+ ¦ Options for cyrus-sasl 2.1.23_1 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] BDB Use Berkeley DB ¦ ¦ ¦ ¦ [X] MYSQL Use MySQL ¦ ¦ ¦ ¦ [ ] PGSQL Use PostgreSQL ¦ ¦ ¦ ¦ [ ] SQLITE Use SQLite ¦ ¦ ¦ ¦ [ ] DEV_URANDOM Use /dev/urandom ¦ ¦ ¦ ¦ [ ] ALWAYSTRUE Enable the alwaystrue password verifier ¦ ¦ ¦ ¦ [ ] KEEP_DB_OPEN Keep handle to Berkeley DB open ¦ ¦ ¦ ¦ [X] AUTHDAEMOND Enable use of authdaemon ¦ ¦ ¦ ¦ [X] LOGIN Enable LOGIN authentication ¦ ¦ ¦ ¦ [X] PLAIN Enable PLAIN authentication ¦ ¦ ¦ ¦ [X] CRAM Enable CRAM-MD5 authentication ¦ ¦ ¦ ¦ [X] DIGEST Enable DIGEST-MD5 authentication ¦ ¦ ¦ ¦ [ ] OTP Enable OTP authentication ¦ ¦ ¦ ¦ [ ] NTLM Enable NTLM authentication ¦ ¦ ¦ ¦ ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ OK [Cancel] ¦ +--------------------------------------------------------------------+
p5-Net-DNS Options
+--------------------------------------------------------------------+ ¦ Options for p5-Net-DNS 0.66_1 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] IPV6 Enable functionality over IPv6 transport ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
courier-imap Options
+--------------------------------------------------------------------+ ¦ Options for courier-imap 4.8.1,2 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] FAM Build in fam support for IDLE command ¦ ¦ ¦ ¦ [ ] TRASHQUOTA Include deleted mails in the quota ¦ ¦ ¦ ¦ [ ] GDBM Use gdbm db instead of system bdb ¦ ¦ ¦ ¦ [X] IPV6 Build with IPv6 support ¦ ¦ ¦ ¦ [ ] AUTH_LDAP LDAP support ¦ ¦ ¦ ¦ [ ] AUTH_MYSQL MySQL support ¦ ¦ ¦ ¦ [ ] AUTH_PGSQL PostgreSQL support ¦ ¦ ¦ ¦ [X] AUTH_USERDB Userdb support ¦ ¦ ¦ ¦ [ ] AUTH_VCHKPW Vpopmail/vchkpw support ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
courier-authlib Options
+--------------------------------------------------------------------+ ¦ Options for courier-authlib 0.63.0_2 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] GDBM Use gdbm instead of system bdb ¦ ¦ ¦ ¦ [ ] AUTH_LDAP LDAP support ¦ ¦ ¦ ¦ [ ] AUTH_MYSQL MySQL support ¦ ¦ ¦ ¦ [ ] AUTH_PGSQL PostgreSQL support ¦ ¦ ¦ ¦ [X] AUTH_USERDB Userdb support ¦ ¦ ¦ ¦ [ ] AUTH_VCHKPW Vpopmail/vchkpw support ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
Perl Options
+--------------------------------------------------------------------+ ¦ Options for perl 5.10.1_2 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] DEBUGGING Build with debugging support ¦ ¦ ¦ ¦ [ ] GDBM Build GDBM_File extension ¦ ¦ ¦ ¦ [ ] PERL_MALLOC Use Perl malloc ¦ ¦ ¦ ¦ [X] PERL_64BITINT Use 64 bit integers (on i386) ¦ ¦ ¦ ¦ [X] THREADS Build threaded perl ¦ ¦ ¦ ¦ [ ] MULTIPLICITY Use multiplicity ¦ ¦ ¦ ¦ [ ] SUIDPERL Build set-user-id suidperl binary ¦ ¦ ¦ ¦ [ ] SITECUSTOMIZE Run-time customization of @INC ¦ ¦ ¦ ¦ [X] USE_PERL Rewrite links in /usr/bin ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
PHP5 Options
+--------------------------------------------------------------------+ ¦ Options for php5 5.3.5 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦[X] CLI Build CLI version ¦ ¦ ¦ ¦[X] CGI Build CGI version ¦ ¦ ¦ ¦[ ] FPM Build FPM version (experimental) ¦ ¦ ¦ ¦[ ] APACHE Build Apache module ¦ ¦ ¦ ¦[ ] AP2FILTER Use Apache 2.x filter interface (experimental) ¦ ¦ ¦ ¦[ ] DEBUG Enable debug ¦ ¦ ¦ ¦[X] SUHOSIN Enable Suhosin protection system (not for jails) ¦ ¦ ¦ ¦[ ] MULTIBYTE Enable zend multibyte support ¦ ¦ ¦ ¦[X] IPV6 Enable ipv6 support ¦ ¦ ¦ ¦[ ] MAILHEAD Enable mail header patch ¦ ¦ ¦ ¦[ ] LINKTHR Link thread lib (for threaded extensions) ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
PHP5-Extensions Options
+--------------------------------------------------------------------+ ¦ Options for php5-extensions 1.4 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] BCMATH bc style precision math functions ¦ ¦ ¦ ¦ [X] BZ2 bzip2 library support ¦ ¦ ¦ ¦ [ ] CALENDAR calendar conversion support ¦ ¦ ¦ ¦ [X] CTYPE ctype functions ¦ ¦ ¦ ¦ [X] CURL CURL support ¦ ¦ ¦ ¦ [X] DBA dba support ¦ ¦ ¦ ¦ [X] DOM DOM support ¦ ¦ ¦ ¦ [ ] EXIF EXIF support ¦ ¦ ¦ ¦ [X] FILEINFO fileinfo support ¦ ¦ ¦ ¦ [X] FILTER input filter support ¦ ¦ ¦ ¦ [ ] FRIBIDI FriBidi support ¦ ¦ ¦ ¦ [X] FTP FTP support ¦ ¦ ¦ ¦ [X] GD GD library support ¦ ¦ ¦ ¦ [X] GETTEXT gettext library support ¦ ¦ ¦ ¦ [ ] GMP GNU MP support ¦ ¦ ¦ ¦ [X] HASH HASH Message Digest Framework ¦ ¦ ¦ ¦ [X] ICONV iconv support ¦ ¦ ¦ ¦ [X] IMAP IMAP support ¦ ¦ ¦ ¦ [ ] INTERBASE Interbase 6 database support (Firebird) ¦ ¦ ¦ ¦ [X] JSON JavaScript Object Serialization support ¦ ¦ ¦ ¦ [ ] LDAP OpenLDAP support ¦ ¦ ¦ ¦ [X] MBSTRING multibyte string support ¦ ¦ ¦ ¦ [X] MCRYPT Encryption support ¦ ¦ ¦ ¦ [ ] MSSQL MS-SQL database support ¦ ¦ ¦ ¦ [X] MYSQL MySQL database support ¦ ¦ ¦ ¦ [X] MYSQLI MySQLi database support ¦ ¦ ¦ ¦ [ ] ODBC unixODBC support ¦ ¦ ¦ ¦ [ ] OPENSSL OpenSSL support ¦ ¦ ¦ ¦ [ ] PCNTL pcntl support (CLI only) ¦ ¦ ¦ ¦ [ ] PDF PDFlib support (implies GD) ¦ ¦ ¦ ¦ [X] PDO PHP Data Objects Interface (PDO) ¦ ¦ ¦ ¦ [X] PDO_SQLITE PDO sqlite driver ¦ ¦ ¦ ¦ [ ] PGSQL PostgreSQL database support ¦ ¦ ¦ ¦ [X] POSIX POSIX-like functions ¦ ¦ ¦ ¦ [ ] PSPELL pspell support ¦ ¦ ¦ ¦ [ ] READLINE readline support (CLI only) ¦ ¦ ¦ ¦ [ ] RECODE recode support ¦ ¦ ¦ ¦ [X] SESSION session support ¦ ¦ ¦ ¦ [X] SHMOP shmop support ¦ ¦ ¦ ¦ [X] SIMPLEXML simplexml support ¦ ¦ ¦ ¦ [ ] SNMP SNMP support ¦ ¦ ¦ ¦ [X] SOAP SOAP support ¦ ¦ ¦ ¦ [X] SOCKETS sockets support ¦ ¦ ¦ ¦ [X] SQLITE sqlite support ¦ ¦ ¦ ¦ [ ] SYBASE_CT Sybase database support ¦ ¦ ¦ ¦ [ ] SYSVMSG System V message support ¦ ¦ ¦ ¦ [ ] SYSVSEM System V semaphore support ¦ ¦ ¦ ¦ [ ] SYSVSHM System V shared memory support ¦ ¦ ¦ ¦ [ ] TIDY TIDY support ¦ ¦ ¦ ¦ [X] TOKENIZER tokenizer support ¦ ¦ ¦ ¦ [ ] WDDX WDDX support (implies XML) ¦ ¦ ¦ ¦ [X] XML XML support ¦ ¦ ¦ ¦ [X] XMLREADER XMLReader support ¦ ¦ ¦ ¦ [X] XMLRPC XMLRPC-EPI support ¦ ¦ ¦ ¦ [X] XMLWRITER XMLWriter support ¦ ¦ ¦ ¦ [ ] XSL XSL support (Implies DOM) ¦ ¦ ¦ ¦ [ ] YAZ YAZ support (ANSI/NISO Z39.50) ¦ ¦ ¦ ¦ [X] ZIP ZIP support ¦ ¦ ¦ ¦ [X] ZLIB ZLIB support ¦ ¦ +-+--------v(+)----------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
PHP5-MBString Options
+--------------------------------------------------------------------+ ¦ Options for php5-mbstring 5.3.5 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] REGEX Enable multibyte regex support ¦ ¦ +-+--------v(+)----------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
PHP5-DBA Options
+--------------------------------------------------------------------+ ¦ Options for php5-dba 5.3.5 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] CDB cdb database support ¦ ¦ ¦ ¦ [ ] DB4 Berkeley DB4 support ¦ ¦ ¦ ¦ [ ] GDBM GDBM database support ¦ ¦ ¦ ¦ [ ] QDBM QDBM database support ¦ ¦ ¦ ¦ [X] INIFILE INI file support ¦ ¦ ¦ ¦ [X] FLATFILE flatfile support ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
PHP5-SQL-lite Options
+--------------------------------------------------------------------+ ¦ Options for php5-sqlite 5.3.5 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] UTF8 Enable UTF-8 support ¦ ¦ ¦ ¦ ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
AWStats IPv6
+--------------------------------------------------------------------+ ¦ Options for awstats 7.0,1 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] IPV6 Enable IPV6 for use with IPv6 Plugin ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
CURL Options
+--------------------------------------------------------------------+ ¦ Options for curl 7.21.3 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] CARES Asynchronous DNS resolution via c-ares ¦ ¦ ¦ ¦ [ ] CURL_DEBUG Enable curl diagnostic output ¦ ¦ ¦ ¦ [ ] GNUTLS Use GNU TLS if OPENSSL is OFF ¦ ¦ ¦ ¦ [X] IPV6 IPv6 support ¦ ¦ ¦ ¦ [ ] KERBEROS4 Kerberos 4 authentication ¦ ¦ ¦ ¦ [ ] LDAP LDAP support ¦ ¦ ¦ ¦ [ ] LDAPS LDAPS support (requires LDAP and SSL) ¦ ¦ ¦ ¦ [ ] LIBIDN Internationalized Domain Names via libidn ¦ ¦ ¦ ¦ [ ] LIBSSH2 SCP/SFTP support via libssh2 ¦ ¦ ¦ ¦ [ ] NTLM NTLM authentication ¦ ¦ ¦ ¦ [X] OPENSSL OpenSSL support ¦ ¦ ¦ ¦ [X] CA_BUNDLE Install CA bundle for OpenSSL ¦ ¦ ¦ ¦ [X] PROXY Proxy support ¦ ¦ ¦ ¦ [ ] RTMP RTMP streams support ¦ ¦ ¦ ¦ [ ] TRACKMEMORY Enable curl memory diagnostic output ¦ ¦ ¦ ¦ ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
Root Certificates Options
+--------------------------------------------------------------------+ ¦ Options for ca_root_nss 3.12.6 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] ETCSYMLINK Add symlink to /etc/ssl/cert.pem ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
PHP5-GD Options
+--------------------------------------------------------------------+ ¦ Options for php5-gd 5.3.5 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] T1LIB Include T1lib support ¦ ¦ ¦ ¦ [X] TRUETYPE Enable TrueType string function ¦ ¦ ¦ ¦ [ ] JIS Enable JIS-mapped Japanese font support ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
Libxslt Options
+--------------------------------------------------------------------+ ¦ Options for libxslt 1.1.26_2 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] MEM_DEBUG Enable memory debugging ¦ ¦ ¦ ¦ [X] CRYPTO Enable crypto support for exslt ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
CClient Options
+--------------------------------------------------------------------+ ¦ Options for cclient 2007e,1 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] SSL Compile with SSL support ¦ ¦ ¦ ¦ [ ] SSL_AND_PLAINTEXT Allow plain text passwords and SSL ¦ ¦ ¦ ¦ [X] IPV6 Support IPv6 ¦ ¦ ¦ ¦ [ ] MBX_DEFAULT Use MBX as default mailbox format ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
rkHunter Options
+--------------------------------------------------------------------+ ¦ Options for rkhunter 1.3.6 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] LSOF Use LSOF ¦ ¦ ¦ ¦ [ ] NMAP Use NMAP ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
Wget Options
+--------------------------------------------------------------------+ ¦ Options for wget 1.12_2 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] GNUTLS Support for SSL via GnuTLS ¦ ¦ ¦ ¦ [X] IPV6 Support for IPv6 ¦ ¦ ¦ ¦ [X] NLS Native Language Support with gettext ¦ ¦ ¦ ¦ [X] OPENSSL Support for SSL via OpenSSL ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
p7zip Options
+--------------------------------------------------------------------+ ¦ Options for p7zip 9.13_1 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] MINIMAL Support only .7z file format ¦ ¦ ¦ ¦ [X] MODULES Build modules ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
p5-Archive-Tar Options
+--------------------------------------------------------------------+ ¦ Options for p5-Archive-Tar 1.62 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] TEXT_DIFF Text::Diff support for ptardiff ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
gnupg Options
+--------------------------------------------------------------------+ ¦ Options for gnupg 2.0.16_6 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] LDAP LDAP keyserver interface ¦ ¦ ¦ ¦ [ ] SCDAEMON Enable Smartcard daemon (with libusb) ¦ ¦ ¦ ¦ [X] CURL Use the real curl library (worked around if no) ¦ ¦ ¦ ¦ [ ] GPGSM Enable GPGSM (require LDAP) ¦ ¦ ¦ ¦ [X] CAMELLIA Enable Camellia algorithm ¦ ¦ ¦ ¦ [ ] KDNS Use DNS CERT helper ¦ ¦ ¦ ¦ [ ] STD_SOCKET Use standard socket for agent ¦ ¦ ¦ ¦ [ ] NLS National Language Support ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
pth Options
+--------------------------------------------------------------------+ ¦ Options for pth 2.0.7 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] OPTIMIZED_CFLAGS Build with optimized CFLAGS ¦ ¦ ¦ ¦ ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
p5-IO-Socket-SSL Options
+--------------------------------------------------------------------+ ¦ Options for p5-IO-Socket-SSL 1.37 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] IDN International Domain Names (IDN) support ¦ ¦ ¦ ¦ [ ] IPV6 IPv6 support ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
AMaViS Options
+--------------------------------------------------------------------+ ¦ Options for amavisd-new 2.6.4_10,1 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] IPV6 Support IPv6 ¦ ¦ ¦ ¦ [X] BDB Use BerkeleyDB for nanny/cache/snmp ¦ ¦ ¦ ¦ [ ] SNMP Install amavisd snmp subagent ¦ ¦ ¦ ¦ [ ] SQLITE Use SQLite for lookups ¦ ¦ ¦ ¦ [ ] MYSQL Use MySQL for lookups/logging/quarantine ¦ ¦ ¦ ¦ [ ] PGSQL Use PgSQL for lookups/logging/quarantine ¦ ¦ ¦ ¦ [ ] LDAP Use LDAP for lookups ¦ ¦ ¦ ¦ [ ] SASL Use SASL authentication ¦ ¦ ¦ ¦ [X] MILTER Sendmail milter support ¦ ¦ ¦ ¦ [X] SPAMASSASSIN Use mail/p5-Mail-SpamAssassin ¦ ¦ ¦ ¦ [ ] P0F Passive operating system fingerprinting ¦ ¦ ¦ ¦ [ ] ALTERMIME Use AlterMime for defanging/disclaimers ¦ ¦ ¦ ¦ [X] FILE Use newer file(1) utility from ports ¦ ¦ ¦ ¦ [ ] RAR RAR support with archivers/rar ¦ ¦ ¦ ¦ [X] UNRAR RAR support with archivers/unrar ¦ ¦ ¦ ¦ [X] ARJ ARJ support with archivers/arj ¦ ¦ ¦ ¦ [ ] UNARJ ARJ support with archivers/unarj ¦ ¦ ¦ ¦ [X] LHA LHA support with archivers/lha ¦ ¦ ¦ ¦ [X] ARC ARC support with archivers/arc ¦ ¦ ¦ ¦ [ ] NOMARCH ARC support with archivers/nomarch ¦ ¦ ¦ ¦ [X] CAB CAB support with archivers/cabextract ¦ ¦ ¦ ¦ [X] RPM RPM support with archivers/rpm2cpio ¦ ¦ ¦ ¦ [X] ZOO ZOO support with archivers/zoo ¦ ¦ ¦ ¦ [ ] UNZOO ZOO support with archivers/unzoo ¦ ¦ ¦ ¦ [X] LZOP LZOP support with archivers/lzop ¦ ¦ ¦ ¦ [X] FREEZE FREEZE support with archivers/freeze ¦ ¦ ¦ ¦ [X] P7ZIP P7ZIP support with archivers/p7zip ¦ ¦ ¦ ¦ [X] MSWORD Ms Word support with textproc/ripole ¦ ¦ ¦ ¦ [ ] TNEF Add external tnef decoder converters/tnef ¦ ¦ +-+------v(+)------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
SpamAssassin Options
+--------------------------------------------------------------------+ ¦ Options for p5-Mail-SpamAssassin 3.3.1_3 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [X] AS_ROOT Run spamd as root (recommended) ¦ ¦ ¦ ¦ [X] SPAMC Build spamd/spamc (not for amavisd) ¦ ¦ ¦ ¦ [ ] SACOMPILE sa-compile ¦ ¦ ¦ ¦ [X] DKIM DKIM/DomainKeys Identified Mail ¦ ¦ ¦ ¦ [X] SSL Build with SSL support for spamd/spamc ¦ ¦ ¦ ¦ [X] GNUPG Install GnuPG (for sa-update) ¦ ¦ ¦ ¦ [ ] MYSQL Add MySQL support ¦ ¦ ¦ ¦ [ ] PGSQL Add PostreSQL support ¦ ¦ ¦ ¦ [X] RAZOR Add Vipul's Razor support ¦ ¦ ¦ ¦ [ ] SPF_QUERY Add SPF query support ¦ ¦ ¦ ¦ [ ] RELAY_COUNTRY Relay country support ¦ ¦ ¦ ¦ [ ] DCC Add DCC support (see LICENSE) ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
Cyrus-SASL-saslauthd Options
+--------------------------------------------------------------------+ ¦ Options for cyrus-sasl-saslauthd 2.1.23 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] BDB Use Berkeley DB ¦ ¦ ¦ ¦ [ ] OPENLDAP Use OpenLDAP ¦ ¦ ¦ ¦ [ ] HTTPFORM Enable HTTP form authentication ¦ ¦ ¦ ¦ ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
Screen Options
+--------------------------------------------------------------------+ ¦ Options for screen 4.0.3_10 ¦ ¦ +----------------------------------------------------------------+ ¦ ¦ ¦ [ ] CJK Treat CJK ambiguous characters as full width ¦ ¦ ¦ ¦ [X] INFO Build and install info documentation ¦ ¦ ¦ ¦ [X] MAN Build and install man pages ¦ ¦ ¦ ¦ [X] NETHACK Enable nethack-style messages ¦ ¦ ¦ ¦ [ ] XTERM_256 Enable support for 256 colour xterm ¦ ¦ ¦ ¦ [ ] HOSTINLOCKED Print user@host in locked message ¦ ¦ ¦ ¦ [ ] SHOWENC Show encoding on the status line ¦ ¦ +-+----------------------------------------------------------------+-¦ ¦ [ OK ] Cancel ¦ +--------------------------------------------------------------------+
Продолжение следует…
В данный момент порты все еще собираются у меня, это действие все проходит у меня на виртуальной машине, так что времени это займет прилично.
Один комментарий на «“ispCP Omega, Панель управления хостинг сервером на FreeBSD”»
Привет.. Решил начать читать твой (этот) блог и знаю что не в тему, но, лучше закрой регистрацию в блоге. Она тебе только мешает. Если закроешь регистрацию, у тебя больше шансов на то, что тебя не взломают.