Free Cooking with Apache Tutorial

Feb
10

Cooking with Apache

Posted by admin

Recipe 6.19: Enabling WebDAV Without Making Files Writable by the Web UserProblemYou want to run WebDAV but don’t want to make your document files writable by the Apache server user.SolutionRun two web servers as different users. The DAV-enabled server, for example, might run as User dav, Group dav, while the other server, which is responsible for serving your content, might run as User nobody, Group nobody. Make the web content writable by the dav user, or the dav group.TIP: Remember 
continue >>

Tags:

Add A Comment