<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Комментарии на: Настройка FreeBSD с нуля&#160;&#8212; Apache, PHP, MySQL, mc, webmin, proFTPd ...</title>
	<atom:link href="http://gtalex.ru/nastrojka-freebsd-s-nulya-apache-php-mysql-mc-webmin-proftpd/feed" rel="self" type="application/rss+xml" />
	<link>http://gtalex.ru/nastrojka-freebsd-s-nulya-apache-php-mysql-mc-webmin-proftpd</link>
	<description>SEO, Яндекс, Google, PHP, Apache, nginx, CMS, создание, взлом и защита сайтов...</description>
	<lastBuildDate>Mon, 21 May 2012 10:38:18 +0700</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>От: Андрей</title>
		<link>http://gtalex.ru/nastrojka-freebsd-s-nulya-apache-php-mysql-mc-webmin-proftpd/comment-page-3#comment-15019</link>
		<dc:creator>Андрей</dc:creator>
		<pubDate>Thu, 20 Oct 2011 08:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gtalex.ru/?p=441#comment-15019</guid>
		<description>Возвращаюсь к установке webmin http://gtalex.ru/nastrojka-freebsd-s-nulya-apache-php-mysql-mc-webmin-proftpd/comment-page-3#comment-15006

Деинсталлировал webmin и установил заново команда деинсталяции: 

cd /usr/ports/sysutils/webmin &amp;&amp; make deinstall clean


Установил поновой

cd /usr/ports/sysutils/webmin &amp;&amp; make install clean

Запускаем /usr/local/lib/webmin/setup.sh и конфигурируем webmin
и ещё для автозагрузки webmin идём /etc/rc.conf и добавляем 
       
      webmin_enable=&quot;YES&quot; 


Получил на выходе:

After installing Webmin for the first time you should perform the following
steps as root:

* Configure Webmin by running /usr/local/lib/webmin/setup.sh

* Add webmin_enable=&quot;YES&quot; to your /etc/rc.conf

* Start Webmin for the first time by running /usr/local/etc/rc.d/webmin start

The parameters requested by setup.sh may then be changed from within Webmin
itself.

===&gt;   Registering installation for webmin-1.570
===&gt;  Cleaning for webmin-1.570</description>
		<content:encoded><![CDATA[<p>Возвращаюсь к установке webmin <a href="http://gtalex.ru/nastrojka-freebsd-s-nulya-apache-php-mysql-mc-webmin-proftpd/comment-page-3#comment-15006">gtalex.ru/nastrojka-freeb... &minus;3#comment-15006</a></p><p>Деинсталлировал webmin и установил заново команда деинсталяции: </p><p>cd /usr/ports/sysutils/webmin &amp;&amp; make deinstall clean</p><p>Установил поновой</p><p>cd /usr/ports/sysutils/webmin &amp;&amp; make install clean</p><p>Запускаем /usr/local/lib/webmin/setup.sh и конфигурируем webmin</p><p>и ещё для автозагрузки webmin идём /etc/rc.conf и добавляем </p><p>webmin_enable="YES" </p><p>Получил на выходе:</p><p>After installing Webmin for the first time you should perform the following</p><p>steps as root:</p><p>* Configure Webmin by running /usr/local/lib/webmin/setup.sh</p><p>* Add webmin_enable="YES" to your /etc/rc.conf</p><p>* Start Webmin for the first time by running /usr/local/etc/rc.d/webmin start</p><p>The parameters requested by setup.sh may then be changed from within Webmin</p><p>itself.</p><p>===&gt;   Registering installation for webmin-1.570</p><p>===&gt;  Cleaning for webmin-1.570</p>]]></content:encoded>
	</item>
	<item>
		<title>От: Андрей</title>
		<link>http://gtalex.ru/nastrojka-freebsd-s-nulya-apache-php-mysql-mc-webmin-proftpd/comment-page-3#comment-15018</link>
		<dc:creator>Андрей</dc:creator>
		<pubDate>Thu, 20 Oct 2011 07:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gtalex.ru/?p=441#comment-15018</guid>
		<description>&quot;Понадобилось ещё PDO mysql доставить — кратко:&quot;
Пытаюсь установить... 
cd /usr/ports/databases/php52-pdo_mysql &amp;&amp; make install clean

Пишет всё ок он уже установлен.

Build complete.
Don&#039;t forget to run &#039;make test&#039;.
===&gt;  Installing for php52-pdo_mysql-5.2.17_3
===&gt;   php52-pdo_mysql-5.2.17_3 depends on file: /usr/local/include/php/main/php.h - found
===&gt;   php52-pdo_mysql-5.2.17_3 depends on file: /usr/local/lib/php/20060613/pdo.so - found
===&gt;   Generating temporary packing list
===&gt;  Checking if databases/php52-pdo_mysql already installed
===&gt;   php52-pdo_mysql-5.2.17_3 is already installed
      You may wish to ``make deinstall&#039;&#039; and install this port again
      by ``make reinstall&#039;&#039; to upgrade it properly.
      If you really wish to overwrite the old port of databases/php52-pdo_mysql
      without deleting it first, set the variable &quot;FORCE_PKG_REGISTER&quot;
      in your environment or the &quot;make install&quot; command line.
*** Error code 1

Stop in /usr/ports/databases/php52-pdo_mysql.</description>
		<content:encoded><![CDATA[<p>&laquo;Понадобилось ещё PDO mysql доставить — кратко:&raquo;</p><p>Пытаюсь установить... </p><p>cd /usr/ports/databases/php52-pdo_mysql &amp;&amp; make install clean</p><p>Пишет всё ок он уже установлен.</p><p>Build complete.</p><p>Don&#39;t forget to run &#39;make test&#39;.</p><p>===&gt;  Installing for php52-pdo_mysql-5.2.17_3</p><p>===&gt;   php52-pdo_mysql-5.2.17_3 depends on file: /usr/local/include/php/main/php.h&nbsp;&mdash; found</p><p>===&gt;   php52-pdo_mysql-5.2.17_3 depends on file: /usr/local/lib/php/20060613/pdo.so&nbsp;&mdash; found</p><p>===&gt;   Generating temporary packing list</p><p>===&gt;  Checking if databases/php52-pdo_mysql already installed</p><p>===&gt;   php52-pdo_mysql-5.2.17_3 is already installed</p><p>You may wish to ``make deinstall&#39;&#39; and install this port again</p><p>by ``make reinstall&#39;&#39; to upgrade it properly.</p><p>If you really wish to overwrite the old port of databases/php52-pdo_mysql</p><p>without deleting it first, set the variable &laquo;FORCE_PKG_REGISTER&raquo;</p><p>in your environment or the &laquo;make install&raquo; command line.</p><p>*** Error code 1</p><p>Stop in /usr/ports/databases/php52-pdo_mysql.</p>]]></content:encoded>
	</item>
	<item>
		<title>От: Андрей</title>
		<link>http://gtalex.ru/nastrojka-freebsd-s-nulya-apache-php-mysql-mc-webmin-proftpd/comment-page-3#comment-15017</link>
		<dc:creator>Андрей</dc:creator>
		<pubDate>Thu, 20 Oct 2011 07:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gtalex.ru/?p=441#comment-15017</guid>
		<description>Устанавливаю MySql PHP расширение — 
cd /usr/ports/databases/php52-mysql &amp;&amp; make install clean

Всё ок. 


Build complete.
Don&#039;t forget to run &#039;make test&#039;.
===&gt;  Installing for php52-mysql-5.2.17_3
===&gt;   php52-mysql-5.2.17_3 depends on file: /usr/local/include/php/main/php.h - found
===&gt;   Generating temporary packing list
===&gt;  Checking if databases/php52-mysql already installed
===&gt;   Registering installation for php52-mysql-5.2.17_3
****************************************************************************

The following line has been added to your /usr/local/etc/php/extensions.ini
configuration file to automatically load the installed extension:

extension=mysql.so</description>
		<content:encoded><![CDATA[<p>Устанавливаю MySql PHP расширение — </p><p>cd /usr/ports/databases/php52-mysql &amp;&amp; make install clean</p><p>Всё ок. </p><p>Build complete.</p><p>Don&#39;t forget to run &#39;make test&#39;.</p><p>===&gt;  Installing for php52-mysql-5.2.17_3</p><p>===&gt;   php52-mysql-5.2.17_3 depends on file: /usr/local/include/php/main/php.h&nbsp;&mdash; found</p><p>===&gt;   Generating temporary packing list</p><p>===&gt;  Checking if databases/php52-mysql already installed</p><p>===&gt;   Registering installation for php52-mysql-5.2.17_3</p><p>****************************************************************************</p><p>The following line has been added to your /usr/local/etc/php/extensions.ini</p><p>configuration file to automatically load the installed extension:</p><p>extension=mysql.so</p>]]></content:encoded>
	</item>
	<item>
		<title>От: Андрей</title>
		<link>http://gtalex.ru/nastrojka-freebsd-s-nulya-apache-php-mysql-mc-webmin-proftpd/comment-page-3#comment-15016</link>
		<dc:creator>Андрей</dc:creator>
		<pubDate>Thu, 20 Oct 2011 07:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gtalex.ru/?p=441#comment-15016</guid>
		<description>Устанавливаю PHP расширения (БЕЗ МУСКУЛА!) — 
cd /usr/ports/lang/php52-extensions &amp;&amp; make config &amp;&amp; make install clean

Всё ок. Ниже установленные расширения.

===&gt;   Generating temporary packing list
===&gt;  Checking if lang/php52-extensions already installed
===&gt;   Registering installation for php52-extensions-1.3_1
===&gt;  Cleaning for php52-ctype-5.2.17_3
===&gt;  Cleaning for php52-dom-5.2.17_3
===&gt;  Cleaning for php52-filter-5.2.17_3
===&gt;  Cleaning for php52-hash-5.2.17_3
===&gt;  Cleaning for php52-iconv-5.2.17_3
===&gt;  Cleaning for php52-json-5.2.17_3
===&gt;  Cleaning for php52-pcre-5.2.17_3
===&gt;  Cleaning for php52-pdo-5.2.17_3
===&gt;  Cleaning for php52-pdo_sqlite-5.2.17_3
===&gt;  Cleaning for php52-pdo_mysql-5.2.17_3
===&gt;  Cleaning for php52-posix-5.2.17_3
===&gt;  Cleaning for php52-session-5.2.17_3
===&gt;  Cleaning for php52-simplexml-5.2.17_3
===&gt;  Cleaning for php52-spl-5.2.17_3
===&gt;  Cleaning for php52-sqlite-5.2.17_3
===&gt;  Cleaning for php52-tokenizer-5.2.17_3
===&gt;  Cleaning for php52-xml-5.2.17_3
===&gt;  Cleaning for php52-xmlreader-5.2.17_3
===&gt;  Cleaning for php52-xmlwriter-5.2.17_3
===&gt;  Cleaning for mysql-client-5.1.58
===&gt;  Cleaning for php52-extensions-1.3_1</description>
		<content:encoded><![CDATA[<p>Устанавливаю PHP расширения (БЕЗ МУСКУЛА!) — </p><p>cd /usr/ports/lang/php52-extensions &amp;&amp; make config &amp;&amp; make install clean</p><p>Всё ок. Ниже установленные расширения.</p><p>===&gt;   Generating temporary packing list</p><p>===&gt;  Checking if lang/php52-extensions already installed</p><p>===&gt;   Registering installation for php52-extensions-1.3_1</p><p>===&gt;  Cleaning for php52-ctype-5.2.17_3</p><p>===&gt;  Cleaning for php52-dom-5.2.17_3</p><p>===&gt;  Cleaning for php52-filter-5.2.17_3</p><p>===&gt;  Cleaning for php52-hash-5.2.17_3</p><p>===&gt;  Cleaning for php52-iconv-5.2.17_3</p><p>===&gt;  Cleaning for php52-json-5.2.17_3</p><p>===&gt;  Cleaning for php52-pcre-5.2.17_3</p><p>===&gt;  Cleaning for php52-pdo-5.2.17_3</p><p>===&gt;  Cleaning for php52-pdo_sqlite-5.2.17_3</p><p>===&gt;  Cleaning for php52-pdo_mysql-5.2.17_3</p><p>===&gt;  Cleaning for php52-posix-5.2.17_3</p><p>===&gt;  Cleaning for php52-session-5.2.17_3</p><p>===&gt;  Cleaning for php52-simplexml-5.2.17_3</p><p>===&gt;  Cleaning for php52-spl-5.2.17_3</p><p>===&gt;  Cleaning for php52-sqlite-5.2.17_3</p><p>===&gt;  Cleaning for php52-tokenizer-5.2.17_3</p><p>===&gt;  Cleaning for php52-xml-5.2.17_3</p><p>===&gt;  Cleaning for php52-xmlreader-5.2.17_3</p><p>===&gt;  Cleaning for php52-xmlwriter-5.2.17_3</p><p>===&gt;  Cleaning for mysql-client-5.1.58</p><p>===&gt;  Cleaning for php52-extensions-1.3_1</p>]]></content:encoded>
	</item>
	<item>
		<title>От: Андрей</title>
		<link>http://gtalex.ru/nastrojka-freebsd-s-nulya-apache-php-mysql-mc-webmin-proftpd/comment-page-3#comment-15015</link>
		<dc:creator>Андрей</dc:creator>
		<pubDate>Thu, 20 Oct 2011 06:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gtalex.ru/?p=441#comment-15015</guid>
		<description>Ставим PHP5.2 
cd /usr/ports/lang/php52 &amp;&amp; make config &amp;&amp; make install clean
Всё ок.
Встал релиз php52-5.2.17_3</description>
		<content:encoded><![CDATA[<p>Ставим PHP5.2 </p><p>cd /usr/ports/lang/php52 &amp;&amp; make config &amp;&amp; make install clean</p><p>Всё ок.</p><p>Встал релиз php52&minus;5.2.17_3</p>]]></content:encoded>
	</item>
	<item>
		<title>От: Андрей</title>
		<link>http://gtalex.ru/nastrojka-freebsd-s-nulya-apache-php-mysql-mc-webmin-proftpd/comment-page-3#comment-15014</link>
		<dc:creator>Андрей</dc:creator>
		<pubDate>Thu, 20 Oct 2011 06:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gtalex.ru/?p=441#comment-15014</guid>
		<description>Ставлю proFTPd и заливаю назад все свои бэкапы — cd /usr/ports/ftp/proftpd &amp;&amp; make install clean
Всё ок.
===&gt; Installing rc.d startup script(s)
===&gt;   Compressing manual pages for proftpd-1.3.3f
===&gt;   Registering installation for proftpd-1.3.3f
===&gt; SECURITY REPORT:
      This port has installed the following files which may act as network
      servers and may therefore pose a remote security risk to the system.
/usr/local/sbin/proftpd

      This port has installed the following startup scripts which may cause
      these network services to be started at boot time.
/usr/local/etc/rc.d/proftpd

      If there are vulnerabilities in these programs there may be a security
      risk to the system. FreeBSD makes no guarantee about the security of
      ports included in the Ports Collection. Please type &#039;make deinstall&#039;
      to deinstall the port if this is a concern.

      For more information, and contact details about the security
      status of this software, see the following webpage:
http://www.proftpd.org/
===&gt;  Cleaning for proftpd-1.3.3f</description>
		<content:encoded><![CDATA[<p>Ставлю proFTPd и заливаю назад все свои бэкапы — cd /usr/ports/ftp/proftpd &amp;&amp; make install clean</p><p>Всё ок.</p><p>===&gt; Installing rc.d startup script(s)</p><p>===&gt;   Compressing manual pages for proftpd-1.3.3f</p><p>===&gt;   Registering installation for proftpd-1.3.3f</p><p>===&gt; SECURITY REPORT:</p><p>This port has installed the following files which may act as network</p><p>servers and may therefore pose a remote security risk to the system.</p><p>/usr/local/sbin/proftpd</p><p>This port has installed the following startup scripts which may cause</p><p>these network services to be started at boot time.</p><p>/usr/local/etc/rc.d/proftpd</p><p>If there are vulnerabilities in these programs there may be a security</p><p>risk to the system. FreeBSD makes no guarantee about the security of</p><p>ports included in the Ports Collection. Please type &#39;make deinstall&#39;</p><p>to deinstall the port if this is a concern.</p><p>For more information, and contact details about the security</p><p>status of this software, see the following webpage:</p><p><noindex><a rel="nofollow" title="http://www.proftpd.org/" target="_blank" href="http://gtalex.ru/go/http://www.proftpd.org/">www.proftpd.org/</a></noindex></p><p>===&gt;  Cleaning for proftpd-1.3.3f</p>]]></content:encoded>
	</item>
	<item>
		<title>От: Андрей</title>
		<link>http://gtalex.ru/nastrojka-freebsd-s-nulya-apache-php-mysql-mc-webmin-proftpd/comment-page-3#comment-15013</link>
		<dc:creator>Андрей</dc:creator>
		<pubDate>Thu, 20 Oct 2011 06:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gtalex.ru/?p=441#comment-15013</guid>
		<description>Устанавливаю Апач — cd /usr/ports/www/apache22 &amp;&amp; make config &amp;&amp; make install clean. Опять окошки... соглашаюсь со всем по умолчанию.
Всё ок. Идем опять rc.conf (он лежит в папке /etc/) и добавляем для автозагрузки

apache22_enable=&quot;YES&quot;


===&gt; Installing rc.d startup script(s)
To run apache www server from startup, add apache22_enable=&quot;YES&quot;
in your /etc/rc.conf. Extra options can be found in startup script.

Your hostname must be resolvable using at least 1 mechanism in
/etc/nsswitch typically DNS or /etc/hosts or apache might
have issues starting depending on the modules you are using.
===&gt;   Compressing manual pages for apache-2.2.21
===&gt;   Registering installation for apache-2.2.21
===&gt;  Cleaning for autoconf-2.68
===&gt;  Cleaning for expat-2.0.1_2
===&gt;  Cleaning for apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1
===&gt;  Cleaning for m4-1.4.16,1
===&gt;  Cleaning for help2man-1.40.4
===&gt;  Cleaning for autoconf-wrapper-20101119
===&gt;  Cleaning for automake-1.11.1
===&gt;  Cleaning for gdbm-1.9.1
===&gt;  Cleaning for db42-4.2.52_5
===&gt;  Cleaning for p5-Locale-gettext-1.05_3
===&gt;  Cleaning for automake-wrapper-20101119
===&gt;  Cleaning for apache-2.2.21</description>
		<content:encoded><![CDATA[<p>Устанавливаю Апач — cd /usr/ports/www/apache22 &amp;&amp; make config &amp;&amp; make install clean. Опять окошки... соглашаюсь со всем по умолчанию.</p><p>Всё ок. Идем опять rc.conf (он лежит в папке /etc/) и добавляем для автозагрузки</p><p>apache22_enable="YES"</p><p>===&gt; Installing rc.d startup script(s)</p><p>To run apache www server from startup, add apache22_enable="YES"</p><p>in your /etc/rc.conf. Extra options can be found in startup script.</p><p>Your hostname must be resolvable using at least 1 mechanism in</p><p>/etc/nsswitch typically DNS or /etc/hosts or apache might</p><p>have issues starting depending on the modules you are using.</p><p>===&gt;   Compressing manual pages for apache-2.2.21</p><p>===&gt;   Registering installation for apache-2.2.21</p><p>===&gt;  Cleaning for autoconf-2.68</p><p>===&gt;  Cleaning for expat-2.0.1_2</p><p>===&gt;  Cleaning for apr-ipv6-devrandom-gdbm-db42&minus;1.4.5.1.3.12_1</p><p>===&gt;  Cleaning for m4&minus;1.4.16,1</p><p>===&gt;  Cleaning for help2man-1.40.4</p><p>===&gt;  Cleaning for autoconf-wrapper-20101119</p><p>===&gt;  Cleaning for automake-1.11.1</p><p>===&gt;  Cleaning for gdbm-1.9.1</p><p>===&gt;  Cleaning for db42&minus;4.2.52_5</p><p>===&gt;  Cleaning for p5-Locale-gettext-1.05_3</p><p>===&gt;  Cleaning for automake-wrapper-20101119</p><p>===&gt;  Cleaning for apache-2.2.21</p>]]></content:encoded>
	</item>
</channel>
</rss>

