• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

php/apache security question

Zargon

Lifer
I am having issues figuring out how to restrict access to apache/phps ability to write to disk on my server

its server 2008, with a fresh isntall and wamp 2.0i

Its able to write pretty much anywhere it wants to :sneaky:
 
I think this is more of an OSes or Software for Windows question.

IANAWindows expert, but I imagine you need to create a separate user for Apache, run Apache as that user (how, I'm not sure), and limit that user's rights.

If you can't do that, but can modify the call to launch Apache, you might find DropMyRights, from here, useful.
 
Back
Top