<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7544&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] dwww Install]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7544</link>
		<description><![CDATA[The most recent posts in [SOLVED] dwww Install.]]></description>
		<lastBuildDate>Tue, 11 Nov 2025 13:07:39 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] dwww Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59427#p59427</link>
			<description><![CDATA[<p>Yes that was the solution. <br />It is not enough to install the package(s), debian wants you to do this </p><div class="codebox"><pre><code>a2enmod cgi</code></pre></div><p>by hand, also that it could as well be in a post install script.</p><p>as programmed, swish++ should be a package requirement, not a recommendation.</p><p>almost solved. Bug or feature ?</p>]]></description>
			<author><![CDATA[dummy@example.com (bai4Iej2need)]]></author>
			<pubDate>Tue, 11 Nov 2025 13:07:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59427#p59427</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dwww Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59419#p59419</link>
			<description><![CDATA[<p>I recall having similar issues with this system a few years ago; specifically, search would not work. Unfortunately, I wasn&#039;t able to find a solution. There is a README file at the <a href="https://salsa.debian.org/debian/dwww" rel="nofollow">source repository</a> which says you need to enable CGI in your local web server, so maybe that is worth a try.</p>]]></description>
			<author><![CDATA[dummy@example.com (stultumanto)]]></author>
			<pubDate>Tue, 11 Nov 2025 09:09:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59419#p59419</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] dwww Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59322#p59322</link>
			<description><![CDATA[<p>Hi</p><p>devuan daedalus</p><p>Yesterday i installed dwww. Today I looked, if indexes have been built, but have not.<br />I run /etc/cron.daily/dwww, it quit immediately.</p><p>I run /etc/cron.weekly/dwww, </p><div class="codebox"><pre><code>/etc/cron.weekly (git)-[master] # sh -x -v dwww</code></pre></div><p>It asked if swish++ was installed and quit. Of course swish++&#160; was not installed, because it was a recommendation only.&#160; <br />Now I installed swish++, now it builds the index.</p><p>Debian Documentation is flawed and dependencies are also flawed both on the website and in the installation.</p><div class="codebox"><pre><code>#!/bin/sh
# $Id: dwww.cron.weekly,v 1.3 2007-12-16 09:56:31 robert Exp $
#
# This script creates an index of Debian documentation registered
# with doc-base. See dwww-index++(8) man page for details.

# check if swish++ is installed
#test -x /usr/bin/index++ || exit 0

# check if dwww is still installed
test -x /usr/sbin/dwww-index++ || exit 0
+ test -x /usr/sbin/dwww-index++

set -e
+ set -e

# See ionice(1)
[ -x /usr/bin/ionice ] &amp;&amp;  IONICE=&quot;/usr/bin/ionice -c3 -t&quot; || IONICE=
+ [ -x /usr/bin/ionice ]
+ IONICE=/usr/bin/ionice -c3 -t

$IONICE dwww-index++ &gt; /dev/null
+ /usr/bin/ionice -c3 -t dwww-index++</code></pre></div><div class="codebox"><pre><code>                                                        
exit 0
+ exit 0
sh -x -v dwww  27,13s user 4,01s system 1% cpu 34:07,45 total</code></pre></div><p>However : search in webbrowser no results<br />Some links work, most not.</p>]]></description>
			<author><![CDATA[dummy@example.com (bai4Iej2need)]]></author>
			<pubDate>Sat, 08 Nov 2025 20:05:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59322#p59322</guid>
		</item>
	</channel>
</rss>
