hmm..how about using apache's mod_info? try something like the one below in your httpd.conf <Location /serverInfo> SetHandler server-info </Location>
then access http://yourSite/serverInfo hope that's what u'r digging for. --- On Fri, 6/6/08, Jay Jesus Amorin <[EMAIL PROTECTED]> wrote: From: Jay Jesus Amorin <[EMAIL PROTECTED]> Subject: Re: [plug] recover apache configuration build options To: [EMAIL PROTECTED], "Philippine Linux Users' Group (PLUG) Technical Discussion List" <[email protected]> Date: Friday, June 6, 2008, 1:07 PM i want more human than. by the way here's my httpd -V and httpd -l can anyone help me figure out how it was configured? Server version: Apache/2.0.55 Server built: Dec 13 2005 06:47:33 Server's Module Magic Number: 20020903:11 Architecture: 32-bit Server compiled with.... -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D HTTPD_ROOT="/path/to/apache/2.0.55" -D SUEXEC_BIN="/path/to/apache/2.0.55/bin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_LOCKFILE="logs/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" Compiled in modules: core.c mod_access.c mod_auth.c mod_include.c mod_log_config.c mod_env.c mod_setenvif.c mod_ssl.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_cgi.c mod_vhost_alias.c mod_negotiation.c mod_dir.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_rewrite.c mod_so.c Thanks, Jay On Fri, Jun 6, 2008 at 12:40 PM, Glennix glennix <[EMAIL PROTECTED]> wrote: > hi! > httpd -V prints build parameters. is that what you're referring to? > > --- On Fri, 6/6/08, Jay Jesus Amorin <[EMAIL PROTECTED]> wrote: > > From: Jay Jesus Amorin <[EMAIL PROTECTED]> > Subject: Re: [plug] recover apache configuration build options > To: "Philippine Linux Users' Group (PLUG) Technical Discussion List" > <[email protected]> > Date: Friday, June 6, 2008, 11:42 AM > > Hi plugger, > > Our LAMP server was setup from source, and it so happened that the > source files was deleted. Now my problem is > rebuilding some part of > the LAMP server. I have no problem rebuilding php using the > configuration that was used before for i can view the configuration > options that i used to build php from cli, now my problem is with > apache. Can i still view or find a hint on the configuration options > that i used when i build/compile apache. > > Thanks for your help > > Jay > > > -- > Ang nagtanong ay tanga. Ang hindi nagtanong ay nanatiling tanga. -jayamorin > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > http://lists.linux.org.ph/mailman/listinfo/plug > Searchable Archives: http://archives.free.net.ph > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > http://lists.linux.org.ph/mailman/listinfo/plug > Searchable Archives: http://archives.free.net.ph > -- Ang nagtanong ay tanga. Ang hindi nagtanong ay nanatiling tanga. -jayamorin _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

