TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:2499] Apache Install question



Another beauty of rpm is you can always do rpm -ql <package>.rpm to dump
all files installed so you can get a better idea what the package
installed.

Peter Lukas

On Thu, 3 Dec 1998, Richard Seymour wrote:

> httpd -V shows you a list of apache configuration settings. Mine are like
> this:
> 
> [root@groucho /root]# httpd -V
> Server version: Apache/1.3.3 (Unix)
> Server built:   Nov 29 1998 12:38:52
> Server's Module Magic Number: 19980917:0
> Server compiled with....
>  -D HAVE_MMAP
>  -D HAVE_SHMGET
>  -D USE_SHMGET_SCOREBOARD
>  -D USE_MMAP_FILES
>  -D USE_FLOCK_SERIALIZED_ACCEPT
>  -D HTTPD_ROOT="/etc/httpd"
>  -D SUEXEC_BIN="/etc/httpd/bin/suexec"
>  -D SHARED_CORE_DIR="/etc/httpd/libexec"
>  -D DEFAULT_PIDLOG="logs/httpd.pid"
>  -D DEFAULT_SCOREBOARD="logs/httpd.scoreboard"
>  -D DEFAULT_LOCKFILE="logs/httpd.lock"
>  -D DEFAULT_XFERLOG="logs/access_log"
>  -D DEFAULT_ERRORLOG="logs/error_log"
>  -D TYPES_CONFIG_FILE="conf/mime.types"
>  -D SERVER_CONFIG_FILE="conf/httpd.conf"
>  -D ACCESS_CONFIG_FILE="conf/access.conf"
>  -D RESOURCE_CONFIG_FILE="conf/srm.conf"
> 
> You looking for HTTPD_ROOT.
> 
> (I just went through this installing PHP and realized I needed to use the
> --compat argument as well, since the new version will add the word
> "apache" onto the install directory if it's not already there.) 
> 
> On Thu, 3 Dec 1998, Schlough, Mark wrote:
> > I have a program that enables me to build an apache module, but I need to
> > pass it a 
> > --with-apache-install-dir="/path/to/apache-install"  argument to know where
> > this is.
> > 
> > Could anyone advise me where the install directory is?
> 
> --
> Richard Seymour, Anarchy Software, Inc.
> anarchy@anarchysoftware.com
> 
> The opinions expressed are those of my employer, not my own.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@listserv.real-time.com
> For additional commands, e-mail: tclug-list-help@listserv.real-time.com
> Try our website: http://tclug.real-time.com
> 
>