<?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>Installation help (new posts)</title>
		<link>http://www.wikidot.org/forum/c-28013/installation-help</link>
		<description>Posts in the forum category &quot;Installation help&quot; - Getting it running.</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 08 Sep 2010 09:52:56 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.wikidot.org/forum/t-254740#post-834095</guid>
				<title>Wikidot behind Apache proxy?: Wikidot behind Apache proxy?</title>
				<link>http://www.wikidot.org/forum/t-254740/wikidot-behind-apache-proxy#post-834095</link>
				<description></description>
				<pubDate>Wed, 21 Jul 2010 20:27:20 +0000</pubDate>
				<wikidot:authorName>ErinNichols</wikidot:authorName>				<wikidot:authorUserId>216953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have an existing web server that runs Apache, and would like to have a wikidot wiki on it.<br /> The server is behind a firewall that I don't control; it can only serve to the outside world on port 80, so I can't just run wikidot on a different port and be done with it.</p> <p>Since wikidot is self-contained and insists on being at the root of the server, my only real option is to proxy requests to wikidot through Apache. I have wikidot running on port 8080, only accessible from the server. I have Apache configured as a reverse proxy with mod_proxy and mod_proxy_html, and it's halfway working: it serves pages and rewrites the links in the sidebar. It doesn't rewrite the @import style directive, so no CSS, but I could get that working with regexp's. The bigger problem is ajax, which I've never personally dealt with so I have no idea how to fix.</p> <p>When I try to login/create a page/pretty much anything, I get this error:</p> <div class="code"> <pre> <code>The ajax request failed. Please check your internet connection or report a bug if the error repeats during your work. code:404</code> </pre></div> <p>Has anyone gotten wikidot running behind an apache proxy? Or, barring that, any other ajax web app? I'm not sure where to go from here.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-38932#post-831317</guid>
				<title>Windows (&amp; WAMP) support: Re: Windows (&amp; WAMP) support</title>
				<link>http://www.wikidot.org/forum/t-38932/windows-wamp-support#post-831317</link>
				<description></description>
				<pubDate>Sun, 18 Jul 2010 00:06:08 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Are you trying to install Wikidot in a WAMP environment? I'm not aware of anyone who has had any luck doing that. You'd be better off installing VirtualBox and setting it up on a virtual PC with a Linux install.</p> <p>If you're not trying to install Wikidot and are just looking for WAMP support, you're in the wrong place. There are several WAMP projects out there. Which one are you using?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-38932#post-831311</guid>
				<title>Windows (&amp; WAMP) support: Re: Windows (&amp; WAMP) support</title>
				<link>http://www.wikidot.org/forum/t-38932/windows-wamp-support#post-831311</link>
				<description></description>
				<pubDate>Sat, 17 Jul 2010 23:48:42 +0000</pubDate>
				<wikidot:authorName>charlie</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I've downloaded and installed wamp - c:\wamp and created a database but my program doesn't access it. Where do I find documentation for using Wamp?<br /> The page from which I downloaded it says just load it and use it - well, no!</p> <p>Of course I need to know how to set user name and password and probably more</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-170060#post-783459</guid>
				<title>cp conf/GlobalConfig...  doesn&#039;t exist: Re: cp conf/GlobalConfig...  doesn&#039;t exist</title>
				<link>http://www.wikidot.org/forum/t-170060/cp-conf-globalconfig-doesn-t-exist#post-783459</link>
				<description></description>
				<pubDate>Fri, 14 May 2010 00:38:02 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ah, whoops. <strong>Thanks</strong>, that worked. Was in wrong directory.</p> <p>Have been held up a bit further down the line now though :S</p> <p>I've run that, exited (logged out) of the postgres user), and then attempted to run <tt>make</tt>, however every time I run it I get errors (and the output is so long that I can't see it all because the top part is cut off when I try to scroll up to it).</p> <div class="code"> <p><strong>shane@shane-ubuntu-desktop:~/Desktop/wikidot$</strong> make</p> </div> <div class="code"> <pre> <code>bin/bootstrap_db.php files/dump/db/*.sql PHP Warning: pg_query(): Query failed: ERROR: relation "admin" already exists in /home/shane/Desktop/wikidot/lib/ozone/php/core/database/PgConnection.php on line 104 Error occured at query number 1, file files/dump/db/0-schema.sql: CREATE TABLE admin ( admin_id integer NOT NULL, site_id integer, user_id integer, founder boolean DEFAULT false ) bin/generate_om.php database name: wikidot ---------------------------------------- processing file base-db.xml: ---------------------------------------- table: ozone_lock table: ozone_session table: ozone_user table: ozone_group table: ozone_permission table: ozone_user_group_relation table: ozone_user_permission_modifier table: ozone_group_permission_modifier table: unique_string_broker table: form_submission_key table: storage_item ---------------------------------------- processing file petition-db.xml: ---------------------------------------- table: petition_campaign table: petition_signature ---------------------------------------- processing file simpletodo-db.xml: ---------------------------------------- table: simpletodo_list ---------------------------------------- processing file wikidot-db.xml: ---------------------------------------- table: site table: site_tag table: category table: page table: page_revision table: page_source table: page_compiled table: page_metadata table: comment table: comment_revision table: fts_entry table: file table: files_event table: ucookie table: page_link table: page_inclusion table: page_external_link table: member table: admin table: moderator table: member_application table: member_invitation table: page_edit_lock table: theme table: theme_preview table: license table: site_settings table: site_super_settings table: notification table: private_message table: profile table: user_settings table: user_karma table: global_ip_block table: ip_block table: global_user_block table: user_block table: private_user_block table: watched_page table: watched_forum_thread table: page_abuse_flag table: user_abuse_flag table: anonymous_abuse_flag table: admin_notification table: log_event table: contact table: page_tag table: page_rate_vote table: email_invitation table: membership_link table: site_backup table: domain_redirect table: site_viewer table: openid_entry table: api_key ---------------------------------------- processing file wikidot-forum-db.xml: ---------------------------------------- table: forum_group table: forum_category table: forum_thread table: forum_post table: forum_post_revision table: forum_settings table: front_forum_feed generating classes generating classes for ozone_lock generating classes for ozone_session generating classes for ozone_user generating classes for ozone_group generating classes for ozone_permission generating classes for ozone_user_group_relation generating classes for ozone_user_permission_modifier generating classes for ozone_group_permission_modifier generating classes for unique_string_broker generating classes for form_submission_key generating classes for storage_item generating classes for petition_campaign generating classes for petition_signature generating classes for simpletodo_list generating classes for site generating classes for site_tag generating classes for category generating classes for page generating classes for page_revision generating classes for page_source generating classes for page_compiled generating classes for page_metadata generating classes for comment generating classes for comment_revision generating classes for fts_entry generating classes for file generating classes for files_event generating classes for ucookie generating classes for page_link generating classes for page_inclusion generating classes for page_external_link generating classes for member generating classes for admin generating classes for moderator generating classes for member_application generating classes for member_invitation generating classes for page_edit_lock generating classes for theme generating classes for theme_preview generating classes for license generating classes for site_settings generating classes for site_super_settings generating classes for notification generating classes for private_message generating classes for profile generating classes for user_settings generating classes for user_karma generating classes for global_ip_block generating classes for ip_block generating classes for global_user_block generating classes for user_block generating classes for private_user_block generating classes for watched_page generating classes for watched_forum_thread generating classes for page_abuse_flag generating classes for user_abuse_flag generating classes for anonymous_abuse_flag generating classes for admin_notification generating classes for log_event generating classes for contact generating classes for page_tag generating classes for page_rate_vote generating classes for email_invitation generating classes for membership_link generating classes for site_backup generating classes for domain_redirect generating classes for site_viewer generating classes for openid_entry generating classes for api_key generating classes for forum_group generating classes for forum_category generating classes for forum_thread generating classes for forum_post generating classes for forum_post_revision generating classes for forum_settings generating classes for front_forum_feed bin/bootstrap_pages.php files/dump/sites/* Saving files/dump/sites/profiles/admin.manage.page Saving files/dump/sites/profiles/how-to-edit-pages.page Saving files/dump/sites/profiles/nav.side.page Saving files/dump/sites/profiles/search.site.page Saving files/dump/sites/profiles/start.page Saving files/dump/sites/profiles/system.list-all-pages.page Saving files/dump/sites/profiles/system.page-tags.page Saving files/dump/sites/profiles/system.recent-changes.page Saving files/dump/sites/profiles/template.profile.page Saving files/dump/sites/profiles/what-is-a-wiki.page Saving files/dump/sites/template-plain/admin.manage.page Saving files/dump/sites/template-plain/how-to-edit-pages.page Saving files/dump/sites/template-plain/nav.side.page Saving files/dump/sites/template-plain/search.site.page Saving files/dump/sites/template-plain/start.page Saving files/dump/sites/template-plain/system.list-all-pages.page Saving files/dump/sites/template-plain/system.page-tags.page Saving files/dump/sites/template-plain/system.recent-changes.page Saving files/dump/sites/template-plain/what-is-a-wiki.page Saving files/dump/sites/www/account.you.page Saving files/dump/sites/www/admin.manage.page Saving files/dump/sites/www/admin.superuser.page PHP Deprecated: Call-time pass-by-reference has been deprecated in /home/shane/Desktop/wikidot/lib/Text_Wiki/Text/Wiki/Parse/Default/Module.php on line 77 PHP Warning: pg_query(): Query failed: ERROR: function set_curcfg(unknown) does not exist LINE 1: SELECT set_curcfg('default') ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. in /home/shane/Desktop/wikidot/lib/ozone/php/core/database/PgConnection.php on line 104 PHP Fatal error: Uncaught exception 'OzoneDatabaseException' with message 'error: ERROR: function set_curcfg(unknown) does not exist LINE 1: SELECT set_curcfg('default') ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. ' in /home/shane/Desktop/wikidot/lib/ozone/php/core/database/PgConnection.php:107 Stack trace: #0 /home/shane/Desktop/wikidot/php/utils/Indexer.php(75): PgConnection-&gt;query('SELECT set_curc...') #1 /home/shane/Desktop/wikidot/php/utils/Outdater.php(735): Indexer-&gt;indexPage(Object(DB_Page)) #2 /home/shane/Desktop/wikidot/php/utils/Outdater.php(68): Outdater-&gt;indexPage(Object(DB_Page)) #3 /home/shane/Desktop/wikidot/php/class/Wikidot/Facade/Page.php(282): Outdater-&gt;pageEvent('source_changed', Object(DB_Page)) #4 /home/shane/Desktop/wikidot/bin/bootstrap_pages.php(24): Wikidot_Facade_Page-&gt;save(Array) #5 {main} thrown in /home/shane/Desktop/wikidot/lib/ozone/php/core/database/PgConnection.php on line 107 make: *** [db] Error 255</code> </pre></div> <p>After reading up on "man make" I found that I could use -i (ignore errors) and -k (keep going after errors).</p> <p>When I used those I actually reach the end and am given a URL to configure the super user but it doesn't work (probably something to do with the errors I ignored).</p> <p>Something about needing to perform type casts in this file: <tt>PgConnection.php</tt></p> <p>If you'd like, I'll post the output for <tt>make -i -k</tt> … I think there's a huge amount of output for that one though, so by the time it finishes the first part is no longer visible even when I scroll upwards, and I can only copy and paste the second part into a comment here.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-170060#post-781069</guid>
				<title>cp conf/GlobalConfig...  doesn&#039;t exist: Re: cp conf/GlobalConfig...  doesn&#039;t exist</title>
				<link>http://www.wikidot.org/forum/t-170060/cp-conf-globalconfig-doesn-t-exist#post-781069</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 13:23:02 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You issue make in wrong directory. Do:</p> <p>$ cd ~/Desktop/wikidot<br /> $ su postgres<br /> Password:<br /> $ make prepare_db</p> <p>and continue following the instructions.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-170060#post-780642</guid>
				<title>cp conf/GlobalConfig...  doesn&#039;t exist: Re: cp conf/GlobalConfig...  doesn&#039;t exist</title>
				<link>http://www.wikidot.org/forum/t-170060/cp-conf-globalconfig-doesn-t-exist#post-780642</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 03:20:33 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Gabrys, I've run into the same error message.</p> <div class="code"> <p><strong>shane@shane-ubuntu-desktop:~/Desktop/wikidot/conf$</strong> su postgres<br /> Password:<br /> <strong>postgres@shane-ubuntu-desktop:/home/shane/Desktop/wikidot/conf$</strong> make prepare_db<br /> make: *** No rule to make target `prepare_db'. Stop.<br /> <strong>postgres@shane-ubuntu-desktop:/home/shane/Desktop/wikidot/conf$</strong></p> </div> <p>Any ideas?</p> <p>And yes I did download something that was more than 90&nbsp;MB in size (possibly the "Zend Framework"), and am pretty sure I have all dependencies installed without errors.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-238797#post-780552</guid>
				<title>Downloading using Windows PC: Re: Downloading using Windows PC</title>
				<link>http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc#post-780552</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 01:35:18 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well, just following the instructions on this site doesn't bode too well… it seems it relies on me having already created a user called "wikidot", which seems a bit strange.</p> <div class="code"> <p><strong>shane@shane-ubuntu-desktop:~$</strong> sudo dpkg -i wikidot_0.90_all.deb<br /> Selecting previously deselected package wikidot.<br /> (Reading database … 125786 files and directories currently installed.)<br /> Unpacking wikidot (from wikidot_0.90_all.deb) …<br /> /var/lib/dpkg/tmp.ci/preinst: 29: /etc/init.d/postgresql-8.3: not found<br /> dpkg: error processing wikidot_0.90_all.deb (—install):<br /> subprocess new pre-installation script returned error exit status 127<br /> userdel: user 'wikidot' does not exist<br /> sudo: unknown user: postgres<br /> sudo: unknown user: postgres<br /> Errors were encountered while processing:<br /> wikidot_0.90_all.deb</p> </div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-238797#post-780548</guid>
				<title>Downloading using Windows PC: Re: Downloading using Windows PC</title>
				<link>http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc#post-780548</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 01:33:28 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>@tsangk: The idea was to download it on my Windows laptop and then move it to my Ubuntu desktop using a USB drive and install it there.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-238797#post-773374</guid>
				<title>Downloading using Windows PC: Re: Downloading using Windows PC</title>
				<link>http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc#post-773374</link>
				<description></description>
				<pubDate>Mon, 03 May 2010 14:24:41 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Have you considered installing it in a virtual machine? I've done that many times with the older OS revision I'm using and it works great. You can even create an installable ISO from your Ubuntu setup once you get everything configured.</p> <p>I wrote <a href="http://my-wd-local.wikidot.com/article-index">a guide</a> for doing this a long while ago. You shouldn't follow it to the letter since so much has changed since I did that, but getting Ubuntu installed in a VM should be pretty straight-forward. Once you get a clean Ubuntu base, you can copy that and have an easy fall back if something goes awry with the Wikidot install.</p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-238797#post-773072</guid>
				<title>Downloading using Windows PC: Re: Downloading using Windows PC</title>
				<link>http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc#post-773072</link>
				<description></description>
				<pubDate>Mon, 03 May 2010 03:36:27 +0000</pubDate>
				<wikidot:authorName>tsangk</wikidot:authorName>				<wikidot:authorUserId>47197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Er… Shane… You can't install Wikidot on Windows yet. All of the paths in the source is mapped for <tt>unix</tt> system (not windows).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-238797#post-773069</guid>
				<title>Downloading using Windows PC: Downloading using Windows PC</title>
				<link>http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc#post-773069</link>
				<description></description>
				<pubDate>Mon, 03 May 2010 03:28:13 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It tells me to type this into the Ubuntu console:</p> <div class="code"> <pre> <code>$ sudo aptitude install postgresql-8.3 php5-cgi php5-cli php5-pgsql lighttpd imagemagick tetex-bin tetex-extra gs-gpl php5-gd php5-tidy php-pear file git-core</code> </pre></div> <p>However due to slow internet speed, I'd rather download it from my Windows laptop (difference of 16&nbsp;kbps compared to 1500&nbsp;kbps).</p> <p>I <em>think</em> I've found the correct files for most of them, but am unable to find:</p> <ul> <li>ImageMagick</li> <li>PHP gd extension</li> <li>PHP tidy extension</li> <li>file program (? what is this ?)</li> <li>Git to retrieve the source (? do I already have it on ubuntu ?)</li> </ul> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-667098</guid>
				<title>Page does not load.  Please help!: 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>Page does not load.  Please help!: 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>Page does not load.  Please help!: 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>Page does not load.  Please help!: 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>Page does not load.  Please help!: 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>Page does not load.  Please help!: 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>Page does not load.  Please help!: 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>Page does not load.  Please help!: 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>Page does not load.  Please help!: 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>
				</channel>
</rss>