<?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>Page does not load.  Please help!</title>
		<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help</link>
		<description>Posts in the discussion thread &quot;Page does not load.  Please help!&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 08 Sep 2010 09:58:56 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-667098</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-667098</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 08:49:37 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You're welcome.</p> <blockquote> <p>php -v still says cli.</p> </blockquote> <p>This should always say cli, because this is the binary you call from commandline (cli). This however should say cgi-fcgi:</p> <blockquote> <p>php-cgi -v<br /> php5-cgi -v</p> </blockquote> <p>Cheers!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-667032</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-667032</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 05:50:39 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I was able to the line in the single_wiki.conf file.<br /> But executing php -v still says cli.</p> <p>So I actually went ahead and installed php5-cgi again. And once thats done, reboot, run make again, and it is running! I can get to my page!</p> <p>So php5-cgi was somehow missing since the beginning. It is either not installed, or not properly installed when installing all the packages together (I reinstalled everything from scratch 3 times before I started asking for help here). Which is weird.</p> <p>Thank you very much for all your help Gabrys! :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-666276</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-666276</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 22:40:17 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>locate the line</p> <blockquote> <p>"bin-path" =&gt; "/usr/bin/php5-cgi"</p> </blockquote> <p>in conf/lighttpd/single-wiki.conf</p> <p>execute that command with "-v" and check if it says cgi or cli. (You should have php5-cgi installed before).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-666162</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-666162</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 20:02:18 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So I ran 'php -v' and it turns out I am not running cgi-fcgi, but cli instead.</p> <blockquote> <p>PHP 5.2.10-2ubuntu6.3 with Suhosin-Patch 0.9.7 (cli) (built: Nov 26&nbsp;2009&nbsp;14:42:49)</p> </blockquote> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-666142</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-666142</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 19:36:08 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Here it is. Thanks.</p> <blockquote> <p>2009-12-29&nbsp;22:17:27: (log.c.97) server started<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-29&nbsp;22:17:27: (server.c.902) Configuration of plugins failed. Going down.<br /> 2009-12-30&nbsp;13:53:26: (log.c.97) server started<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-30&nbsp;13:53:26: (server.c.902) Configuration of plugins failed. Going down.<br /> 2009-12-30&nbsp;17:10:21: (log.c.97) server started<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-30&nbsp;17:10:21: (server.c.902) Configuration of plugins failed. Going down.<br /> 2009-12-30&nbsp;17:59:24: (log.c.97) server started<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-30&nbsp;17:59:24: (server.c.902) Configuration of plugins failed. Going down.<br /> 2010-01-01&nbsp;15:00:18: (log.c.97) server started<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2010-01-01&nbsp;15:00:18: (server.c.902) Configuration of plugins failed. Going down.<br /> 2010-01-02&nbsp;11:16:03: (log.c.97) server started<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2010-01-02&nbsp;11:16:03: (server.c.902) Configuration of plugins failed. Going down.</p> </blockquote> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665881</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665881</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 08:35:03 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Do you have conf/lighttpd/wikidot_ini.conf file? Or just wikidot_ini.conf.orig? If only the latter, you need to run</p> <blockquote> <p>bin/configure.php</p> </blockquote> <p>Once you have both *.ini files in conf/wikidot, go to your Wikidot root directory and run this as root:</p> <blockquote> <p>lighttpd -D -f conf/lighttpd/single_wiki.conf</p> </blockquote> <p>This is what Wikidot calls in order to run Lighttpd. Additionally here's the -D flag, that makes Lighttpd not go to background. If errors don't show on the consele, they should be logged to tmp/lighttpd/error.log (in Wikidot root directory).</p> <p>Put here any errors on console or logged to file.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665701</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665701</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 00:34:09 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks once again for the fast reply!</p> <p>port 8080 is not being listed. So I guess wikidot is not binding to lighttpd properly. What should be configured so that it would bind to lighttpd? Thanks.</p> <p>Alex</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665415</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665415</link>
				<description></description>
				<pubDate>Fri, 01 Jan 2010 11:41:39 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>After issuing "wikidotctl start" check if the service is running by issuing (by root):</p> <blockquote> <ol> <li>netstat -natp | grep lighttpd</li> </ol> </blockquote> <p>This should return at least two lines, one for default :80 lighttpd server, second for lighttpd run from wikidotctl. If you have indeed two different ports listed (for example :80 and :8080) try <a href="http://127.0.0.1:8080/">http://127.0.0.1:8080/</a> in your browser to see what Lighttpd has to say :-).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665170</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665170</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 20:22:42 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for the prompt reply Gabrys.</p> <p>Yes, I did use that to start wikidot, and it did give me a message stating that wikidot has started, without any errors. So I assume everything has been installed correctly.</p> <p>Do I need to make any manual configurations or changes to other files in order to get this to work? For example, the ones mentioned in the previous posts, or any other files that you can think of?</p> <p>Alex</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665045</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665045</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 16:12:19 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>After you installed Wikidot, how did you start it? Have you used "./wikidotctl start" ?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-664743</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-664743</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 02:07:23 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Also, I would like to add that I did not make any extra configurations or modifications to the following files as there are no instructions in doing so in the installation guide:</p> <p>/etc/lighttpd/lighttpd.conf<br /> /wikidot/conf/lighttpd/wikidot_ini.conf<br /> /wikidot/conf/lighttpd/single_wiki.conf<br /> /wikidot/conf/lighttpd/wikidot_ini.conf.orig</p> <p>I did modify /wikidot/conf/wikidot.ini to not use wikidot as username and password though.</p> <p>Thanks,<br /> Alex</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-664733</guid>
				<title>Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-664733</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 01:41:01 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I want to setup a Wikidot site from home and I have encounter a trouble.</p> <p>I am using Ubuntu Server 9.10 and it is running on Virtualbox. I followed the guide at <a href="http://www.wikidot.org/installation-guide">http://www.wikidot.org/installation-guide</a> , and even though I have encountered different issues before, everything is set up right now.</p> <p>However, when I enter the link at the end of 'make', I get "Internet explorer cannot display the webpage". I also tried using Firefox (which is recommended for wikidot) and I am still unable to load the page.</p> <p>I have tried loading the page from another computer on the same network, using the IP of this ubuntu machine; as well as using the local host IP directly from the ubuntu machine. Both of which have similar results.</p> <p>When loading the IP without specifying port 8080 (ie. using the default port 80), I do get the default page from lightpd, so I know lighttpd is working.</p> <p>Would someone be able to enlighten me in the right direction if they haev encountered this? Or if anyone have any suggestions?</p> <p>Thanks,<br /> Alex</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>