If you have terminal access:

grep 'User ' /etc/httpd/conf/httpd.conf

that'll likely show you something along the lines of:
User apache
User httpd
etc.

or:
ps aux | grep httpd

You should see the user in the 1st column

On Tue, Feb 3, 2009 at 12:31 PM, neridaj <neri...@gmail.com> wrote:
>
> I'm using Linux.
>
> On Feb 3, 12:00 am, Lakshmi <sla...@gmail.com> wrote:
>> Hi,
>>
>> Are you using Windows or Linux?  If windows, please install a web server
>> like XAMPP.  Will help you have both CakePHP and MySQL.
>>
>> Regards,
>> Lakshmi
>>
>> On Tue, Feb 3, 2009 at 1:09 PM, neridaj <neri...@gmail.com> wrote:
>>
>> > Hello,
>>
>> > I'm trying to set things up for CakePHP and was unsure how to figure
>> > out who the web server user is, and how to then change the permissions
>> > for the tmp directory to make it writable by that web server user.
>>
>> > Thanks for any help,
>>
>> > J
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to