<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Debian, lighttpd and phpmyadmin</title>
	<atom:link href="http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jun 2010 00:08:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stephen</title>
		<link>http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/comment-page-1/#comment-3003</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sat, 17 Apr 2010 18:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/#comment-3003</guid>
		<description>I was lazy and from this web page copied and pasted: 
server.modules and alias.url = ( &#8220;/phpmyadmin/&#8221; =&gt; &#8220;/usr/share/phpmyadmin/&#8221;) 
right into my configuration file. It did not work because the quotation marks were not the standard quotation mark character. After replacing the quotation mark characters it worked. </description>
		<content:encoded><![CDATA[<p>I was lazy and from this web page copied and pasted:<br />
server.modules and alias.url = ( &ldquo;/phpmyadmin/&rdquo; =&gt; &ldquo;/usr/share/phpmyadmin/&rdquo;)<br />
right into my configuration file. It did not work because the quotation marks were not the standard quotation mark character. After replacing the quotation mark characters it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas_Lee</title>
		<link>http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/comment-page-1/#comment-2994</link>
		<dc:creator>Nicholas_Lee</dc:creator>
		<pubDate>Wed, 24 Feb 2010 02:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/#comment-2994</guid>
		<description>It&#039;s funny that this really old post is still useful for people. I should update it with some code boxes so people don&#039;t have the &quot; copy and paste issue. </description>
		<content:encoded><![CDATA[<p>It&#039;s funny that this really old post is still useful for people. I should update it with some code boxes so people don&#039;t have the &quot; copy and paste issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Piatikow</title>
		<link>http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/comment-page-1/#comment-2993</link>
		<dc:creator>Gleb Piatikow</dc:creator>
		<pubDate>Wed, 24 Feb 2010 00:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/#comment-2993</guid>
		<description>Oh man. Great post, but because I&#039;m a complete noob in Linux-server stuff I just copied and pasted the italic text... And &quot;&quot; look different then :)  
  
Man, it took me ages to figure out that :))) Now working fine, thanks a million! Cheers. </description>
		<content:encoded><![CDATA[<p>Oh man. Great post, but because I&#039;m a complete noob in Linux-server stuff I just copied and pasted the italic text&#8230; And &quot;&quot; look different then <img src='http://stateless.geek.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   </p>
<p>Man, it took me ages to figure out that <img src='http://stateless.geek.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )) Now working fine, thanks a million! Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DanielS</title>
		<link>http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/comment-page-1/#comment-2988</link>
		<dc:creator>DanielS</dc:creator>
		<pubDate>Tue, 12 Jan 2010 18:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/#comment-2988</guid>
		<description>I tried following your directions, and have the alias setup and working however when I try to view the phpmyadmin page I recieve a 403 - Forbidden error when viewing from a machine in the local network, any idea&#039;s as to why? </description>
		<content:encoded><![CDATA[<p>I tried following your directions, and have the alias setup and working however when I try to view the phpmyadmin page I recieve a 403 &#8211; Forbidden error when viewing from a machine in the local network, any idea&#039;s as to why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ire</title>
		<link>http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/comment-page-1/#comment-1928</link>
		<dc:creator>ire</dc:creator>
		<pubDate>Wed, 20 Jun 2007 04:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/#comment-1928</guid>
		<description>i think this should solved the problem

alias.url = ( “/phpmyadmin/” =&gt; “/usr/share/phpmyadmin/index.php”)</description>
		<content:encoded><![CDATA[<p>i think this should solved the problem</p>
<p>alias.url = ( “/phpmyadmin/” =&gt; “/usr/share/phpmyadmin/index.php”)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/comment-page-1/#comment-1346</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Tue, 20 Mar 2007 16:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/#comment-1346</guid>
		<description>yo,
add: static-file.exclude-extensions = (&quot;.php&quot;, &quot;.pl&quot;, &quot;.cgi&quot;, &quot;.fcgi&quot;)
to your lighttpd.conf  - this will help with your index.php-problem...</description>
		<content:encoded><![CDATA[<p>yo,<br />
add: static-file.exclude-extensions = (&#8220;.php&#8221;, &#8220;.pl&#8221;, &#8220;.cgi&#8221;, &#8220;.fcgi&#8221;)<br />
to your lighttpd.conf  &#8211; this will help with your index.php-problem&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas Lee</title>
		<link>http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/comment-page-1/#comment-311</link>
		<dc:creator>Nicholas Lee</dc:creator>
		<pubDate>Thu, 16 Feb 2006 20:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/#comment-311</guid>
		<description>It&#039;s possible that removing Apache also removes the extensions you&#039;ve just installed. Depends on the package dependencies and where lighttpd can provide these.  Have you tried leaving apache installed but not running? ie. Deleting the rc?.d startup scripts and stopping the process.

I&#039;ve stopped running this setup recently, in the process of migrating services around. Some time in the next month I&#039;ll check out the php4 modules and post an updated entry.</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible that removing Apache also removes the extensions you&#8217;ve just installed. Depends on the package dependencies and where lighttpd can provide these.  Have you tried leaving apache installed but not running? ie. Deleting the rc?.d startup scripts and stopping the process.</p>
<p>I&#8217;ve stopped running this setup recently, in the process of migrating services around. Some time in the next month I&#8217;ll check out the php4 modules and post an updated entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/comment-page-1/#comment-310</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 16 Feb 2006 12:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/#comment-310</guid>
		<description>I&#039;ve installed Lighttpd for Kubuntu 5.10. I have also installed MySQL5 from Dotdeb.
Then I followed your instructions above, but for php5-cgi instead. PHPMyAdmin works, but I got a problem
when trying to add more extensions to PHP now. Every extension I try to install fails because of PHPMyAdmin. It must have something to do with the fact PHPMyAdmin installed Apache (and I removed Apache). The package manager also states that PHPMyAdmin is broken, I guess it&#039;s because I removed Apache. What can I do to fix this!? I want to be able to add php extensions to my Lighttpd/PHP5 server. How?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve installed Lighttpd for Kubuntu 5.10. I have also installed MySQL5 from Dotdeb.<br />
Then I followed your instructions above, but for php5-cgi instead. PHPMyAdmin works, but I got a problem<br />
when trying to add more extensions to PHP now. Every extension I try to install fails because of PHPMyAdmin. It must have something to do with the fact PHPMyAdmin installed Apache (and I removed Apache). The package manager also states that PHPMyAdmin is broken, I guess it&#8217;s because I removed Apache. What can I do to fix this!? I want to be able to add php extensions to my Lighttpd/PHP5 server. How?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerardo</title>
		<link>http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/comment-page-1/#comment-309</link>
		<dc:creator>Gerardo</dc:creator>
		<pubDate>Thu, 13 Oct 2005 19:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/27/debian-lighttpd-and-phpmyadmin/#comment-309</guid>
		<description>The reason is the ending slash on the alias line:

http://example.com/phpmyadmin

is NOT found, but 

http://example.com/phpmyadmin/

should work in your configuration.</description>
		<content:encoded><![CDATA[<p>The reason is the ending slash on the alias line:</p>
<p><a href="http://example.com/phpmyadmin" rel="nofollow">http://example.com/phpmyadmin</a></p>
<p>is NOT found, but </p>
<p><a href="http://example.com/phpmyadmin/" rel="nofollow">http://example.com/phpmyadmin/</a></p>
<p>should work in your configuration.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
