First page Back Continue Last page Summary Graphic
Apache Installation
Building apache today
- were going to build apache with two optional componets
- What is suexec
- suexec is an Apache module which allows cgi programs to run as the user who put them in place rather than as the uid of the webserver (in this case nobody)
- This fixes some security problems an creates others
Notes: