new problem...  I can view the smokeping page perfectly from localhost, but from the internet, I get: 
<h1>Forbidden</h1>
<p>You don&#39;t have permission to access /smokeping/sm.cgi on this server.</p>
<div>If I check the apache error log, I get: Client denied by server configuration: /usr/share/smokeping/htdocs/smokeping.cgi</div>
<div>&nbsp;</div>
<div>Is this a permission issue?&nbsp; How do I get it to work from the internet?</div>
<div>&nbsp;</div>
<div>Thanks! :)</div>
<div>&nbsp;</div>
<div>Guy<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 2/3/09, <b class="gmail_sendername">Guy Lajeunesse</b> &lt;<a href="mailto:glajeunesse@gmail.com">glajeunesse@gmail.com</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">See &gt;&gt; below...<br><br>
<div>
<div><span class="e" id="q_11f3d6ad02000f35_1"><span class="gmail_quote">On 2/3/09, <b class="gmail_sendername">Jonte Regnéll</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:jonte%2Bsmokeping@yojimbo.org" target="_blank">jonte+smokeping@yojimbo.org</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Guy,<br><br>&gt; Thanks Jonte!!&nbsp;&nbsp;It&#39;s practically working! :)<br><br>Excellent.<br><br>&gt; I&#39;m just having problems with permissions on the folder that keeps the<br>
&gt; data.&nbsp;&nbsp;Also, the images that appear on the smokeping page (counter) all I<br>&gt; get are x&#39;s where the pictures(graphs) should be... I checked the apache<br>&gt; error logs... gonna have to work on that.<br>&gt;<br>
&gt; My _chartscache is located here:&nbsp;&nbsp;/var/www/html/smokeping/img&nbsp;&nbsp;when I put<br>&gt; a test html file, I get error 403.. so I know it&#39;s a permission problem.<br>&gt;<br>&gt; If anyone has some recommendations, I&#39;d be glad to hear them... but I&#39;ll<br>
&gt; be trying to figure it all out anyways...<br>&gt;<br>&gt; Thanks for all your help... the rpm was nice and easy :)&nbsp;&nbsp;I started to<br>&gt; manually install, ./configure etc.. man.. way too many dependencies, then<br>&gt; more dependencies to get other dependencies to work!! wtf! :P&nbsp;&nbsp;he he..<br>
<br>Good to hear you found the RPM useful. I do think you have a slightly<br>mixed configuration at the moment. Your &quot;_chartscache_&quot;, which I presume<br>is the &quot;_imgcache_&quot; variable in your config, makes me think you haven&#39;t<br>
given up your old hand rolled attempt completely.<br><br>The location you list above would on a normal server end up as<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://localhost/smokeping/img" target="_blank">http://localhost/smokeping/img</a> assuming your webroot is /var/www/html.<br>
When you installed the RPM you get an apache application config file<br>installed into /etc/httpd/conf.d called smokeping. It will configure<br>your apache server how to work with the installed smokeping setup.<br>Unless you have edited this file, and I will for the time being assume<br>
that you haven&#39;t, there is an Alias that point /smokeping to<br>/usr/share/smokeping/htdocs and there is no img folder in there which is<br>why you see the 403 error.<br>You prob want to create the proper fqdn URL to the last two redirect<br>
statements here, but it&#39;s really more of old legacy support.<br><br>Try starting over from scratch and rename all the *.rpmnew files to there<br>original name, it should start working easily after you provide the basic<br>
changes to this like the actual fqdn part of the cgiurl, Owner and contact<br>etc.<br><br>When you are done the URL for your installation should be<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://your.fqdn.goes.here.com/smokeping/sm.cgi" target="_blank">http://your.fqdn.goes.here.com/smokeping/sm.cgi</a><br>
<br>Please remember that smokeping works in two steps. You have the collector<br>which does all the work, it stores it in rrdtool databases. The last and<br>final step is the web interface which just creates the graphs you are<br>
asking it for.<br><br>You might want to enable the process to launch on startup<br>&quot;/sbin/chkconfig smokeping on&quot; And to test to launch it once you changed<br>your config to what you think it should be &quot;/sbin/services smokeping<br>
start&quot;<br>as the sm.cgi script reads the config file too and starting the service is<br>a good way to make sure the syntax is of the file is correct.</blockquote>
<div>&nbsp;</div>
<div>&nbsp;</div></span></div>
<div>&gt;&gt; I try to put what you typed below into the smokeping.conf file, but then I can&#39;t get to the page.</div>
<div>&nbsp;</div>
<div>&gt;&gt;Where exactly does it go?&nbsp;&nbsp;Between&nbsp;&lt;Directory &quot;/usr/share/smokeping&quot;&gt; and &lt;/Directory&gt; ?</div>
<div>&nbsp;</div>
<div>&gt;&gt;Can you give me an example?&nbsp; Otherwise, everything looks great right now :)</div><span class="q"><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">BTW another issue, you might want to speed up the page with mod_perl.<br>Just &quot;yum install mod_perl&quot; and you&#39;ve done the hard part. Then in the<br>
conf.d/smokeping file you need to add this to the &quot;&lt;Directory<br>&quot;/usr/share/smokeping&quot; &gt;&quot; declaration.<br><br>---<br>SetHandler perl-script<br>PerlResponseHandler ModPerl::Registry<br>PerlOptions +ParseHeaders<br>
---<br><br>Please notice that with mod_perl (as for any cgi speedup process) you will<br>need to restart the webserver (as well as the normal need to restart<br>smokeping) before any changes to your &quot;config&quot; file takes effect. So apply<br>
it only once your done making changes to your smokeping setup.<br><br>YMMV but I hope that someone finds this helpful, enjoy and good luck.<br><br>Regards,<br>Jonte.<br><br>_______________________________________________<br>
smokeping-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:smokeping-users@lists.oetiker.ch" target="_blank">smokeping-users@lists.oetiker.ch</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users</a><br>
</blockquote></span></div><br></blockquote></div><br>