<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fullstatus &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/fullstatus/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.smsoft.it</link>
	<description>consigli settimanali su MacOS, GNU/Linux ed Open Source</description>
	<lastBuildDate>Fri, 07 Jul 2023 09:43:24 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=67454</generator>
	<item>
		<title>apachectl status: 113: www-browser: not found</title>
		<link>https://blog.smsoft.it/2023/08/08/apachectl-status-113-www-browser-not-found/</link>
					<comments>https://blog.smsoft.it/2023/08/08/apachectl-status-113-www-browser-not-found/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 08 Aug 2023 08:30:00 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apachectl]]></category>
		<category><![CDATA[fullstatus]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[w3m]]></category>
		<guid isPermaLink="false">https://blog.smsoft.it/?p=6029</guid>

					<description><![CDATA[Se provando a recuperare lo status di apache da CLI viene fuori questo messaggio: /usr/sbin/apachectl: 113: www-browser: not found 'www-browser -dump http://localhost:80/server-status' failed. Maybe you need to install a package providing www-browser or you need to adjust the APACHE_LYNX variable in /etc/apache2/envvars significa che manca un browser testuale per poter visualizzare i dati prodotti dal ... <a title="apachectl status: 113: www-browser: not found" class="read-more" href="https://blog.smsoft.it/2023/08/08/apachectl-status-113-www-browser-not-found/" aria-label="Per saperne di più su apachectl status: 113: www-browser: not found">Leggi tutto</a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Se provando a recuperare lo status di apache da CLI viene fuori questo messaggio:</p>



<pre class="wp-block-preformatted">/usr/sbin/apachectl: 113: www-browser: not found
'www-browser -dump http://localhost:80/server-status' failed.
Maybe you need to install a package providing www-browser or you
need to adjust the APACHE_LYNX variable in /etc/apache2/envvars</pre>



<p class="wp-block-paragraph">significa che manca un browser testuale per poter visualizzare i dati prodotti dal comando.</p>



<p class="wp-block-paragraph">Installiamo un browser testuale (preferisco w3m perché ha qualche funzionalità in più del classico lynx)</p>



<pre class="wp-block-code"><code>apt install w3m</code></pre>



<p class="wp-block-paragraph">Bene, ora riproviamo con:</p>



<pre class="wp-block-code"><code>apachectl status</code></pre>



<p class="wp-block-paragraph">oppure</p>



<pre class="wp-block-code"><code>apachectl fullstatus</code></pre>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2023/08/08/apachectl-status-113-www-browser-not-found/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
