DevPortal

How do I Install Apache Server With DSO Support in Unix?


To work with the WebGate plug-in, the Apache server has to be installed with the DSO support. Apache supports building modules as shared objects on all major Unix platforms (see section Supported Platforms in document htdocs/manual/dso.html for details).

APACI has a nice way of enabling the building of DSO-based modules and automatically installing them:

$ ./configure
  --prefix=/path/to/apache\
  --enable-module=rewrite\
  --enable-shared=rewrite
$ make
$ make install


Related Topics:

© Pramati Technologies 2007 Runs on Pramati Server | Feedback | Legal