<?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>kocmuk.ru блог &#187; mod_python</title>
	<atom:link href="http://kocmuk.ru/tag/mod_python/feed/" rel="self" type="application/rss+xml" />
	<link>http://kocmuk.ru</link>
	<description>My own personal playground</description>
	<lastBuildDate>Fri, 20 Jan 2012 19:04:13 +0000</lastBuildDate>
	<language>ru</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Building a Web Services in Python</title>
		<link>http://kocmuk.ru/2008/05/16/building-a-web-services-in-python/</link>
		<comments>http://kocmuk.ru/2008/05/16/building-a-web-services-in-python/#comments</comments>
		<pubDate>Thu, 15 May 2008 20:35:55 +0000</pubDate>
		<dc:creator>kocmuk.ru</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_python]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://kocmuk.ru/2008/05/16/xml-webservices-at-python/</guid>
		<description><![CDATA[Поднимаем XML веб-сервис на Пайтоне 1. Python: В системе должен быть установлен python, версии не ниже 2.3 2. Устанавливаем apache ( httpd-2.2.8 ): $ ./configure --prefix=/usr/local/apache2-soap \ --with-mpm=prefork \ --enable-so \ --enable-mods-shared="actions alias asis auth rewrite ssl" \ --disable-userdir \ --disable-cgi \ --disable-include \ --disable-autoindex $ make $ make install Здесь, в общем-то, обычная установка [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Поднимаем XML <a href="http://ru.wikipedia.org/wiki/Веб-сервис" target="_blank">веб-сервис</a> на Пайтоне</strong><br />
<strong>1. Python:</strong></p>
<blockquote>
<p>В системе должен быть установлен <a href="http://www.python.org/" target="_blank">python</a>, версии не ниже 2.3</p>
</blockquote>
<p><strong>2. Устанавливаем apache ( <a href="http://httpd.apache.org/" target="_blank">httpd-2.2.8</a> ):</strong></p>
<blockquote>
<pre>$ ./configure  --prefix=/usr/local/apache2-soap \
--with-mpm=prefork \
--enable-so \
--enable-mods-shared="actions alias asis auth rewrite ssl" \
--disable-userdir \
--disable-cgi \
--disable-include \
--disable-autoindex
$ make
$ make install</pre>
<p>Здесь, в общем-то, обычная установка apache. И если у вас уже есть apache, можно использовать его. Здесь я попытался собрать &laquo;лёгкий&raquo; апач, с минимумом модулей. Использовать можно как apache 1.3, так и apache 2.0 или 2.2</p>
</blockquote>
<p><strong>3. Устанавливаем mod_python ( <a href="http://www.modpython.org/" target="_blank">mod_python-3.3.1</a> )</strong></p>
<p><br/>Читать дальше <a href="http://kocmuk.ru/2008/05/16/building-a-web-services-in-python/">Building a Web Services in Python</a></p>
<br/>
Метки: <a href="http://kocmuk.ru/tag/apache/" rel="tag">apache</a>, <a href="http://kocmuk.ru/tag/mod_python/" rel="tag">mod_python</a>, <a href="http://kocmuk.ru/tag/python/" rel="tag">python</a>, <a href="http://kocmuk.ru/tag/webservice/" rel="tag">webservice</a>, <a href="http://kocmuk.ru/tag/xml/" rel="tag">xml</a>
<br/>
<hr />
© Авторство и права принадлежат: <a href="http://kocmuk.ru">kocmuk.ru блог</a>, 2008.

]]></content:encoded>
			<wfw:commentRss>http://kocmuk.ru/2008/05/16/building-a-web-services-in-python/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

