On Mon, Jul 29, 2002 at 03:35:14PM -0700, Jeremy C. Reed wrote: > > will I need sourcecode for apache to set up suEXEC options for > > virtual hosting in my own choice of directory tree (i.e. > > DocRoot in /www-data instead of the default /var/www)? > > Not needed. You can sometimes use sed. (I say sometimes because sometimes > it works with the binary suexec.) Or I have used perl like: > > perl -pe 's/\/var\/www/\/\0\0\0\0\0\0\0/' suexec.save > suexec
there's a simpler way: ln -s /var/www /www-data or ln -s /www-data /var/www craig -- craig sanders <[EMAIL PROTECTED]> Fabricati Diem, PVNC. -- motto of the Ankh-Morpork City Watch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

