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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]