This step allows you to switch on or off some application features. All that you will switch on will be comiled into the application automatically adn all you will swith off will be avoided from compilation and the features would not be available unless you recompile it again. Normally, you can get all available
Usage: configure [options]
Options: [defaults in brackets after descriptions]
General options:
--quiet, --silent do not print messages
--verbose, -v print even more messages
--shadow[=DIR] switch to a shadow tree (under DIR) for building
Stand-alone options:
--help, -h print this message
--show-layout print installation path layout (check and debug)
Installation layout options:
--with-layout=[F:]ID use installation path layout ID (from file F)
--target=TARGET install name-associated files using basename TARGET
--prefix=PREFIX install architecture-independent files in PREFIX
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
--bindir=DIR install user executables in DIR
--sbindir=DIR install sysadmin executables in DIR
--libexecdir=DIR install program executables in DIR
--mandir=DIR install manual pages in DIR
--sysconfdir=DIR install configuration files in DIR
--datadir=DIR install read-only data files in DIR
--iconsdir=DIR install read-only icon files in DIR
--htdocsdir=DIR install read-only welcome pages in DIR
--manualdir=DIR install read-only on-line documentation in DIR
--cgidir=DIR install read-only cgi files in DIR
--includedir=DIR install includes files in DIR
--localstatedir=DIR install modifiable data files in DIR
--runtimedir=DIR install runtime data in DIR
--logfiledir=DIR install logfile data in DIR
--proxycachedir=DIR install proxy cache data in DIR
Configuration options:
--enable-rule=NAME enable a particular Rule named 'NAME'
--disable-rule=NAME disable a particular Rule named 'NAME'
[CYGWIN_WINSOCK=no DEV_RANDOM=default EXPAT=defa]
[IRIXN32=yes IRIXNIS=no PARANOID=no ]
[SHARED_CHAIN=default SHARED_CORE=default SOCKS4]
[SOCKS5=no WANTHSREGEX=default ]
--add-module=FILE on-the-fly copy & activate a 3rd-party Module
--activate-module=FILE on-the-fly activate existing 3rd-party Module
--permute-module=N1:N2 on-the-fly permute module 'N1' with module 'N2'
--enable-module=NAME enable a particular Module named 'NAME'
--disable-module=NAME disable a particular Module named 'NAME'
[access=yes actions=yes alias=yes ]
[asis=yes auth_anon=no auth_dbm=no ]
[auth_db=no auth_digest=no auth=yes ]
[autoindex=yes cern_meta=no cgi=yes ]
[digest=no dir=yes env=yes ]
[example=no expires=no headers=no ]
[imap=yes include=yes info=no ]
[log_agent=no log_config=yes log_forensic=no]
[log_referer=no mime_magic=no mime=yes ]
[mmap_static=no negotiation=yes proxy=no ]
[rewrite=no setenvif=yes so=no ]
[speling=no status=yes unique_id=no ]
[userdir=yes usertrack=no vhost_alias=no ]
--enable-shared=NAME enable build of Module named 'NAME' as a DSO
--disable-shared=NAME disable build of Module named 'NAME' as a DSO
--with-perl=FILE path to the optional Perl interpreter
--with-port=PORT set the port number for httpd.conf
--without-support disable the build and installation of support tools
--without-confadjust disable the user/situation adjustments in config
--without-execstrip disable the stripping of executables on installation
--server-uid=UID set the user ID the web server should run as [nobody]
--server-gid=GID set the group ID the web server UID is a memeber of [#-1]
suEXEC options:
--enable-suexec enable the suEXEC feature
--suexec-caller=NAME set the suEXEC username of the allowed caller [www]
--suexec-docroot=DIR set the suEXEC root directory [PREFIX/share/htdocs]
--suexec-logfile=FILE set the suEXEC logfile [PREFIX/var/log/suexec_log]
--suexec-userdir=DIR set the suEXEC user subdirectory [public_html]
--suexec-uidmin=UID set the suEXEC minimal allowed UID [100]
--suexec-gidmin=GID set the suEXEC minimal allowed GID [100]
--suexec-safepath=PATH set the suEXEC safe PATH [/usr/local/bin:/usr/bin:/bin]
--suexec-umask=UMASK set the umask for the suEXEC'd script [server's umask]
Deprecated options:
--layout backward compat only: use --show-layout
--compat backward compat only: use --with-layout=Apache