Hmm, might have spoken too quickly here - it still looks like the folders<br>are not created properly, which causes &quot;403 forbidden&quot; errors from lighty ??!<br><br>Sorry for the noise...<br><br><div><span class="gmail_quote">
On 8/28/07, <b class="gmail_sendername">stefan</b> &lt;<a href="mailto:deubeulyou@gmail.com">deubeulyou@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi list !<br><br>It seems that a typo has made its way into the core of the modern Internet:<br><br>MogileFS/Worker/Query.pm, line 279<br><div style="margin-left: 40px;"><br>&nbsp;&nbsp; # make sure directories exist for client to be able to PUT into
<br>&nbsp;&nbsp;&nbsp; foreach my $dev (@dests) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $profstart-&gt;(&quot;vivify_dir_on_dev&quot; . $dev-&gt;id);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $dfid = MogileFS::DevFID-&gt;new($dev, $fidid);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $dfid-&gt;vivify_directories;<br>&nbsp;&nbsp;&nbsp; }<br>

</div><br>In other words, vivify_directories is missing some calling convention :p<br><br>Anyway, adding them parenthesis seems to be the only thing required to make<br>my&nbsp; 2.17 setup use lighttpd instead of mogstored, apart from the &quot;usage&quot; file
<br>generation, for which I used the included silly python script.<br><span class="sg"><br>Stefan<br><br>
</span><br clear="all"></blockquote></div><br>