You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by k_berov <k_...@yahoo.com> on 2004/07/30 19:11:36 UTC

executing Apache::ASP under specific UserID

Hi Everybody.

All day I wonder and read the Apache documentation about how to
execute my Apache::ASP as a specific UserID

Yes There is suexec but as it seems it works for cgi only
Then I red the section about running apache as root, but this is
dangerous.
=============From Apache docs
The User directive sets the user ID as which the server will answer
requests. In order to use this directive, the server must be run
initially as root. If you start the server as a non-root user, it will
fail to change to the lesser privileged user...
=============endof From Apache docs

Then...
the problem is:
1.I want to create some files in Storable format, but under the id of
the user to which belongs the VirtualHost.
2. I want the user to be able to do what he or she wants whith the
file after that
3. I do not want to make the files with permissions 0666


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org