<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>MediaCore Community &#187; Tag: centos - Recent Topics</title>
		<link>http://mediacorecommunity.org/community/tags/centos</link>
		<description>The support &amp; development community for MediaCore</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 02:49:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://mediacorecommunity.org/community/search.php</link>
		</textInput>
		<atom:link href="http://mediacorecommunity.org/community/rss/tags/centos/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>R9servicesLLC on "Mediacore: Setup subdomain (CentOS 5.6)"</title>
			<link>http://mediacorecommunity.org/community/topic/mediacore-setup-subdomain-centos-56#post-1930</link>
			<pubDate>Tue, 26 Apr 2011 14:15:01 +0000</pubDate>
			<dc:creator>R9servicesLLC</dc:creator>
			<guid isPermaLink="false">1930@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi Mediacore Staff, Helpers&#60;/p&#62;
&#60;p&#62;I own a server; already installed CentOS 5.6 + Kloxo Panel + Python 2.6 + Setuptools + Virtualenv + Apache 2.2 &#38;amp; mod_wsgi&#60;br /&#62;
I own a domain ,but I would like to setup Mediacore on subdomain like   &#60;a href=&#34;http://subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com&#60;/a&#62;&#60;br /&#62;
After many attempts I installed successfully Mediacore on Server, but I could not understand with those options on Deployment.ini and httpd.conf, I tried many ways nothing goes online :( I need your help to figure that out for configuring those 2 files for getting online My Mediacore with Apache 2.2 &#38;amp; mod_wsgi for a subdomain; I attached my log files for analyzing and for being helped by you:&#60;/p&#62;
&#60;p&#62;PS: I checked entire FAQ and Forum nothing is explained at this point :(&#60;/p&#62;
&#60;p&#62;This is my httpd.conf for this &#60;a href=&#34;http://subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com&#60;/a&#62; :&#60;br /&#62;
=======================================================================&#60;br /&#62;
&#38;lt;VirtualHost  \&#60;br /&#62;
          my.server.ip.200:80\&#60;br /&#62;
          192.168.122.1:80\&#60;br /&#62;
&#38;gt;&#60;br /&#62;
servername    subdomain.site.com&#60;br /&#62;
ServerAlias &#60;a href=&#34;http://www.subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://www.subdomain.site.com&#60;/a&#62;&#60;br /&#62;
DocumentRoot   /home/site/subdomain.site.com/&#60;br /&#62;
DirectoryIndex index.php index.html index.shtml index.htm default.htm Default.aspx Default.asp index.pl&#60;br /&#62;
ScriptAlias     /awstats/  /home/kloxo/httpd/awstats/wwwroot/cgi-bin/&#60;br /&#62;
&#38;lt;IfModule suexec.c&#38;gt;&#60;br /&#62;
SuexecUserGroup     site  site&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_suphp.c&#38;gt;&#60;br /&#62;
AddType application/x-httpd-php .php&#60;br /&#62;
RemoveHandler .php&#60;br /&#62;
&#38;lt;FilesMatch &#34;\.php$&#34; &#38;gt;&#60;br /&#62;
SetHandler x-httpd-php&#60;br /&#62;
&#38;lt;/FilesMatch&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
suPHP_AddHandler x-httpd-php&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
SuPhp_UserGroup     site  site&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;Redirect     /stats &#60;a href=&#34;http://subdomain.site.com/awstats/awstats.pl&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com/awstats/awstats.pl&#60;/a&#62;&#60;br /&#62;
Redirect     /stats/ &#60;a href=&#34;http://subdomain.site.com/awstats/awstats.pl&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com/awstats/awstats.pl&#60;/a&#62;&#60;br /&#62;
Alias     /__kloxo  /home/site/kloxoscript&#60;br /&#62;
Redirect     /webmail  &#60;a href=&#34;http://webmail.subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://webmail.subdomain.site.com&#60;/a&#62;&#60;br /&#62;
Redirect     /kloxononssl  &#60;a href=&#34;http://cp.subdomain.site.com:7777&#34; rel=&#34;nofollow&#34;&#62;http://cp.subdomain.site.com:7777&#60;/a&#62;&#60;br /&#62;
Redirect     /kloxo	&#60;a href=&#34;https://cp.subdomain.site.com:7777&#34; rel=&#34;nofollow&#34;&#62;https://cp.subdomain.site.com:7777&#60;/a&#62;&#60;br /&#62;
&#38;lt;Directory /home/httpd/subdomain.site.com/kloxoscript&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
ScriptAlias     /cgi-bin/   /home/site/subdomain.site.com//cgi-bin/&#60;br /&#62;
CustomLog      /home/httpd/subdomain.site.com/stats/subdomain.site.com-custom_log combined&#60;br /&#62;
ErrorLog       /home/httpd/subdomain.site.com/stats/subdomain.site.com-error_log&#60;br /&#62;
&#38;lt;Directory /home/site/subdomain.site.com/&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
Options +Includes +FollowSymlinks&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
&#38;lt;Directory /home/httpd/subdomain.site.com/webstats&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
&#38;lt;Location /stats&#38;gt;&#60;br /&#62;
Options +Indexes&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
&#38;lt;IfModule mod_suphp.c&#38;gt;&#60;br /&#62;
suPHP_Configpath /home/httpd/subdomain.site.com&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
&#38;lt;IfModule sapi_apache2.c&#38;gt;&#60;br /&#62;
php_admin_value open_basedir &#34;/home/httpd/subdomain.site.com/httpdocs:/home/httpd/subdomain.site.com/subdomain.site.com:/home/site/:/tmp:/usr/share/pear:/var/lib/php/session/:/home/kloxo/httpd/script&#34;&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;IfModule mod_php5.c&#38;gt;&#60;br /&#62;
php_admin_value open_basedir &#34;/home/httpd/subdomain.site.com/httpdocs:/home/httpd/subdomain.site.com/subdomain.site.com:/home/site/:/tmp:/usr/share/pear:/var/lib/php/session/:/home/kloxo/httpd/script&#34;&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
&#38;lt;/VirtualHost&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_ssl.c&#38;gt;&#60;br /&#62;
#### ssl virtualhost per ip&#60;br /&#62;
&#38;lt;VirtualHost  \&#60;br /&#62;
          my.server.ip.200:443\&#60;br /&#62;
          192.168.122.1:443\&#60;br /&#62;
&#38;gt;&#60;br /&#62;
servername    subdomain.site.com&#60;br /&#62;
ServerAlias &#60;a href=&#34;http://www.subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://www.subdomain.site.com&#60;/a&#62;&#60;br /&#62;
DocumentRoot   /home/site/subdomain.site.com/&#60;br /&#62;
DirectoryIndex index.php index.html index.shtml index.htm default.htm Default.aspx Default.asp index.pl&#60;br /&#62;
ScriptAlias     /awstats/  /home/kloxo/httpd/awstats/wwwroot/cgi-bin/&#60;br /&#62;
&#38;lt;IfModule suexec.c&#38;gt;&#60;br /&#62;
SuexecUserGroup     site  site&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_suphp.c&#38;gt;&#60;br /&#62;
AddType application/x-httpd-php .php&#60;br /&#62;
RemoveHandler .php&#60;br /&#62;
&#38;lt;FilesMatch &#34;\.php$&#34; &#38;gt;&#60;br /&#62;
SetHandler x-httpd-php&#60;br /&#62;
&#38;lt;/FilesMatch&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
suPHP_AddHandler x-httpd-php&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
SuPhp_UserGroup     site  site&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;Redirect     /stats &#60;a href=&#34;http://subdomain.site.com/awstats/awstats.pl&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com/awstats/awstats.pl&#60;/a&#62;&#60;br /&#62;
Redirect     /stats/ &#60;a href=&#34;http://subdomain.site.com/awstats/awstats.pl&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com/awstats/awstats.pl&#60;/a&#62;&#60;br /&#62;
Alias     /__kloxo  /home/site/kloxoscript&#60;br /&#62;
Redirect     /webmail  &#60;a href=&#34;http://webmail.subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://webmail.subdomain.site.com&#60;/a&#62;&#60;br /&#62;
Redirect     /kloxononssl  &#60;a href=&#34;http://cp.subdomain.site.com:7777&#34; rel=&#34;nofollow&#34;&#62;http://cp.subdomain.site.com:7777&#60;/a&#62;&#60;br /&#62;
Redirect     /kloxo	&#60;a href=&#34;https://cp.subdomain.site.com:7777&#34; rel=&#34;nofollow&#34;&#62;https://cp.subdomain.site.com:7777&#60;/a&#62;&#60;br /&#62;
&#38;lt;Directory /home/httpd/subdomain.site.com/kloxoscript&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
ScriptAlias     /cgi-bin/   /home/site/subdomain.site.com//cgi-bin/&#60;br /&#62;
&#38;lt;Directory /home/site/subdomain.site.com/&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
Options +Includes +FollowSymlinks&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
&#38;lt;Directory /home/httpd/subdomain.site.com/webstats&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
&#38;lt;Location /stats&#38;gt;&#60;br /&#62;
Options +Indexes&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
SSLEngine On&#60;br /&#62;
SSLCertificateFile /home/kloxo/httpd/ssl/eth0___localhost.crt&#60;br /&#62;
SSLCertificateKeyFile /home/kloxo/httpd/ssl/eth0___localhost.key&#60;br /&#62;
SSLCACertificatefile /home/kloxo/httpd/ssl/eth0___localhost.ca&#60;br /&#62;
&#38;lt;IfModule mod_suphp.c&#38;gt;&#60;br /&#62;
suPHP_Configpath /home/httpd/subdomain.site.com&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
&#38;lt;IfModule sapi_apache2.c&#38;gt;&#60;br /&#62;
php_admin_value open_basedir &#34;/home/httpd/subdomain.site.com/httpdocs:/home/httpd/subdomain.site.com/subdomain.site.com:/home/site/:/tmp:/usr/share/pear:/var/lib/php/session/:/home/kloxo/httpd/script&#34;&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;IfModule mod_php5.c&#38;gt;&#60;br /&#62;
php_admin_value open_basedir &#34;/home/httpd/subdomain.site.com/httpdocs:/home/httpd/subdomain.site.com/subdomain.site.com:/home/site/:/tmp:/usr/share/pear:/var/lib/php/session/:/home/kloxo/httpd/script&#34;&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
&#38;lt;/VirtualHost&#38;gt;&#60;br /&#62;
#### ssl virtualhost per ip end&#60;/p&#62;
&#60;p&#62;&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;LoadModule wsgi_module /usr/lib/httpd/modules/python26-mod_wsgi.so&#60;/p&#62;
&#60;p&#62;# You can tweak the WSGIDaemonProcess directive for performance, but this&#60;br /&#62;
# will work for now.&#60;br /&#62;
# Relevant doc pages:&#60;br /&#62;
#     &#60;a href=&#34;http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading&#60;/a&#62;&#60;br /&#62;
#     &#60;a href=&#34;http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess&#60;/a&#62;&#60;br /&#62;
# Hint: pay attention to issues surrounding worker-mpm and prefork-mpm.&#60;/p&#62;
&#60;p&#62;WSGIDaemonProcess mcore \&#60;br /&#62;
    threads=10 \&#60;br /&#62;
    display-name=%{GROUP} \&#60;br /&#62;
    python-path=home/site/subdomain.site.com/old/mediacore_env/lib/python2.5/site-packages \&#60;br /&#62;
    python-eggs=home/site/subdomain.site.com/old/data/python-egg-cache&#60;/p&#62;
&#60;p&#62;WSGIProcessGroup mcore&#60;/p&#62;
&#60;p&#62;# Intercept all requests to /my_media/* and pass them to mediacore.wsgi&#60;br /&#62;
WSGIScriptAlias /my_media home/site/subdomain.site.com/old/deployment-scripts/mod_wsgi/mediacore.wsgi&#60;/p&#62;
&#60;p&#62;# Make the url accessible (just in case it's not already)&#60;br /&#62;
&#38;lt;Location &#34;/&#34;&#38;gt;&#60;br /&#62;
    Allow from all&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;/p&#62;
&#60;p&#62;# Make the wsgi script accessible&#60;br /&#62;
&#38;lt;Directory home/site/subdomain.site.com/old/deployment-scripts/mod_wsgi&#38;gt;&#60;br /&#62;
       Allow from all&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;/p&#62;
&#60;p&#62;# Create an exception for media and podcast image from your data directory&#60;br /&#62;
AliasMatch /my_media/images/(media&#124;podcasts)(.*) home/site/subdomain.site.com/old/data/images/$1$2&#60;/p&#62;
&#60;p&#62;# Create an exception for all static mediacore content&#60;br /&#62;
AliasMatch /my_media/(admin/)?(images&#124;scripts&#124;styles)(.*) home/site/subdomain.site.com/old/mediacore/public/$1$2$3&#60;/p&#62;
&#60;p&#62;# Create an exception for your custom appearance css and images&#60;br /&#62;
Alias /my_media/appearance home/site/subdomain.site.com/old/data/appearance&#60;/p&#62;
&#60;p&#62;# Make all the static content accessible&#60;br /&#62;
&#38;lt;Directory home/site/subdomain.site.com/old/mediacore/public/*&#38;gt;&#60;br /&#62;
    Order allow,deny&#60;br /&#62;
    Allow from all&#60;br /&#62;
    Options -Indexes&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
=====================================================================&#60;br /&#62;
END===== END=======END===== END=======END===== END=======END===== END&#60;/p&#62;
&#60;p&#62;This is my Deployment.ini for this &#60;a href=&#34;http://subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com&#60;/a&#62; : &#60;/p&#62;
&#60;p&#62;=======================================================================&#60;/p&#62;
&#60;p&#62;#&#60;br /&#62;
# MediaCore - Pylons configuration&#60;br /&#62;
#&#60;br /&#62;
# The %(here)s variable will be replaced with the parent directory of this file&#60;br /&#62;
#&#60;br /&#62;
[DEFAULT]&#60;br /&#62;
#email_to = &#60;a href=&#34;mailto:info@site.com&#34;&#62;info@site.com&#60;/a&#62;&#60;br /&#62;
smtp_server = localhost&#60;br /&#62;
error_email_from = &#60;a href=&#34;mailto:info@site.com&#34;&#62;info@site.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;[server:main]&#60;br /&#62;
use = subdomain.site.com&#60;br /&#62;
host = 192.168.122.1&#60;br /&#62;
port = 80&#60;/p&#62;
&#60;p&#62;[app:main]&#60;br /&#62;
# Specify the database for SQLAlchemy to use&#60;br /&#62;
sqlalchemy.url = mysql://site_user:passwordsitedb@localhost/site_db?charset=utf8&#38;amp;use_unicode=0&#60;br /&#62;
sqlalchemy.echo = False&#60;br /&#62;
sqlalchemy.pool_recycle = 3600&#60;/p&#62;
&#60;p&#62;# Session salts.&#60;br /&#62;
beaker.session.secret = YbPWW+mYsl4oP07THcSxpm9Aw&#60;br /&#62;
sa_auth.cookie_secret = YbPWW+mYsl4oP07THcSxpm9Aw&#60;/p&#62;
&#60;p&#62;# Specify an optional prefix for table names.&#60;br /&#62;
# Use this if you want to put mediacore in the same database as another app.&#60;br /&#62;
# XXX: If you use this setting and you want to enable search, you'll have to&#60;br /&#62;
#      manually edit the table names in setup_triggers.sql to use this prefix.&#60;br /&#62;
# e.g. if you want your tables to be named like 'mcore_media', you should set:&#60;br /&#62;
# db_table_prefix = mcore&#60;/p&#62;
&#60;p&#62;# mod_proxy settings (untested)&#60;br /&#62;
# Use this if you are hosting mediacore behind a proxy.&#60;br /&#62;
# e.g. If hosting mediacore via mod_proxy at the URL&#60;br /&#62;
#      yoursite.com/my_proxied_mediacore/, such that all requests are passed&#60;br /&#62;
#      through to a Paste server at localhost:8080/, you should set:&#60;br /&#62;
#   proxy_prefix = /&#60;/p&#62;
&#60;p&#62;# Method to use when servng static media files. On of:&#60;br /&#62;
#   apache_xsendfile - requires Apache 2.x and mod_xsendfile&#60;br /&#62;
#   nginx_redirect - requires nginx - *not yet implemented*&#60;br /&#62;
#   default - uses environ['wsgi.file_wrapper'] if it's provided by the server,&#60;br /&#62;
#             otherwise a pure-python file iterator returns the file in chunks&#60;br /&#62;
file_serve_method = default&#60;/p&#62;
&#60;p&#62;# Enable automatic gzip compresson for all html/css/js/json responses.&#60;br /&#62;
# Keep this enabled unless you're serving MediaCore via Apache and you&#60;br /&#62;
# are able to enable gzip there instead.&#60;br /&#62;
enable_gzip = true&#60;/p&#62;
&#60;p&#62;# Data paths (your server user must be able to write to these paths!)&#60;br /&#62;
cache_dir = %(here)s/data&#60;br /&#62;
image_dir = %(here)s/data/images&#60;br /&#62;
media_dir = %(here)s/data/media&#60;/p&#62;
&#60;p&#62;# Files can be moved to a trash-like folder instead of being deleted&#60;br /&#62;
# permanently from the filesystem. Uncomment the line below to enable this:&#60;br /&#62;
#deleted_files_dir = %(here)s/data/deleted&#60;/p&#62;
&#60;p&#62;# If you'd like to fine-tune the individual locations of the cache data dirs&#60;br /&#62;
# for the Cache data, or the Session saves, un-comment the desired settings&#60;br /&#62;
# here:&#60;br /&#62;
#beaker.cache.data_dir = %(here)s/data/cache&#60;br /&#62;
#beaker.session.data_dir = %(here)s/data/sessions&#60;/p&#62;
&#60;p&#62;# Specify the layout template name to wrap core mediacore output in&#60;br /&#62;
layout_template = layout&#60;/p&#62;
&#60;p&#62;# Defines an external genshi template to wrap the output (including layout) in&#60;br /&#62;
external_template = false&#60;br /&#62;
external_template_name = external&#60;br /&#62;
external_template_url = &#60;a href=&#34;http://some/valid_genshi_template.html&#34; rel=&#34;nofollow&#34;&#62;http://some/valid_genshi_template.html&#60;/a&#62;&#60;br /&#62;
external_template_timeout = 600&#60;/p&#62;
&#60;p&#62;# Misc app instance settings&#60;br /&#62;
use = egg:MediaCore&#60;br /&#62;
full_stack = true&#60;br /&#62;
static_files = false&#60;br /&#62;
app_instance_uuid = {8bdb902d-f39d-45a1-bf51-0f1d56b8c05f}&#60;br /&#62;
beaker.session.key = mediacore&#60;/p&#62;
&#60;p&#62;# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*&#60;br /&#62;
# Debug mode will enable the interactive debugging tool, allowing ANYONE to&#60;br /&#62;
# execute malicious code after an exception is raised.&#60;br /&#62;
set debug = false&#60;/p&#62;
&#60;p&#62;# Logging configuration&#60;br /&#62;
# Add additional loggers, handlers, formatters here&#60;br /&#62;
# Uses python's logging config file format&#60;br /&#62;
# &#60;a href=&#34;http://docs.python.org/lib/logging-config-fileformat.html&#34; rel=&#34;nofollow&#34;&#62;http://docs.python.org/lib/logging-config-fileformat.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;[loggers]&#60;br /&#62;
keys = root&#60;/p&#62;
&#60;p&#62;[handlers]&#60;br /&#62;
keys = console, wsgierrors&#60;br /&#62;
# To enable a mediacore-specific logfile, see the [handler_logfile] setting&#60;br /&#62;
# below, and add 'logfile' to the list of keys, like so&#60;br /&#62;
# keys = console, wsgierrors, logfile&#60;/p&#62;
&#60;p&#62;[formatters]&#60;br /&#62;
keys = generic&#60;/p&#62;
&#60;p&#62;# If you create additional loggers, add them as a key to [loggers]&#60;br /&#62;
# see development.ini for examples&#60;br /&#62;
[logger_root]&#60;br /&#62;
level = INFO&#60;br /&#62;
handlers = console&#60;/p&#62;
&#60;p&#62;# If you create additional handlers, add them as a key to [handlers]&#60;br /&#62;
[handler_console]&#60;br /&#62;
class = StreamHandler&#60;br /&#62;
args = (sys.stderr,)&#60;br /&#62;
level = NOTSET&#60;br /&#62;
formatter = generic&#60;/p&#62;
&#60;p&#62;[handler_wsgierrors]&#60;br /&#62;
# Handler for logging to the WSGI error handler (eg. apache's error log)&#60;br /&#62;
class = pylons.log.WSGIErrorsHandler&#60;br /&#62;
args = ()&#60;br /&#62;
level = NOTSET&#60;br /&#62;
format = generic&#60;/p&#62;
&#60;p&#62;[handler_logfile]&#60;br /&#62;
# Handler for logging to a dedicated logfile. To use this, see the [handlers]&#60;br /&#62;
# section above; ensure the logfile you name is writeable by your server user.&#60;br /&#62;
class = FileHandler&#60;br /&#62;
args = ('/home/tico/v.site.com/old/data/deployment.log','a')&#60;br /&#62;
level = NOTSET&#60;br /&#62;
formatter = generic&#60;/p&#62;
&#60;p&#62;# If you create additional formatters, add them as a key to [formatters]&#60;br /&#62;
[formatter_generic]&#60;br /&#62;
format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] [%(threadName)s] %(message)s&#60;br /&#62;
datefmt = %H:%M:%S&#60;/p&#62;
&#60;p&#62;=====================================================================&#60;br /&#62;
END===== END=======END===== END=======END===== END=======END===== END
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JamesQualls on "CentOS 5.5 Installation"</title>
			<link>http://mediacorecommunity.org/community/topic/centos-55-installation#post-1819</link>
			<pubDate>Tue, 19 Apr 2011 05:12:19 +0000</pubDate>
			<dc:creator>JamesQualls</dc:creator>
			<guid isPermaLink="false">1819@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I have finally finished successful installation on a CentOS 5.5 Server&#60;br /&#62;
i have found a really great host that gives really good pricing for VPS&#60;/p&#62;
&#60;p&#62;This is the BEST HOST I HAVE EVER USED: &#60;a href=&#34;http://chunkhost.com/r/mediacore&#34; rel=&#34;nofollow&#34;&#62;http://chunkhost.com/r/mediacore&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;FIRST 512MB Server is FREE!!!!!&#60;br /&#62;
FULL ROOT ACCESS&#60;br /&#62;
Setup in minutes&#60;br /&#62;
Different OS to choose from as well&#60;br /&#62;
Ubuntu 8.04, 10.04, 10.10&#60;br /&#62;
Cent OS 5.5, 5.4&#60;br /&#62;
Debian 5, 6&#60;/p&#62;
&#60;p&#62;Anyway if anyone wants me to make a Cent OS 5.5 Install video I shall..I just need to know if anyone is interested
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ivan on "problems with accessing mediacore after installation"</title>
			<link>http://mediacorecommunity.org/community/topic/problems-with-accessing-mediacore-after-installation#post-1890</link>
			<pubDate>Fri, 22 Apr 2011 05:19:21 +0000</pubDate>
			<dc:creator>Ivan</dc:creator>
			<guid isPermaLink="false">1890@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello, all,&#60;/p&#62;
&#60;p&#62;I have installed latest mediacore on clean centos 5.6 with python2.4, running through all the steps in guide and have tried both modules fastcgi/wsgi for apache:&#60;/p&#62;
&#60;p&#62;a) when I try to run it via fastcgi module, and go to myhost/my_media, it shows me only index page with mediacore.fcgi file in it, nothing else happens&#60;/p&#62;
&#60;p&#62;b) when I try to run it via wsgi module, it shows me 403 forbidden on the same url.&#60;/p&#62;
&#60;p&#62;I have repeated all the installation steps once more just in the case and with the same result.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>C on "Error installing Mediacore (Step 2) on CentOS 5.4"</title>
			<link>http://mediacorecommunity.org/community/topic/error-installing-mediacore-step-2-on-centos-54#post-733</link>
			<pubDate>Tue, 19 Oct 2010 03:54:33 +0000</pubDate>
			<dc:creator>C</dc:creator>
			<guid isPermaLink="false">733@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The error is:&#60;/p&#62;
&#60;p&#62;[root@localhost MediaCore-0.8.2]# python2.5 setup.py develop&#60;br /&#62;
/opt/python2.5/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'paster_plugins'&#60;br /&#62;
  warnings.warn(msg)&#60;br /&#62;
running develop&#60;br /&#62;
running egg_info&#60;br /&#62;
writing requirements to MediaCore.egg-info/requires.txt&#60;br /&#62;
writing MediaCore.egg-info/PKG-INFO&#60;br /&#62;
writing top-level names to MediaCore.egg-info/top_level.txt&#60;br /&#62;
writing dependency_links to MediaCore.egg-info/dependency_links.txt&#60;br /&#62;
writing entry points to MediaCore.egg-info/entry_points.txt&#60;br /&#62;
reading manifest file 'MediaCore.egg-info/SOURCES.txt'&#60;br /&#62;
reading manifest template 'MANIFEST.in'&#60;br /&#62;
warning: no files found matching '*' under directory 'dependencies'&#60;br /&#62;
warning: no previously-included files matching '*' found under directory 'doc/build'&#60;br /&#62;
warning: no previously-included files matching '*.pyc' found under directory '*'&#60;br /&#62;
warning: no previously-included files matching '.*.swp' found under directory '*'&#60;br /&#62;
warning: no previously-included files matching '.DS_Store' found under directory '*'&#60;br /&#62;
writing manifest file 'MediaCore.egg-info/SOURCES.txt'&#60;br /&#62;
running build_ext&#60;br /&#62;
Creating /opt/python2.5/lib/python2.5/site-packages/MediaCore.egg-link (link to .)&#60;br /&#62;
MediaCore 0.8.2 is already the active version in easy-install.pth&#60;/p&#62;
&#60;p&#62;Installed /root/MediaCore-0.8.2&#60;br /&#62;
Processing dependencies for MediaCore==0.8.2&#60;br /&#62;
Searching for cElementTree&#38;gt;=1,&#38;lt;2&#60;br /&#62;
Reading &#60;a href=&#34;http://www.crummy.com/software/BeautifulSoup/download/3.x/&#34; rel=&#34;nofollow&#34;&#62;http://www.crummy.com/software/BeautifulSoup/download/3.x/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://www.pylonshq.com/download/&#34; rel=&#34;nofollow&#34;&#62;http://www.pylonshq.com/download/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://dist.repoze.org/&#34; rel=&#34;nofollow&#34;&#62;http://dist.repoze.org/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://pypi.python.org/simple/cElementTree/&#34; rel=&#34;nofollow&#34;&#62;http://pypi.python.org/simple/cElementTree/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://www.effbot.org/zone/celementtree.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.effbot.org/zone/celementtree.htm&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://effbot.org/downloads#celementtree&#34; rel=&#34;nofollow&#34;&#62;http://effbot.org/downloads#celementtree&#60;/a&#62;&#60;br /&#62;
Best match: cElementTree 1.0.5-20051216&#60;br /&#62;
Downloading &#60;a href=&#34;http://effbot.org/media/downloads/cElementTree-1.0.5-20051216.zip&#34; rel=&#34;nofollow&#34;&#62;http://effbot.org/media/downloads/cElementTree-1.0.5-20051216.zip&#60;/a&#62;&#60;br /&#62;
Processing cElementTree-1.0.5-20051216.zip&#60;br /&#62;
Running cElementTree-1.0.5-20051216/setup.py -q bdist_egg --dist-dir /tmp/easy_install-3H-Ge_/cElementTree-1.0.5-20051216/egg-dist-tmp-48PTN2&#60;br /&#62;
cElementTree.c:1371: aviso: ‘intargfunc’ es obsoleto&#60;br /&#62;
cElementTree.c:1372: aviso: ‘intintargfunc’ es obsoleto&#60;br /&#62;
cElementTree.c: In function ‘expat_unknown_encoding_handler’:&#60;br /&#62;
cElementTree.c:2143: aviso: el puntero que apunta en el paso del argumento 1 de ‘PyUnicodeUCS2_Decode’ difiere en signo&#60;br /&#62;
cElementTree.c: In function ‘xmlparser’:&#60;br /&#62;
cElementTree.c:2181: aviso: se pasa el argumento 4 de ‘PyArg_ParseTupleAndKeywords’ desde un tipo de puntero incompatible&#60;br /&#62;
/usr/bin/ld: cannot find -lpython2.5&#60;br /&#62;
collect2: ld devolvió el estado de salida 1&#60;br /&#62;
error: Setup script exited with error: command 'gcc' failed with exit status 1&#60;/p&#62;
&#60;p&#62;Can you help me? Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tonygp on "CentOS"</title>
			<link>http://mediacorecommunity.org/community/topic/centos#post-516</link>
			<pubDate>Mon, 28 Jun 2010 19:02:18 +0000</pubDate>
			<dc:creator>tonygp</dc:creator>
			<guid isPermaLink="false">516@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I have a VPS with CentOS on it and am having trouble installing MediaCore.  Are they any intructions or maybe a list of difference in installing to CentOS?  Thanks for a wonderful product!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bluemachine9 on "Installing Mediacore on VPS CentOS"</title>
			<link>http://mediacorecommunity.org/community/topic/installing-mediacore-on-vps-centos#post-519</link>
			<pubDate>Tue, 29 Jun 2010 17:01:46 +0000</pubDate>
			<dc:creator>bluemachine9</dc:creator>
			<guid isPermaLink="false">519@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm trying to figure out how to install Mediacore on VPS that we just got. It's running CentOS 5 (not sure which version), got Plesk 9.5.2, Python 2.4.3 (GCC 4.1.2)&#60;/p&#62;
&#60;p&#62;Can someone direct me to where I can find directions on how to install it on CentOS? I'm ready to call someone, if I only knew whom though. There are instructions for Ubuntu, but not for CentoOS.&#60;/p&#62;
&#60;p&#62;Please help
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

