> rest.  SM needs, of course, to be in your htdocs tree and has a data and

Not entirely accurate.  Here's my setup for the devel CVS tree.

/projects/squirrelmail contains the code.
DocumentRoot is /var/www, so SquirrelMail isn't exactly in my htdocs tree
per se..

In /etc/apache/httpd:

# Squirrelmail CVS - Devel
Alias /cvs /projects/squirrelmail/
<Directory /projects/squirrelmail/>
        AllowOverride All
        php_value error_log /tmp/php.errors
        php_flag log_errors on
        php_admin_value error_reporting 2047
        php_flag display_errors on
        php_flag display_startup_errors on
        php_admin_value register_globals off

</Directory>
<Directory /projects/squirrelmail/attachments/>
        Deny from all
</Directory>
<Directory /projects/squirrelmail/data/>
        Deny from all
</Directory>
# END Squirrelmail CVS - Devel

I use http://www.birdbrained.org/cvs to get to this installation.  (I have
a similar setup for the stable cvs tree, which I have as /stable)

-- 
Chris Hilts
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to