Member
Hello,
Whatever you call the name of the application or plugin you have installed through the ports, there is now a way to see all the config options if it is installed with the port.
Apache for example:
Whatever you call the name of the application or plugin you have installed through the ports, there is now a way to see all the config options if it is installed with the port.
Apache for example:
Bash:
[root@enixyazilim ~]# cd /usr/ports/www/apache22
[root@enixyazilim /usr/ports/www/apache22]# make showconfig
===> The following configuration options are available for apache-2.2.13:
APR_FROM_PORTS=off "Use devel/apr as APR (preferred)"
THREADS=off "Enable threads support in APR"
MYSQL=on "Enable MySQL support for apr-dbd"
PGSQL=off "Enable PostgreSQL support for apr-dbd"
SQLITE=off "Enable SQLite support for apr-dbd"
IPV6=on "Enable IPv6 support"
BDB=off "Enable BerkeleyDB dbm"
AUTH_BASIC=on "Enable mod_auth_basic"
AUTH_DIGEST=on "Enable mod_auth_digest"
AUTHN_FILE=on "Enable mod_authn_file"
Last edited: