Sol Reklam
Sağ Reklam
What's new

Find the adjustment options of the system installed from the ports !

KONU YAZAR

dede123

New member
Onaylı Üye
Apr
24
22
1
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:


Bash:


Code:
[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"
 
Back
Top