Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache Configuration

Status
Not open for further replies.

bdw238

MIS
Dec 15, 2005
52
GB
I using Suse 9.3 Apache 2 to host my website, can anyone tell how to find out how this version of apache was built. i.e. The configure command.

For example, the Suse 9.3 pre-built php 4 show you this for php by displaying phpinfo()

./configure' '--prefix=/usr' '--datadir=/usr/share/php' '--mandir=/usr/share/man' '--bindir=/usr/bin' '--libdir=/usr/share' '--includedir=/usr/include' '--sysconfdir=/etc' '--with-_lib=lib' '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/php/bin' '--disable-debug' '--enable-inline-optimization' '--enable-memory-limit' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sigchild' '--disable-ctype' '--disable-session' '--without-mysql' '--disable-cli' '--without-pear' '--with-openssl' '--with-apxs2=/usr/sbin/apxs2-prefork' 'i586-suse-linux'

Regards


Brian
 
The following command will show you the vesion and what it was built with:

httpd -V

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top