<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Centos Webmin install</title>
		<link>http://wikipbx.subwiki.com/forum/t-208320/centos-webmin-install</link>
		<description>Posts in the discussion thread &quot;Centos Webmin install&quot; - All seems OK, but no webpage</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 05 Sep 2010 04:13:57 +0000</lastBuildDate>
		
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-208320#post-667069</guid>
				<title>Re: Centos Webmin install</title>
				<link>http://wikipbx.subwiki.com/forum/t-208320/centos-webmin-install#post-667069</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 07:38:21 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Your httpd.conf snippet is missing some crucial variabes, for example the WSGIScriptAlias variable. Please check the <a href="http://wikipbx.subwiki.com/configure-wikipbx-mod-wsgi">mod_wsgi configuration section</a> carefully.</p> <blockquote> <p>DeprecationWarning: the md5 module is deprecated: use haslib instead</p> </blockquote> <p>This is just a warning so I don't think its the root of the problem. Please fix your httpd.conf and retry, and look for errors in the /var/logs/apache2/error.log and post them along with any errors that appear in the browser. If the errors are huge please use <a href="http://pastebin.ca">pastebin</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-208320#post-667066</guid>
				<title>Re: Centos Webmin install</title>
				<link>http://wikipbx.subwiki.com/forum/t-208320/centos-webmin-install#post-667066</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 07:33:59 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>But it doesn't seem to store the details in files like regular Apache (probably database?). So there is a way to force the normal directory structure by putting the line</p> </blockquote> <p>Ah ok, that makes sense. I've used webmin but I'm not really all that familiar with what goes on under the hood.</p> <blockquote> <p>Is there a known way to configure the virtual server using Webmin?</p> </blockquote> <p>Probably but you'd have to do some trailblazing here .. I don't think anyone's tried that yet!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-208320#post-666577</guid>
				<title>Re: Centos Webmin install</title>
				<link>http://wikipbx.subwiki.com/forum/t-208320/centos-webmin-install#post-666577</link>
				<description></description>
				<pubDate>Sun, 03 Jan 2010 13:06:00 +0000</pubDate>
				<wikidot:authorName>umngane</wikidot:authorName>				<wikidot:authorUserId>422841</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ok, took the plunge, deinstalled Webmin. Apache version is 2.2.6 (HTTPD).</p> <p>Modified httpd.conf as follows:</p> <p>AddHandler wsgi-script .wsgi<br /> WSGIPythonPath /usr/src/wikipbx:/usr/src/django:/usr/local/src/freeswitch-1.0.5pre10/libs/esl/python<br /> NameVirtualHost *:80<br /> &lt;VirtualHost *:80&gt;<br /> ServerName www.mydomain.com<br /> DocumentRoot /var/www/html<br /> ErrorLog /var/log/httpd/error_log<br /> CustomLog /var/log/httpd/access_log common<br /> &lt;/VirtualHost&gt;<br /> &lt;VirtualHost *:80&gt;<br /> ServerName wikipbx.mydomain.com<br /> ErrorLog /var/log/httpd/wikipbx.error_log<br /> CustomLog /var/log/httpd/wikipbx.access_log common<br /> &lt;/VirtualHost&gt;</p> <p>After restarting httpd I get a 500 internal server error with the error log tail showing various info lines about mod_wsgi loading wikipbx, django and freeswitch, and the following error:</p> <p>[error] /usr/src/django/django/middleware/common.py:4: DeprecationWarning: the md5 module is deprecated: use haslib instead</p> <p>I thought perhaps I had too new a version of Django so re-downloaded revision 5024 but no change.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-208320#post-666471</guid>
				<title>Re: Centos Webmin install</title>
				<link>http://wikipbx.subwiki.com/forum/t-208320/centos-webmin-install#post-666471</link>
				<description></description>
				<pubDate>Sun, 03 Jan 2010 07:56:15 +0000</pubDate>
				<wikidot:authorName>umngane</wikidot:authorName>				<wikidot:authorUserId>422841</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>In my configuration the entire server can be managed remotely using Webmin. This includes Apache2, so there is a facility in Webmin to create virtual servers via its web interface management console. But it doesn't seem to store the details in files like regular Apache (probably database?). So there is a way to force the normal directory structure by putting the line:</p> <p>VirtualDocumentRoot /etc/apache2/sites-enabled</p> <p>in httpd.conf - which is all I've done there. Then I can create all the files and links required under the Wikipbx installation instructions. I can use the configured vserver wikipbx.mydomain.com to point at the site (although this may be only as a result of the DNS config)</p> <p>Is there a known way to configure the virtual server using Webmin? I really don't want to rebuild the entire system if possible:)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-208320#post-666146</guid>
				<title>Re: Centos Webmin install</title>
				<link>http://wikipbx.subwiki.com/forum/t-208320/centos-webmin-install#post-666146</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 19:42:27 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It sound's like the webserver isn't configured correctly. Even before starting freeswitch, you should be able to navigate to wikipbx.mydomain.com and see the wikipbx home page / login screen.</p> <p>If you see a directory listing when you go to wiibpx.mydomain.com .. that's the first thing that needs to be fixed.</p> <p>Can you post the relevant snippet of your apache configuration?</p> <p>Also I'm a little confused by this ..</p> <blockquote> <p>I bypass the Webmin/Apache stuff by putting "VirtualDocumentRoot /etc/apache2/sites-enabled" in httpd.conf.</p> </blockquote> <p>Why is this needed and what exactly is it supposed to accomplish?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-208320#post-666060</guid>
				<title>Centos Webmin install</title>
				<link>http://wikipbx.subwiki.com/forum/t-208320/centos-webmin-install#post-666060</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 17:19:49 +0000</pubDate>
				<wikidot:authorName>umngane</wikidot:authorName>				<wikidot:authorUserId>422841</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am running Centos5, which has Webmin installed. I bypass the Webmin/Apache stuff by putting "VirtualDocumentRoot /etc/apache2/sites-enabled" in httpd.conf.</p> <p>Installed wikipbx precisely as specified, using Python2.6.</p> <p>Have made error log level on Apache "info" so getting detailed information in the log file.</p> <p>Everything seems to be perfect - says mod_wsgi is configured and attaching interpreters, initialising Python etc.</p> <p>I then start Freeswitch (5pre10)</p> <p>But when I point my browser at wikipbx.mydomain.com I get a directory listing (disabled security for that) only.</p> <p>Various errors on Freeswitch console all related to mod_xml_curl stating "Received HTTP error 404 tring to fetch <a href="http://wikipbx.mydomain.com:80/xml_dialplan/">http://wikipbx.mydomain.com:80/xml_dialplan/</a></p> <p>As I said all configs, including xml_curl, were done by the book.</p> <p>Could anyone point me in a direction I can go to look for the problem?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>