Re: CGI - OS X problem

2006-10-16 Thread Sarah Reichelt
On 10/17/06, Mark Wieder <[EMAIL PROTECTED]> wrote: Sarah- Monday, October 16, 2006, 10:45:43 PM, you wrote: > session will be logged on ttyp1. After parsing it, you can just set > the folder to /Users//Documents ...and you may also need to set permissions on the Documents folder in order to a

Re: CGI - OS X problem

2006-10-16 Thread Mark Wieder
Sarah- Monday, October 16, 2006, 10:45:43 PM, you wrote: > session will be logged on ttyp1. After parsing it, you can just set > the folder to /Users//Documents ...and you may also need to set permissions on the Documents folder in order to access it from the cgi stack... -- -Mark Wieder [EMA

Re: CGI - OS X problem

2006-10-16 Thread Ken Ray
On 10/17/06 12:45 AM, "Andre Garzia" <[EMAIL PROTECTED]> wrote: > Sarah, > > CGIs will run as a special user, not the logged user, usualy they > will run as nobody/nobody. This is a secure measure. > > You can try to trap for the shell command known as who with > > get shell("who") > > this wi

Re: CGI - OS X problem

2006-10-16 Thread Andre Garzia
Sarah, CGIs will run as a special user, not the logged user, usualy they will run as nobody/nobody. This is a secure measure. You can try to trap for the shell command known as who with get shell("who") this will echo que current logged users. The current user in the GUI session will be l

Re: CGI - OS X problem

2006-10-16 Thread Ken Ray
On 10/17/06 12:18 AM, "Sarah Reichelt" <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm just getting started with CGI under OS X. Many thanks to Jacque > for the wonderful tutorial which has got me a long way. > > Now I have a problem because my cgi script has to access a folder in > the Documents f

CGI - OS X problem

2006-10-16 Thread Sarah Reichelt
Hi All, I'm just getting started with CGI under OS X. Many thanks to Jacque for the wonderful tutorial which has got me a long way. Now I have a problem because my cgi script has to access a folder in the Documents folder of the computer running the script. When testing the Rev stack, I had no p