
Kanji
User
Aug 3, 2000, 8:56 AM
Post #2 of 2
(207 views)
|
|
Re: run perl under a different user?
[In reply to]
|
Can't Post
|
|
If you configured Apache with suEXEC, the you can use the User and Group directives to change whom that VirtualHost executes scripts as. Alternately, you can set your script setuid (ie, chmod 4755 my.cgi). Do a man chmod for more details.
|