<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Yes.&nbsp; That's what I'm wanting to help resolve.&nbsp; Is there sometime I
    could meet with some devs in the IRC or even via a phone call?&nbsp; I'm
    fine contributing a lot of this on my time to make it happen.<br>
    <br>
    Thanks,<br>
    <br>
    Joseph Brower<br>
    <br>
    On 12/16/2011 08:43 AM, Adam Heinz wrote:
    <blockquote
cite="mid:CAKBdvM9WHuLfizmf_17HeZubO82kysQbJ2dsQWjGNQKW2Gq=eQ@mail.gmail.com"
      type="cite">I deploy most of vtiger as root-owned, with the
      following list of files owned by apache:
      <div><br>
      </div>
      <div>
        <div>cache</div>
        <div>logs</div>
        <div>parent_tabdata.php</div>
        <div>storage</div>
        <div>tabdata.php</div>
        <div>test</div>
        <div>Smarty/cache</div>
        <div>Smarty/templates_c</div>
        <div>user_privileges</div>
        <div><br>
        </div>
        <div>The only real problem that I've had is when I want to
          install an extension module from zip file, I have to import
          them with a small script run as root, then manually deal with
          the permissions of that module -- often 777!</div>
        <div><br>
        </div>
        <div>
          <div>#!/usr/bin/php</div>
          <div>&lt;?php</div>
          <div>require_once('include/utils/utils.php');</div>
          <div>for ($i = 1; $i &lt; $argc; $i++) {</div>
          <div><span class="Apple-tab-span" style="white-space:pre"> </span>installVtlibModule($argv[$i],
            $argv[$i]);</div>
          <div>}</div>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
    </blockquote>
    <br>
  </body>
</html>