<?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: apache - Recent Topics</title>
		<link>http://mediacorecommunity.org/community/tags/apache</link>
		<description>The support &amp; development community for MediaCore</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 02:51:00 +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/apache/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>nbruzzi on "Deployment Issues (Apache &#38; mod_wsgi)"</title>
			<link>http://mediacorecommunity.org/community/topic/deployment-issues-apache-mod_wsgi#post-3528</link>
			<pubDate>Mon, 06 Feb 2012 12:07:09 +0000</pubDate>
			<dc:creator>nbruzzi</dc:creator>
			<guid isPermaLink="false">3528@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;With no knowledge of what I am actually doing - (I am a complete beginner when it comes to anything of this nature) - I have MediaCore up and running on a VPS (CENTOS 6.2 i686).  I am having issues with deployment though.  As stated in &#34;Note 3&#34; from the instructions &#60;a href=&#34;http://mediacorecommunity.org/docs/install/apache-wsgi.html&#34;&#62;here&#60;/a&#62;, I have added a VirtualHost include with the additional lines needed, changed to meet my installation of course.&#60;/p&#62;
&#60;p&#62;Currently, I still receive a 404.... what might be the problem?  Apparently with my lack of any foundational knowledge in anything web related there is something I am missing! :)&#60;/p&#62;
&#60;p&#62;Help would be greatly appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sixinco on "Problem with Apache and mod_fastcgi"</title>
			<link>http://mediacorecommunity.org/community/topic/problem-with-apache-and-mod_fastcgi#post-3271</link>
			<pubDate>Wed, 02 Nov 2011 13:47:30 +0000</pubDate>
			<dc:creator>sixinco</dc:creator>
			<guid isPermaLink="false">3271@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I have a new problem, I get a strange error:&#60;/p&#62;
&#60;p&#62;[Wed Nov 02 19:07:17 2011] [crit] (13)Permission denied: FastCGI: can't create (dynamic) server &#34;/var/www/.../my_media/mediacore.fcgi &#60;/p&#62;
&#60;p&#62;What can it be and how do I solve this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tommybrett1977 on "need help on mod_wsgi &#38; mediacore installation on ubuntu linux 10.x"</title>
			<link>http://mediacorecommunity.org/community/topic/need-help-on-mod_wsgi-mediacore-installation-on-ubuntu-linux-10x#post-2680</link>
			<pubDate>Fri, 24 Jun 2011 10:31:45 +0000</pubDate>
			<dc:creator>tommybrett1977</dc:creator>
			<guid isPermaLink="false">2680@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;i followed the tutorial on setting up mediacore for production environment using mod_wsgi and apache2. i done all the steps just as explained. but when i try to call mediacore in my browser, i get an internal server error and apache's error.log says the following:&#60;/p&#62;
&#60;p&#62;thx[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195] mod_wsgi (pid=14513): Target WSGI script '/var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/deployment-scripts/mod_wsgi/mediacore.wsgi' cannot be loaded as Python module.&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195] mod_wsgi (pid=14513): Exception occurred processing WSGI script '/var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/deployment-scripts/mod_wsgi/mediacore.wsgi'.&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195] Traceback (most recent call last):&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/deployment-scripts/mod_wsgi/mediacore.wsgi&#34;, line 16, in &#38;lt;module&#38;gt;&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     application = loadapp('config:'+deployment_config)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 204, in loadapp&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     return loadobj(APP, uri, name=name, **kw)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 224, in loadobj&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     global_conf=global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 248, in loadcontext&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     global_conf=global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 278, in _loadconfig&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     return loader.get_context(object_type, name, global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 409, in get_context&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     section)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 431, in _context_from_use&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     object_type, name=use, global_conf=global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 361, in get_context&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     global_conf=global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 248, in loadcontext&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     global_conf=global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 285, in _loadegg&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     return loader.get_context(object_type, name, global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 561, in get_context&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     object_type, name=name)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 581, in find_egg_entry_point&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     pkg_resources.require(self.spec)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/pkg_resources.py&#34;, line 648, in require&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     needed = self.resolve(parse_requirements(requirements))&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/pkg_resources.py&#34;, line 546, in resolve&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     raise DistributionNotFound(req)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195] DistributionNotFound: MediaCore&#60;/p&#62;
&#60;p&#62;my apache virtualhost config looks like this:&#60;/p&#62;
&#60;p&#62;WSGIPythonHome /var/www/safetyfirst/mediacore_env&#60;/p&#62;
&#60;p&#62;&#38;lt;VirtualHost *:80&#38;gt;&#60;br /&#62;
    ServerName &#60;a href=&#34;http://www.tommytest.de&#34; rel=&#34;nofollow&#34;&#62;http://www.tommytest.de&#60;/a&#62;&#60;br /&#62;
    DocumentRoot /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0&#60;/p&#62;
&#60;p&#62;    WSGIDaemonProcess mcore \&#60;br /&#62;
        threads=10 \&#60;br /&#62;
        display-name=%{GROUP} \&#60;br /&#62;
        python-path=/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages \&#60;br /&#62;
        python-eggs=/var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/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 /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/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;/my_media&#34;&#38;gt;&#60;br /&#62;
        Allow from all&#60;br /&#62;
        Satisfy all&#60;br /&#62;
    &#38;lt;/Location&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;Directory /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0&#38;gt;&#60;br /&#62;
        Order allow,deny&#60;br /&#62;
        Allow from all&#60;br /&#62;
        Satisfy all&#60;br /&#62;
    &#38;lt;/Directory&#38;gt;&#60;/p&#62;
&#60;p&#62;    # Make the wsgi script accessible&#60;br /&#62;
    &#38;lt;Directory /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/deployment-scripts/mod_wsgi&#38;gt;&#60;br /&#62;
        Order allow,deny&#60;br /&#62;
        Allow from all&#60;br /&#62;
        Satisfy 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)(.*) /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/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)(.*) /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/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 /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/data/appearance&#60;/p&#62;
&#60;p&#62;    # Make all the static content accessible&#60;br /&#62;
    &#38;lt;Directory /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/mediacore/public/*&#38;gt;&#60;br /&#62;
        Order allow,deny&#60;br /&#62;
        Allow from all&#60;br /&#62;
        Satisfy all&#60;br /&#62;
        Options -Indexes&#60;br /&#62;
    &#38;lt;/Directory&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/VirtualHost&#38;gt;&#60;/p&#62;
&#60;p&#62;so my python virtualenv ist located under /var/www/safetyfirst/mediacore_env and my app-root is located under  /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0... these paths are correct. &#60;/p&#62;
&#60;p&#62;can anybody plz help? tried to figure out several things by googling around, but with no success :-(&#60;/p&#62;
&#60;p&#62;thx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>toddrosner on "Mediacore + Ubuntu 10.04 + Apache"</title>
			<link>http://mediacorecommunity.org/community/topic/mediacore-ubuntu-1004-apache#post-2318</link>
			<pubDate>Wed, 01 Jun 2011 10:41:43 +0000</pubDate>
			<dc:creator>toddrosner</dc:creator>
			<guid isPermaLink="false">2318@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I've successfully installed and tested Mediacore on Ubuntu 10.04 with the built in paster server and a deployment.ini file, and I can access the system without any problems using an IP address.&#60;/p&#62;
&#60;p&#62;I'm now trying to configure the system so that it works with an Apache VirtualHost so that i can access the system @ &#60;a href=&#34;http://mediacore.domain.tld&#34; rel=&#34;nofollow&#34;&#62;http://mediacore.domain.tld&#60;/a&#62;. I see that there's documentation for using mod_fastcgi and mod_wsgi but I can't get either of these methods to properly work.&#60;/p&#62;
&#60;p&#62;Has anyone successfully setup Mediacore + Ubuntu 10.04 + Apache and served it up using a subdomain such as &#60;a href=&#34;http://mediacore.domain.tld?&#34; rel=&#34;nofollow&#34;&#62;http://mediacore.domain.tld?&#60;/a&#62; If so, what are the exact steps involved.&#60;/p&#62;
&#60;p&#62;Any help is much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>benjaminfoden on "Debian Install - Please Do not Shoot me!"</title>
			<link>http://mediacorecommunity.org/community/topic/debian-install-please-do-not-shoot-me#post-2042</link>
			<pubDate>Sun, 08 May 2011 19:02:28 +0000</pubDate>
			<dc:creator>benjaminfoden</dc:creator>
			<guid isPermaLink="false">2042@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi Everyone,&#60;/p&#62;
&#60;p&#62;We have recently started to implement our own server infrastructure, as our shared hosting provider was proving too slow and costly for the space that we needed. I have been trying to install MediaCore 0.9 on an Apache Virtual host running FastCGI based on Debian Lenny.&#60;/p&#62;
&#60;p&#62;No matter what I do, and I've followed the instructions to the T, I always end up with the server just displaying the mediacore.fcgi file that is in the document root of the server (&#60;a href=&#34;http://media.purefm.com/)&#34; rel=&#34;nofollow&#34;&#62;http://media.purefm.com/)&#60;/a&#62;. At first, I thought that FastCGI was not installed correctly however this has proved not to be the case as I can see it through the phpinfo() tag (&#60;a href=&#34;http://media.purefm.com/info.php&#34; rel=&#34;nofollow&#34;&#62;http://media.purefm.com/info.php&#60;/a&#62;) where it clearly says under Server API: CGI/FastCGI. &#60;/p&#62;
&#60;p&#62;Any assistance would be more than appreciated, we would love to use MediaCore for serving Podcasts from our Student Radio Station. I've probably done something stupid, but I am fed up of going round in circles.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Spheerys on "How to run Mediacore on port 80 with an Apache instance ?"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-run-mediacore-on-port-80-with-an-apache-instance#post-1831</link>
			<pubDate>Tue, 19 Apr 2011 18:08:39 +0000</pubDate>
			<dc:creator>Spheerys</dc:creator>
			<guid isPermaLink="false">1831@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have installed MediaCore 0.9 on one of my web server wich runing Apache.&#60;/p&#62;
&#60;p&#62;MediaCore doesn't want to work on the port 80 because this port is already used (by apache, for my other websites).&#60;/p&#62;
&#60;p&#62;I want to use mediacore on a subdomain like &#60;a href=&#34;http://video.mydomain.tld&#34; rel=&#34;nofollow&#34;&#62;http://video.mydomain.tld&#60;/a&#62;, but on the port 80&#60;/p&#62;
&#60;p&#62;Is it possible without desactivate Apache ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KTachyon on "XSendFile with FastCGI"</title>
			<link>http://mediacorecommunity.org/community/topic/xsendfile-with-fastcgi#post-1640</link>
			<pubDate>Thu, 31 Mar 2011 11:42:43 +0000</pubDate>
			<dc:creator>KTachyon</dc:creator>
			<guid isPermaLink="false">1640@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I've been trying to configure XSendFile to work with Apache and MediaCore, but there seem to be some issues.&#60;/p&#62;
&#60;p&#62;I've installed the mod using:&#60;br /&#62;
apxs -cia mod_xsendfile.c&#60;/p&#62;
&#60;p&#62;Then added the 'XSendFile on' to the http.conf file, and changed the 'file_serve_method' attribute to the 'apache_xsendfile' as pointed on the instructions. But everytime I try to get media files, my browser requests:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://my.domain/media/files/254_something.mp4&#34; rel=&#34;nofollow&#34;&#62;http://my.domain/media/files/254_something.mp4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And the server responds with:&#60;/p&#62;
&#60;p&#62;&#34;The requested URL /media/mediacore.fcgi/files/254_something.mp4 was not found on this server.&#34;&#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Permission denied: FastCGI: can&#039;t create (dynamic) server"</title>
			<link>http://mediacorecommunity.org/community/topic/permission-denied-fastcgi-cant-create-dynamic-server#post-1435</link>
			<pubDate>Wed, 16 Mar 2011 23:48:39 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">1435@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi Everyone,&#60;/p&#62;
&#60;p&#62;I'm almost up and running.&#60;/p&#62;
&#60;p&#62;I get this error when testing my production site&#60;br /&#62;
grep -i &#34;FastCGI&#34; /var/log/httpd/error_log &#60;/p&#62;
&#60;p&#62;[Wed Mar 16 21:01:10 2011] [crit] (13)Permission denied: FastCGI: can't create (dynamic) server &#34;/home/username/public_html/media/mediacore.fcgi&#34;: bind() failed [/etc/httpd/logs/fastcgi/dynamic/dc918babd1cdcd0854d8730267dc7b8a]&#60;/p&#62;
&#60;p&#62;My website gives me this error: 500 Internal Server Error&#60;/p&#62;
&#60;p&#62;This is a CentOS VPS server &#60;/p&#62;
&#60;p&#62;Mediacore version 0.9 Final&#60;/p&#62;
&#60;p&#62;Wondering where to look or what to correct.... any advise would be appreciated.&#60;/p&#62;
&#60;p&#62;Thank you in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>samhs on "Files not serving correctly"</title>
			<link>http://mediacorecommunity.org/community/topic/files-not-serving-correctly#post-902</link>
			<pubDate>Wed, 17 Nov 2010 13:37:10 +0000</pubDate>
			<dc:creator>samhs</dc:creator>
			<guid isPermaLink="false">902@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Media uploads correctly, but doesn't serve from within Apache correctly. I've set Apache to use mod_xsendfile:&#60;/p&#62;
&#60;p&#62;LoadModule xsendfile_module modules/mod_xsendfile.so&#60;/p&#62;
&#60;p&#62;The file exists, and no errors are reported by Apache when I restart it so I'm guessing it's being loaded okay.&#60;/p&#62;
&#60;p&#62;But when I attempt to view the video I get a message that says:&#60;/p&#62;
&#60;p&#62;&#34;Video not found or access denied: /files/25-myvideo.mp4&#60;/p&#62;
&#60;p&#62;On querying the file directly using an online tool I get:&#60;/p&#62;
&#60;p&#62;#1 Server Response: &#60;a href=&#34;http://www.mysite.com/files/25-myvideo.mp4&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.com/files/25-myvideo.mp4&#60;/a&#62;&#60;br /&#62;
HTTP Status Code: HTTP/1.1 406 Not Acceptable&#60;br /&#62;
Date: Wed, 17 Nov 2010 18:15:07 GMT&#60;br /&#62;
Server: Apache/2.2.17 (Win32) mod_wsgi/3.3 Python/2.7&#60;br /&#62;
Pragma: no-cache&#60;br /&#62;
Cache-Control: no-cache&#60;br /&#62;
Content-Length: 122&#60;br /&#62;
Content-Type: text/plain; charset=UTF-8&#60;/p&#62;
&#60;p&#62;(although interestingly I get the file offered as a download if I try directly in firefox where it says it's a type MP4)&#60;/p&#62;
&#60;p&#62;Any help/advice/thoughts gratefully received!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mouseclone on "500 Internal Server Error"</title>
			<link>http://mediacorecommunity.org/community/topic/500-internal-server-error#post-456</link>
			<pubDate>Thu, 10 Jun 2010 00:37:04 +0000</pubDate>
			<dc:creator>mouseclone</dc:creator>
			<guid isPermaLink="false">456@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I'm running Centos5.5 - Plesk 9.3.0 - Apache2&#60;br /&#62;
I have suphp and mod_fcgid running as far as I can tell.  I know that suphp is working because it was working with wordpress.  I use suphp for write access from php/cgi.&#60;/p&#62;
&#60;p&#62;I have followed the directions, from the best that I can tell, correctly.  I can run the server by doing the :: paster serve --reload development.ini :: and that seems to work on port 8080, though I'm not trying to run on port 8080, just standard port 80.&#60;/p&#62;
&#60;p&#62;I have made the change for it to run on port 80 in the deployment.ini file.  though I can't get the paster serve to run on port 80, I can get it to run on port 8080.  When trying to run with paster serve on port 80, it tells me that the port is already busy.&#60;/p&#62;
&#60;p&#62;In any condition I'm attempting to run it in, i get this error:&#60;br /&#62;
&#60;code&#62;Premature end of script headers: mediacore.fcgi&#60;/code&#62;&#60;br /&#62;
in the error.log for the site.&#60;/p&#62;
&#60;p&#62;I have tried several configs in not only the .ini files but in the vhost.conf that plesk give me to make changes.  I'm out of options, and the web is of little help it seems.  Please let me know if you have an idea.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tinycg on "WSGI appending &#039;admin&#039; to file name"</title>
			<link>http://mediacorecommunity.org/community/topic/wsgi-appending-admin-to-file-name#post-315</link>
			<pubDate>Tue, 04 May 2010 23:42:05 +0000</pubDate>
			<dc:creator>tinycg</dc:creator>
			<guid isPermaLink="false">315@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I'm still working through some issues as mediacore_restart is stating the 'kill: (xxxx) - No such process' but in working through issues I also noticed that in my error logs I'm getting &#34;Target WSGI script not found or unable to stat: /xxxx/deployment-scripts/mod_wsgi/mediacore.wsgiadmin&#34;&#60;/p&#62;
&#60;p&#62;And can't figure out where I might have a typo or something thats causing 'admin' to be appended to the correct file location.&#60;/p&#62;
&#60;p&#62;Thats currently the only error in the error log, though as stated above I do seem to have other issues.&#60;/p&#62;
&#60;p&#62;I removed the virtualenv and started from scratch today installing a fresh copy of python 2.5 vs 2.6, updated pylons to 0.9.7 as I'd seen in another post, and checked my WSGI install which seems to be all setup.&#60;/p&#62;
&#60;p&#62;When I go to the URL it appears I'm put into a redirect loop, but given that its looking for a filename it will never find, I'd like to at least see if I can correct that first :)&#60;/p&#62;
&#60;p&#62;When I do a reload with the paste server, it's spitting back a lot of 'File' stuff, and I'm not familiar with it enough to know whether this is normal, of an issue.&#60;/p&#62;
&#60;p&#62;I have Apache 2.2, Python 2.5, root access, etc.. &#60;/p&#62;
&#60;p&#62;Thanks for any help in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>86me on "Mediacore 0.8rc1 mod_fastcgi spawning multiple processes"</title>
			<link>http://mediacorecommunity.org/community/topic/mediacore-08rc1-mod_fastcgi-spawning-multiple-processes#post-302</link>
			<pubDate>Tue, 04 May 2010 12:10:05 +0000</pubDate>
			<dc:creator>86me</dc:creator>
			<guid isPermaLink="false">302@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I've managed to get the 0.8rc1 release working with Apache/mod_fastcgi. I don't know if this is standard operating procedure, but I am seeing multiple processes being spawned. I see this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;22852 itunes    18   0  5056 3656 1576 D 84.0  0.1   0:01.98 mediacore.cgi
22850 itunes    18   0  5056 3648 1576 R 83.0  0.1   0:02.01 mediacore.cgi
22853 itunes    18   0  5060 3656 1576 R 83.0  0.1   0:01.99 mediacore.cgi
22849 itunes    18   0  5060 3660 1576 R 82.0  0.1   0:02.00 mediacore.cgi
22851 itunes    18   0  5056 3664 1576 R 82.0  0.1   0:01.96 mediacore.cgi
22854 itunes    18   0  5056 3668 1580 D 82.0  0.1   0:01.98 mediacore.cgi&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I installed &#60;code&#62;multiprocessing&#60;/code&#62; just in case. Things seem sluggish for so much cpu usage. I'm sure there are settings to change max children somwhere, but I haven't been able to figure it out.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

