Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Access rights for Apache docroot |
|
Author |
|
dio
Joined: 02 Jun 2007 Posts: 5
|
Posted: Mon 04 Jun '07 17:42 Post subject: Access rights for Apache docroot |
|
|
Hi,
I am trying to restrict access to docroot as much as possible. Questions is: should SYSTEM group have access to it or can it be removed? Apache runs under its own account. I am thinking to allow access only to Administrators group and Apache account - would that hurt?
Thanks! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 07 Jun '07 16:39 Post subject: |
|
|
You must allow SYSTEM to access the folder. If not apache work correctly. Windows it self uses that account to access the file system. But you can limit it to Admins, apache account and SYSTEM.
To secure apache you can use e.g. open_basedir for PHP. |
|
Back to top |
|
|
|
|
|
|