<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>(front|back) end &#8212; LE RR ME</title>
	<atom:link href="https://lerr.me/cat/frontback-end/feed" rel="self" type="application/rss+xml" />
	<link>https://lerr.me</link>
	<description>Ещё один сайт непонятно о чём</description>
	<lastBuildDate>Wed, 16 Oct 2019 17:30:49 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Grafana+Influxdb+telegram (CentOS,ssl,nginx,apache)</title>
		<link>https://lerr.me/837.html</link>
					<comments>https://lerr.me/837.html#respond</comments>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Tue, 19 Feb 2019 14:02:20 +0000</pubDate>
				<category><![CDATA[(front|back) end]]></category>
		<guid isPermaLink="false">http://lerr.me/?p=837</guid>

					<description><![CDATA[Actual Links: https://portal.influxdata.com/downloads/ https://grafana.com/grafana/download/ Install: INFLUXDB wget https://dl.influxdata.com/influxdb/releases/influxdb-1.7.4.x86_64.rpm sudo yum localinstall influxdb-1.7.4.x86_64.rpm systemctl start influxdb systemctl enable influxdb Install TELEGRAF: wget https://dl.influxdata.com/telegraf/releases/telegraf-1.9.4-1.x86_64.rpm sudo yum localinstall telegraf-1.9.4-1.x86_64.rpm systemctl start telegraf systemctl enable telegraf Install GRAFANA: wget https://dl.grafana.com/oss/release/grafana-5.4.3-1.x86_64.rpm  sudo yum localinstall grafana-5.4.3-1.x86_64.rpm systemctl start grafana-server systemctl enable grafana-server IF YOU EDIT CONFIG FILES: systemctl restart grafana-server systemctl restart telegraf systemctl [&#8230;]]]></description>
		
					<wfw:commentRss>https://lerr.me/837.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>fastcgi+nginx internal server error</title>
		<link>https://lerr.me/834.html</link>
					<comments>https://lerr.me/834.html#respond</comments>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Sun, 17 Feb 2019 10:49:46 +0000</pubDate>
				<category><![CDATA[(front|back) end]]></category>
		<guid isPermaLink="false">http://lerr.me/?p=834</guid>

					<description><![CDATA[/etc/httpd/conf.d/fcgid.conf Увеличиваем лимит до 32МБ FcgidMaxRequestLen 33554432 MaxRequestLen 33554432]]></description>
		
					<wfw:commentRss>https://lerr.me/834.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>nginx + fastcgi_intercept_errors = мини-грабли</title>
		<link>https://lerr.me/832.html</link>
					<comments>https://lerr.me/832.html#respond</comments>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Sun, 17 Feb 2019 10:01:56 +0000</pubDate>
				<category><![CDATA[(front|back) end]]></category>
		<guid isPermaLink="false">http://lerr.me/?p=832</guid>

					<description><![CDATA[Есть такая опция у nginx&#8217;а, fastcgi_intercept_errors. Она перехватывает ошибки fastcgi и преобразовыает их в ошибки nginx&#8217;а.Сегодня около часа потратил на такую ситуацию. nginx + php-fpm. Конфиги адекватные, в барузере 500 Internal Server Error. В nginx/error.log пусто. В php-fpm/error.log пусто. Включил везде debug по-максимуму &#8212; в логах пусто. Всё перепроверил на 10 раз &#8212; без результата, [&#8230;]]]></description>
		
					<wfw:commentRss>https://lerr.me/832.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>YII2 composer install</title>
		<link>https://lerr.me/340.html</link>
					<comments>https://lerr.me/340.html#respond</comments>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Fri, 08 Apr 2016 20:52:34 +0000</pubDate>
				<category><![CDATA[(front|back) end]]></category>
		<guid isPermaLink="false">http://ler.co.in/?p=340</guid>

					<description><![CDATA[cd /var/www/zns/data/www/site.org composer create-project --prefer-dist yiisoft/yii2-app-advanced app создаем token если потребует https://help.github.com/articles/creating-an-access-token-for-command-line-use/ Проверяем http://site.org/app/requirements.php Доустанавливаем на CENTOS 6 yum install php-pear php-devel httpd-devel pcre-devel gcc make yum -y install php-pecl-apc yum --enablerepo=remi install php-intl yum install ImageMagick ImageMagick-devel ImageMagick-perl pecl install imagick echo extension=imagick.so &#62;&#62; /etc/php.ini service httpd restart]]></description>
		
					<wfw:commentRss>https://lerr.me/340.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>bower + composer + grunt = любовь</title>
		<link>https://lerr.me/331.html</link>
					<comments>https://lerr.me/331.html#respond</comments>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Fri, 08 Apr 2016 14:22:24 +0000</pubDate>
				<category><![CDATA[(front|back) end]]></category>
		<guid isPermaLink="false">http://ler.co.in/?p=331</guid>

					<description><![CDATA[Бауэр (Bower) это пакетный менеджер для front-end разработчиков. Позволяет скачивать необходимые JavaScript библиотеки и CSS стили. Для того, чтобы не посещать сайты с нужными библиотеками в поисках обновлений. Бауэр делает все по команде в консоли и файлу конфигурации. Компосер (Composer) это менеджер зависимостей PHP, который обновляет необходимые библиотеки вашего проекта. Компосер установит необходимые библиотеки за [&#8230;]]]></description>
		
					<wfw:commentRss>https://lerr.me/331.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
