<?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/">
<channel>
<title>selfoss support forum - Trouble with lighttpd 1.4.40</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Trouble with lighttpd 1.4.40 (reply)</title>
<content:encoded><![CDATA[<p>It seems this was due to a change in lighttpd, see <a href="http://redmine.lighttpd.net/issues/2738">http://redmine.lighttpd.net/issues/2738</a></p>
<p>This change will be reverted in lighttpd 1.4.41. Meanwhile either use lighttpd 1.4.39 or you can use the workaround described here <a href="http://redmine.lighttpd.net/boards/2/topics/6758?r=6763#message-6763">http://redmine.lighttpd.net/boards/2/topics/6758?r=6763#message-6763</a></p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1205</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1205</guid>
<pubDate>Sat, 23 Jul 2016 14:39:23 +0000</pubDate>
<dc:creator>R00KIE</dc:creator>
</item>
<item>
<title>Trouble with lighttpd 1.4.40</title>
<content:encoded><![CDATA[<p>Lighttpd was just updated to version 1.4.40 in Arch Linux ARM and selfoss does not work with it.</p>
<p>I have traced the problem to the rewrite rules. I've been trying to get selfoss to work properly by tweaking the rewrite rules but I haven't been able to get it to work 100% correctly.</p>
<p>Any experts in lighttpd here that could provide some help or pointers?</p>
<p>Rules that work with lighttpd 1.4.39:<br />
server.port = 9090<br />
server.document-root = &quot;/usr/share/webapps/selfoss&quot;<br />
server.errorlog = &quot;/var/log/lighttpd/error.log&quot;<br />
dir-listing.activate = &quot;disable&quot;<br />
index-file.names = ( &quot;index.php&quot; )<br />
server.modules += ( &quot;mod_rewrite&quot;, &quot;mod_cgi&quot; )<br />
cgi.assign = ( &quot;.php&quot; =&gt; &quot;/usr/bin/php-cgi&quot; )<br />
url.rewrite-once = (<br />
  &quot;^/public/.*$&quot; =&gt; &quot;$0&quot;,<br />
  &quot;^/favicon.ico$&quot; =&gt; &quot;/public/favicon.ico&quot;,<br />
  &quot;^/favicons/(.*)$&quot; =&gt; &quot;/data/favicons/$1&quot;,<br />
  &quot;^/thumbnails/(.*)$&quot; =&gt; &quot;/data/thumbnails/$1&quot;,<br />
  &quot;^/(.*.(js|ico|gif|jpg|png|css|asc|txt|eot|woff|ttf|svg))$&quot; =&gt; &quot;/public/$1&quot;,<br />
  &quot;^/index.php(.*)$&quot; =&gt; &quot;$0&quot;,<br />
  &quot;^/([^\?]*)(\?(.*))?&quot; =&gt; &quot;/index.php?$3&quot;,<br />
  &quot;^/(.*)&quot; =&gt; &quot;/index.php$1&quot;<br />
)<br />
include &quot;/usr/share/doc/lighttpd/config/conf.d/mime.conf&quot;</p>
<p>Rules that do something with lighttpd 1.4.40 but some things are broken:<br />
server.port = 9090<br />
server.document-root = &quot;/usr/share/webapps/selfoss&quot;<br />
server.errorlog = &quot;/var/log/lighttpd/error.log&quot;<br />
dir-listing.activate = &quot;disable&quot;<br />
index-file.names = ( &quot;index.php&quot; )<br />
server.modules += ( &quot;mod_rewrite&quot;, &quot;mod_cgi&quot; )<br />
cgi.assign = ( &quot;.php&quot; =&gt; &quot;/usr/bin/php-cgi&quot; )<br />
url.rewrite-once = (<br />
  &quot;^/public/.*$&quot; =&gt; &quot;&quot;,<br />
  &quot;^/favicon.ico$&quot; =&gt; &quot;/public/favicon.ico&quot;,<br />
  &quot;^/favicons/(.*)$&quot; =&gt; &quot;/data/favicons/$1&quot;,<br />
  &quot;^/thumbnails/(.*)$&quot; =&gt; &quot;/data/thumbnails/$1&quot;,<br />
  &quot;^/(.*.(js|ico|gif|jpg|png|css|asc|txt|eot|woff|ttf|svg))$&quot; =&gt; &quot;/public/$1&quot;<br />
#  &quot;^/(.*)$&quot; =&gt; &quot;&quot;,<br />
#  &quot;^/([^\?]*)(\?(.*))?&quot; =&gt; &quot;/?$3&quot;,<br />
#  &quot;^/(.*)&quot; =&gt; &quot;/?$1&quot;<br />
)<br />
include &quot;/usr/share/doc/lighttpd/config/conf.d/mime.conf&quot;</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1204</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1204</guid>
<pubDate>Mon, 18 Jul 2016 23:57:56 +0000</pubDate>
<dc:creator>R00KIE</dc:creator>
</item>
</channel>
</rss>
