On Mon, Jul 31, 2006 at 11:15:13PM -0700, vivek k wrote: > When the Apache server tries to modify the file it > is gving > permission denied error in the error_log file. > > Is there a way of solving this problem ? Can i > configure the Webserver to run as userID dts. As mentioned before you can run apache as whatever you choose, but it is preferred to use the distribution standard. Here i would change the permission of the file in question: Change the group of the file in question to the group of the webserver and allow the group to change the file. -> permission 664 That way apache still runs as the default user and the application can continue to work as before. Cheers, Christian --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx