Date: Sat, 2 Aug 2008 09:43:35 +0200
From: "thomas" <tfj-online (at mark) mail.tele.dk>
Subject: [coba-e:13682] Re: apache suexec
To: <coba-e (at mark) bluequartz.org>
Message-Id: <5fb701c8f473$78177a00$967da8c0@thomasferrari>
References: <0b9201c8f2e4$d3d005f0$967da8c0 (at mark) thomasferrari> <722224.90970.qm (at mark) web65612.mail.ac4.yahoo.com> <00a001c8f308$13d5b640$3b8122c0$ (at mark) com> <48923324.8090704 (at mark) dogsbody.org> <001a01c8f36d$8718bf70$954a3e50$ (at mark) com> <109e01c8f3a2$65694b30$967da8c0 (at mark) thomasferrari> <015f01c8f3d8$a90742d0$fb15c870$ (at mark) com> <5d3f01c8f3e0$68275090$967da8c0 (at mark) thomasferrari> <019f01c8f3f1$722f4eb0$568dec10$ (at mark) com>
X-Mail-Count: 13682
From: "Stephanie Sullivan"
> I just modified the script to be:
>
> <?php
> mkdir('y');
> $fp = fopen('y/data.txt', 'w');
> fwrite($fp, '1');
> fwrite($fp, '23');
> fclose($fp);
> ?>
>
> The group ownership is still site1 on the file in the y folder. Seems to
> work for ownership. :-)
Sorry still does not work - I just dont get it!
What are you permissions on the /web folder?
2777
drwxrwsrwx
Have you changed anything in the vhost conf file for siteX.include
or anything else in the httpd.conf besides commenting out the "Group apache"
part
Witch version og apache and suexec are you running ?
#httpd -V
#suexec -V
--
Thomas