1 Configure Script Options

Outside of the normal configure options, SkunkWeb provides the following:

-with-skunkweb
Install SkunkWeb as part of this installation (default yes)
-with-python=/path/python
Specify path to python executable
-with-user=user
Make Skunk installation owned by user
-with-group=group
Make Skunk installation owned by group

Additional options if building SkunkWeb (which will be built by default):

-with-webdoc
Install some sample content (default yes)
-with-services=svcs
Specify the list of services to install space delimited list of personas to install, valid names are:

sessionHandler, requestHandler, remote, ae_component, remote_client aecgi, httpd, basicauth, oracle, pars, templating, web, fcgiprot

default is to include everything.

-with-sudo=/path/sudo
Specify path to sudo
-without-mod_skunkweb
Don't build mod_skunkweb
-with-apxs=/path/apxs
Specify path to the apxs program

N.B.: SkunkWeb, by default installs itself in /usr/local/skunk, but may be overridden by the standard configure option -prefix. The rest of this manual assumes that SkunkWeb was installed in /usr/local/skunk.