View previous topic :: View next topic |
Author |
Message |
pointers Tux's lil' helper
Joined: 18 Apr 2004 Posts: 123
|
Posted: Tue Apr 27, 2004 4:51 pm Post subject: secure apache php in virtualhosting |
|
|
hi,
Is there any document showing how to install both apache and php securely in a virtual hosting environment. There are lots of documents many have lack of functionality.I just want to secure my apache and php environment without limiting functionality of the system so that users will not complain about lots of errors due to few permissions
thanks alot.. |
|
Back to top |
|
|
marting n00b
Joined: 03 Oct 2003 Posts: 64
|
Posted: Tue Apr 27, 2004 7:34 pm Post subject: |
|
|
two things come to my mind:
- make home-dirs only readable by users and apache-user
- use safe_mode in php (so the users can only execute the scripts they own)
i don't know if there's the need (and option) to run apache in a chrooted environment. |
|
Back to top |
|
|
|