You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Larry Rosenman <le...@cyberramp.net> on 1997/07/21 07:10:01 UTC

os-solaris/888: SIGHUP won't restart EVEN WITH THE PATCH

>Number:         888
>Category:       os-solaris
>Synopsis:       SIGHUP won't restart EVEN WITH THE PATCH
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Sun Jul 20 22:10:01 1997
>Originator:     ler@cyberramp.net
>Organization:
apache
>Release:        1.2.1
>Environment:
Solaris 2.5.1/Apache 1.2.1 with the SLACK Patch from the web page.
>Description:
when running 1.2.1 on Solaris 2,5.1 (with -DHIGH_SLACK_LINE=256, and
the patch from the known bugs page (PR#832)), I still can NOT restart the
server using SIGHUP.  It gives me BIND UNABLE TO BIND TO PORT 80.

I note some FIN_WAIT_2's, but this is the same config that ran 1.1.1 with
NO PROBLEM (save for the descriptor issue, which is why the upgrade).

Here is the server-info page for it:


Apache Server Information

Server Settings, mod_browser.c, mod_headers.c, mod_expires.c, mod_auth_dbm.c, mod_auth_anon.c, mod_auth.c, mod_access.c, mod_rewrite.c, mod_alias.c, mod_userdir.c, mod_actions.c, mod_imap.c, mod_asis.c, mod_cgi.c, mod_dir.c, mod_include.c, mod_info.c, mod_status.c, mod_negotiation.c, mod_mime.c, mod_log_referer.c, mod_log_agent.c, mod_log_config.c, mod_env.c, http_core.c
------------------------------------------------------------------------
Server Version: Apache/1.2.1
API Version: 19970622
Run Mode: standalone
User/Group: web(103)/60001
Hostname/port: secure2.cyberramp.net:80
Daemons: start: 2 �� min idle: 1 �� max idle: 19 �� max: 256
Max Requests: per child: 299 �� keep alive: on �� max per connection: 100
Timeouts: connection: 300 �� keep-alive: 15
Server Root: /usr/local/apache
Config File: /usr/local/apache/conf/httpd.conf
PID File: logs/httpd.pid
Scoreboard File: logs/apache_status

------------------------------------------------------------------------


Module Name: mod_browser.c 
Content-types affected: none
Module Groups: none
Module Configuration Commands: 

BrowserMatch - A browser regex and a list of variables. 
BrowserMatchNoCase - a browser regex and a list of variables. 

Current Configuration: 
httpd.conf 

BrowserMatch Mozilla/2 nokeepalive


------------------------------------------------------------------------

Module Name: mod_headers.c 
Content-types affected: none
Module Groups: Header Fixer 
Module Configuration Commands: 

Header - an action, header and value 

Current Configuration: 

------------------------------------------------------------------------

Module Name: mod_expires.c 
Content-types affected: none
Module Groups: Header Fixer 
Module Configuration Commands: 

ExpiresActive - 
ExpiresBytype - a mime type followed by an expiry date code 
ExpiresDefault - an expiry date code 

Current Configuration: 

------------------------------------------------------------------------

Module Name: mod_auth_dbm.c 
Content-types affected: none
Module Groups: User ID Checking , Authentication Checking 
Module Configuration Commands: 

AuthDBMUserFile - 
AuthDBMGroupFile - 
AuthUserFile - 
AuthGroupFile - 
AuthDBMAuthoritative - Set to 'no' to allow access control to be passed along to lower modules, if the UserID is not known in this module 

Current Configuration: 

------------------------------------------------------------------------

Module Name: mod_auth_anon.c 
Content-types affected: none
Module Groups: User ID Checking , Authentication Checking 
Module Configuration Commands: 

Anonymous - 
Anonymous_MustGiveEmail - Limited to 'on' or 'off' 
Anonymous_NoUserId - Limited to 'on' or 'off' 
Anonymous_VerifyEmail - Limited to 'on' or 'off' 
Anonymous_LogEmail - Limited to 'on' or 'off' 
Anonymous_Authoritative - Limited to 'on' or 'off' 

Current Configuration: 

------------------------------------------------------------------------

Module Name: mod_auth.c 
Content-types affected: none
Module Groups: User ID Checking , Authentication Checking 
Module Configuration Commands: 

AuthUserFile - 
AuthGroupFile - 
AuthAuthoritative - Set to 'no' to allow access control to be passed along to lower modules if the UserID is not known to this module 

Current Configuration: 

------------------------------------------------------------------------

Module Name: mod_access.c 
Content-types affected: none
Module Groups: Access Checking 
Module Configuration Commands: 

order - 'allow,deny', 'deny,allow', or 'mutual-failure' 
allow - 'from' followed by hostnames or IP-address wildcards 
deny - 'from' followed by hostnames or IP-address wildcards 

Current Configuration: 
access.conf 

<Directory /home/web> 
��<limit GET> 
����order allow,deny
����allow from all
��</limit> 
</Directory> 
<Directory /usr/local/apache/cgi-bin> 
��<limit GET> 
����order allow,deny
����allow from all
��</limit> 
</Directory> 
<Location /server-status> 
��order deny,allow
��deny from all
��allow from 207.158.68
��allow from 207.158.72
</Location> 
<Location /server-info> 
��order deny,allow
��deny from all
��allow from 207.158.68
��allow from 207.158.72
</Location> 
<directory /home/*> 
��<limit GET> 
����order allow,deny
����allow from all
��</limit> 
</Directory> 
<directory /users/*> 
��<limit GET> 
����order allow,deny
����allow from all
��</limit> 
</Directory> 


------------------------------------------------------------------------

Module Name: mod_rewrite.c 
Content-types affected: redirect-handler 
Module Groups: Translate Handler , Type Checking , Header Fixer 
Module Configuration Commands: 

RewriteEngine - On or Off to enable or disable (default) the whole rewriting engine 
RewriteOptions - List of option strings to set 
RewriteBase - the base URL of the per-directory context 
RewriteCond - a input string and a to be applied regexp-pattern 
RewriteRule - a URL-applied regexp-pattern and a substitution URL 
RewriteMap - a mapname and a filename 
RewriteLog - the filename of the rewriting logfile 
RewriteLogLevel - the level of the rewriting logfile verbosity (0=none, 1=std, .., 9=max) 

Current Configuration: 

------------------------------------------------------------------------

Module Name: mod_alias.c 
Content-types affected: none
Module Groups: Translate Handler , Header Fixer 
Module Configuration Commands: 

Alias - a fakename and a realname 
ScriptAlias - a fakename and a realname 
Redirect - an optional status, then document to be redirected and destination URL 
RedirectTemp - a document to be redirected, then the destination URL 
RedirectPermanent - a document to be redirected, then the destination URL 

Current Configuration: 
httpd.conf 

ScriptAlias /cgi-bin/ /home/fluiddynamicscorp/cgi-bin/
ScriptAlias /cgi-bin/ /home/matrixib/cgi-bin/
ScriptAlias /cgi-bin/ /home/everydaygourmet/cgi-bin/
ScriptAlias /cgi-bin/ /home/shiners/cgi-bin/
ScriptAlias /cgi-bin/ /home/deanwood/cgi-bin/
ScriptAlias /cgi-bin/ /home/deantech/cgi-bin/
ScriptAlias /cgi-bin/ /home/ennispaint/cgi-bin/
ScriptAlias /cgi-bin/ /home/argosyusa/cgi-bin/
ScriptAlias /cgi-bin/ /home/agentsystems/cgi-bin/
ScriptAlias /cgi-bin/ /home/ndsvcs/cgi-bin/
ScriptAlias /cgi-bin/ /home/sweepsclearing/cgi-bin/
ScriptAlias /cgi-bin/ /home/sweepsclearing/cgi-bin/
ScriptAlias /cgi-bin/ /home/wato/cgi-bin/
ScriptAlias /cgi-bin/ /home/ameristarjet/cgi-bin/
ScriptAlias /cgi-bin/ /home/lelandswallpaper/cgi-bin/
ScriptAlias /cgi-bin/ /home/finelinetattoos/cgi-bin/
ScriptAlias /cgi-bin/ /home/sandrasawyerdesign/cgi-bin/
ScriptAlias /cgi-bin/ /home/thecompguy/cgi-bin/
ScriptAlias /cgi-bin/ /home/picturestart/cgi-bin/
ScriptAlias /cgi-bin/ /home/imaginaris/cgi-bin/
ScriptAlias /cgi-bin/ /home/webbelectronics/cgi-bin/
ScriptAlias /cgi-bin/ /home/datawranglers/cgi-bin/
ScriptAlias /cgi-bin/ /home/kfbcdallas/cgi-bin/
ScriptAlias /cgi-bin/ /home/globalinfomart/cgi-bin/
ScriptAlias /cgi-bin/ /home/columbus-software/cgi-bin/
ScriptAlias /cgi-bin/ /home/butlerit/cgi-bin/
ScriptAlias /cgi-bin/ /home/chapmansatellite/cgi-bin/
ScriptAlias /cgi-bin/ /home/brendahowarddesign/cgi-bin/
ScriptAlias /cgi-bin/ /home/latworks/cgi-bin/
ScriptAlias /cgi-bin/ /home/dfwtrees/cgi-bin/
ScriptAlias /cgi-bin/ /home/www-test/cgi-bin/
ScriptAlias /cgi-bin/ /home/aoginc/cgi-bin/
ScriptAlias /cgi-bin/ /home/shoppas/cgi-bin/
ScriptAlias /cgi-bin/ /home/jquad/cgi-bin/
ScriptAlias /cgi-bin/ /home/tdfcorp/cgi-bin/
ScriptAlias /cgi-bin/ /home/madwest/cgi-bin/
ScriptAlias /cgi-bin/ /home/chill-it/cgi-bin/
ScriptAlias /cgi-bin/ /home/dolphininc/cgi-bin/
ScriptAlias /cgi-bin/ /home/smartmediaassociates/cgi-bin/
ScriptAlias /cgi-bin/ /home/pasafe/cgi-bin/
ScriptAlias /cgi-bin/ /home/horizonsinsurance/cgi-bin/
ScriptAlias /cgi-bin/ /home/sonntaginc/cgi-bin/
ScriptAlias /cgi-bin/ /home/timberlawn/cgi-bin/
ScriptAlias /cgi-bin/ /home/tascopromotions/cgi-bin/
ScriptAlias /cgi-bin/ /home/greenhill/cgi-bin/
ScriptAlias /cgi-bin/ /home/caldwelleng/cgi-bin/
ScriptAlias /cgi-bin/ /home/disha/cgi-bin/
ScriptAlias /cgi-bin/ /home/wolvertonair/cgi-bin/
ScriptAlias /cgi-bin/ /home/sunmesa/cgi-bin/
ScriptAlias /cgi-bin/ /home/empiretec/cgi-bin/
ScriptAlias /cgi-bin/ /home/adspower/cgi-bin/
ScriptAlias /cgi-bin/ /home/pro-techcontractors/cgi-bin/
ScriptAlias /cgi-bin/ /home/camaa/cgi-bin/
ScriptAlias /cgi-bin/ /home/humorbyharlow/cgi-bin/
ScriptAlias /cgi-bin/ /home/olmyo/cgi-bin/
ScriptAlias /cgi-bin/ /home/znet-tx/cgi-bin/
ScriptAlias /cgi-bin/ /home/udri/cgi-bin/
ScriptAlias /cgi-bin/ /home/symbolicsys/cgi-bin/
ScriptAlias /cgi-bin/ /home/dntusa/cgi-bin/
ScriptAlias /cgi-bin/ /home/centralprint/cgi-bin/
ScriptAlias /cgi-bin/ /home/cmmusic/cgi-bin/
ScriptAlias /cgi-bin/ /home/pepcopoms/cgi-bin/
ScriptAlias /cgi-bin/ /home/iimage/cgi-bin/
ScriptAlias /cgi-bin/ /home/ladydra/cgi-bin/
ScriptAlias /cgi-bin/ /home/in4vision/cgi-bin/
ScriptAlias /cgi-bin/ /home/reacs/cgi-bin/
ScriptAlias /cgi-bin/ /home/visualmystix/cgi-bin/
ScriptAlias /cgi-bin/ /home/blpengineers/cgi-bin/
ScriptAlias /cgi-bin/ /home/gisd/cgi-bin/
ScriptAlias /cgi-bin/ /home/plantsalive/cgi-bin/
ScriptAlias /cgi-bin/ /home/act-ii/cgi-bin/
ScriptAlias /cgi-bin/ /home/medicalmatrix/cgi-bin/
ScriptAlias /cgi-bin/ /home/elec-mech/cgi-bin/
ScriptAlias /cgi-bin/ /home/plazmarecords/cgi-bin/
ScriptAlias /cgi-bin/ /home/grsoft/cgi-bin/
ScriptAlias /cgi-bin/ /home/dagarsys/cgi-bin/
ScriptAlias /cgi-bin/ /home/fixxmypc/cgi-bin/
ScriptAlias /cgi-bin/ /home/mhguide/cgi-bin/
ScriptAlias /cgi-bin/ /home/astrotex/cgi-bin/
ScriptAlias /cgi-bin/ /home/massage-one/cgi-bin/
ScriptAlias /cgi-bin/ /home/calvarytempleofirving/cgi-bin/
ScriptAlias /cgi-bin/ /home/exploreearth/cgi-bin/
ScriptAlias /cgi-bin/ /home/anchorgraphics/cgi-bin/
ScriptAlias /cgi-bin/ /home/aesthetic-surgeon/cgi-bin/
ScriptAlias /cgi-bin/ /home/genescreen/cgi-bin/
ScriptAlias /cgi-bin/ /home/usmodcom/cgi-bin/
ScriptAlias /cgi-bin/ /home/denitech/cgi-bin/
ScriptAlias /cgi-bin/ /home/esfahani/cgi-bin/
ScriptAlias /cgi-bin/ /home/wolfpac/cgi-bin/
ScriptAlias /cgi-bin/ /home/swbyps-dfw/cgi-bin/
ScriptAlias /cgi-bin/ /home/texspec/cgi-bin/
ScriptAlias /cgi-bin/ /home/nweiss/cgi-bin/
ScriptAlias /cgi-bin/ /home/episcopal-dallas/cgi-bin/
ScriptAlias /cgi-bin/ /home/dallastelco/cgi-bin/
ScriptAlias /cgi-bin/ /home/knightsecurity/cgi-bin/
ScriptAlias /cgi-bin/ /home/rowclothing/cgi-bin/
ScriptAlias /cgi-bin/ /home/santafecoffee/cgi-bin/
ScriptAlias /cgi-bin/ /home/lascolinasfcu/cgi-bin/
ScriptAlias /cgi-bin/ /home/mplusmagnet/cgi-bin/
ScriptAlias /cgi-bin/ /home/cs-creative/cgi-bin/
ScriptAlias /cgi-bin/ /home/bodymagic/cgi-bin/
ScriptAlias /cgi-bin/ /home/sbsamerica/cgi-bin/
ScriptAlias /cgi-bin/ /home/escort4couples/cgi-bin/
ScriptAlias /cgi-bin/ /home/dascominc/cgi-bin/
ScriptAlias /cgi-bin/ /home/nissuncap/cgi-bin/
ScriptAlias /cgi-bin/ /home/americanartistry/cgi-bin/
ScriptAlias /cgi-bin/ /home/himalayancat/cgi-bin/
ScriptAlias /cgi-bin/ /home/dallasautomation/cgi-bin/
ScriptAlias /cgi-bin/ /home/itservicesinc/cgi-bin/
ScriptAlias /cgi-bin/ /home/conquest-resources/cgi-bin/
ScriptAlias /cgi-bin/ /home/universal-testing/cgi-bin/
ScriptAlias /cgi-bin/ /home/kbcottonpillows/cgi-bin/
ScriptAlias /cgi-bin/ /home/turbomall/cgi-bin/
ScriptAlias /cgi-bin/ /home/bab/cgi-bin/
ScriptAlias /cgi-bin/ /home/coronadobuilders/cgi-bin/
ScriptAlias /cgi-bin/ /home/fiberwrap/cgi-bin/
ScriptAlias /cgi-bin/ /home/ballastsource/cgi-bin/
ScriptAlias /cgi-bin/ /home/krs/cgi-bin/
ScriptAlias /cgi-bin/ /home/cosmeticdoctor/cgi-bin/
ScriptAlias /cgi-bin/ /home/inetmotorsports/cgi-bin/
ScriptAlias /cgi-bin/ /home/ncdsusa/cgi-bin/

srm.conf 

Alias /icons/ /usr/local/apache/icons/
ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/


------------------------------------------------------------------------

Module Name: mod_userdir.c 
Content-types affected: none
Module Groups: Translate Handler 
Module Configuration Commands: 

UserDir - the public subdirectory in users' home directories, or 'disabled' 

Current Configuration: 
srm.conf 

UserDir public_html


------------------------------------------------------------------------

Module Name: mod_actions.c 
Content-types affected: */* 
Module Groups: none
Module Configuration Commands: 

Action - a media type followed by a script name 
Script - a method followed by a script name 

Current Configuration: 

------------------------------------------------------------------------

Module Name: mod_imap.c 
Content-types affected: application/x-httpd-imap , imap-file 
Module Groups: none
Module Configuration Commands: 

ImapMenu - the type of menu generated: none, formatted, semiformatted, unformatted 
ImapDefault - the action taken if no match: error, nocontent, referer, menu, URL 
ImapBase - the base for all URL's: map, referer, URL (or start of) 

Current Configuration: 

------------------------------------------------------------------------

Module Name: mod_asis.c 
Content-types affected: httpd/send-as-is , send-as-is 
Module Groups: none
Module Configuration Commands: none 

------------------------------------------------------------------------

Module Name: mod_cgi.c 
Content-types affected: application/x-httpd-cgi , cgi-script 
Module Groups: none
Module Configuration Commands: 

ScriptLog - the name of a log for script debugging info 
ScriptLogLength - the maximum length (in bytes) of the script debug log 
ScriptLogBuffer - the maximum size (in bytes) to record of a POST request 

Current Configuration: 

------------------------------------------------------------------------

Module Name: mod_dir.c 
Content-types affected: httpd/unix-directory 
Module Groups: none
Module Configuration Commands: 

AddIcon - an icon URL followed by one or more filenames 
AddIconByType - an icon URL followed by one or more MIME types 
AddIconByEncoding - an icon URL followed by one or more content encodings 
AddAlt - alternate descriptive text followed by one or more filenames 
AddAltByType - alternate descriptive text followed by one or more MIME types 
AddAltByEncoding - alternate descriptive text followed by one or more content encodings 
IndexOptions - one or more index options 
IndexIgnore - one or more file extensions 
AddDescription - Descriptive text followed by one or more filenames 
HeaderName - a filename 
ReadmeName - a filename 
FancyIndexing - 
DefaultIcon - an icon URL 
DirectoryIndex - 

Current Configuration: 
srm.conf 

DirectoryIndex index.shtml index.html index.cgi index.htm default.htm
FancyIndexing on
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*
AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core
AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^
DefaultIcon /icons/unknown.gif
ReadmeName README
HeaderName HEADER
IndexIgnore */.??* *~ *# */HEADER* */README* */RCS


------------------------------------------------------------------------

Module Name: mod_include.c 
Content-types affected: text/x-server-parsed-html , text/x-server-parsed-html3 , server-parsed , text/html 
Module Groups: none
Module Configuration Commands: 

XBitHack - Off, On, or Full 

Current Configuration: 

------------------------------------------------------------------------

Module Name: mod_info.c 
Content-types affected: server-info 
Module Groups: none
Module Configuration Commands: none 

------------------------------------------------------------------------

Module Name: mod_status.c 
Content-types affected: application/x-httpd-status , server-status 
Module Groups: none
Module Configuration Commands: none 

------------------------------------------------------------------------

Module Name: mod_negotiation.c 
Content-types affected: application/x-type-map , type-map 
Module Groups: Type Checking 
Module Configuration Commands: 

CacheNegotiatedDocs - 
LanguagePriority - 

Current Configuration: 
srm.conf 

LanguagePriority en fr de


------------------------------------------------------------------------

Module Name: mod_mime.c 
Content-types affected: none
Module Groups: Type Checking 
Module Configuration Commands: 

AddType - a mime type followed by one or more file extensions 
AddEncoding - an encoding (e.g., gzip), followed by one or more file extensions 
AddLanguage - a language (e.g., fr), followed by one or more file extensions 
AddHandler - a handler name followed by one or more file extensions 
ForceType - a media type 
SetHandler - a handler name 
TypesConfig - the MIME types config file 

Current Configuration: 
srm.conf 

AddEncoding x-compress Z
AddEncoding x-gzip gz
AddLanguage en .en
AddLanguage fr .fr
AddLanguage de .de
AddLanguage da .da
AddLanguage el .el
AddLanguage it .it
AddHandler cgi-script .cgi
AddHandler server-parsed .shtml
AddHandler imap-file map

access.conf 

<Location /server-status> 
��SetHandler server-status
</Location> 
<Location /server-info> 
��SetHandler server-info
</Location> 


------------------------------------------------------------------------

Module Name: mod_log_referer.c 
Content-types affected: none
Module Groups: Logging 
Module Configuration Commands: 

RefererLog - the filename of the referer log 
RefererIgnore - referer hostnames to ignore 

Current Configuration: 
httpd.conf 

RefererLog /usr/local/apache/logs/ladydra.refer


------------------------------------------------------------------------

Module Name: mod_log_agent.c 
Content-types affected: none
Module Groups: Logging 
Module Configuration Commands: 

AgentLog - the filename of the agent log 

Current Configuration: 
httpd.conf 

AgentLog /usr/local/apache/logs/ladydra.agent


------------------------------------------------------------------------

Module Name: mod_log_config.c 
Content-types affected: none
Module Groups: Logging 
Module Configuration Commands: 

CustomLog - a file name and a custom log format string 
TransferLog - the filename of the access log 
LogFormat - a log format string (see docs) 
CookieLog - the filename of the cookie log 

Current Configuration: 
httpd.conf 

TransferLog /usr/local/apache/logs/access_log
TransferLog /usr/local/apache/logs/fluiddynamicscorp
TransferLog /usr/local/apache/logs/matrixib
TransferLog /usr/local/apache/logs/everydaygourmet
TransferLog /usr/local/apache/logs/shiners
TransferLog /usr/local/apache/logs/deanwood
TransferLog /usr/local/apache/logs/deantech
TransferLog /usr/local/apache/logs/ennispaint
TransferLog /usr/local/apache/logs/argosyusa
TransferLog /usr/local/apache/logs/agentsystems
TransferLog /usr/local/apache/logs/ndsvcs
TransferLog /usr/local/apache/logs/sweepsclearing
TransferLog /usr/local/apache/logs/wato
TransferLog /usr/local/apache/logs/ameristarjet
TransferLog /usr/local/apache/logs/lelandswallpaper
TransferLog /usr/local/apache/logs/finelinetattoos
TransferLog /usr/local/apache/logs/sandrasawyerdesign
TransferLog /usr/local/apache/logs/thecompguy
TransferLog /usr/local/apache/logs/picturestart
TransferLog /usr/local/apache/logs/imaginaris
TransferLog /usr/local/apache/logs/webbelectronics
TransferLog /usr/local/apache/logs/datawranglers
TransferLog /usr/local/apache/logs/kfbcdallas
TransferLog /usr/local/apache/logs/globalinfomart
TransferLog /usr/local/apache/logs/columbus-software
TransferLog /usr/local/apache/logs/butlerit
TransferLog /usr/local/apache/logs/chapmansatellite
TransferLog /usr/local/apache/logs/brendahowarddesign
TransferLog /usr/local/apache/logs/latworks
TransferLog /usr/local/apache/logs/dfwtrees
TransferLog /usr/local/apache/logs/www-test
TransferLog /usr/local/apache/logs/aoginc
TransferLog /usr/local/apache/logs/shoppas
TransferLog /usr/local/apache/logs/jquad
TransferLog /usr/local/apache/logs/tdfcorp
TransferLog /usr/local/apache/logs/madwest
TransferLog /usr/local/apache/logs/chill-it
TransferLog /usr/local/apache/logs/dolphininc
TransferLog /usr/local/apache/logs/smartmediaassociates
TransferLog /usr/local/apache/logs/pasafe
TransferLog /usr/local/apache/logs/horizonsinsurance
TransferLog /usr/local/apache/logs/sonntaginc
TransferLog /usr/local/apache/logs/timberlawn
TransferLog /usr/local/apache/logs/tascopromotions
TransferLog /usr/local/apache/logs/greenhill
TransferLog /usr/local/apache/logs/caldwelleng
TransferLog /usr/local/apache/logs/disha
TransferLog /usr/local/apache/logs/wolvertonair
TransferLog /usr/local/apache/logs/sunmesa
TransferLog /usr/local/apache/logs/empiretec
TransferLog /usr/local/apache/logs/adspower
TransferLog /usr/local/apache/logs/pro-techcontractors
TransferLog /usr/local/apache/logs/camaa
TransferLog /usr/local/apache/logs/humorbyharlow
TransferLog /usr/local/apache/logs/olmyo
TransferLog /usr/local/apache/logs/znet-tx
TransferLog /usr/local/apache/logs/udri
TransferLog /usr/local/apache/logs/symbolicsys
TransferLog /usr/local/apache/logs/dntusa
TransferLog /usr/local/apache/logs/centralprint
TransferLog /usr/local/apache/logs/cmmusic
TransferLog /usr/local/apache/logs/pepcopoms
TransferLog /usr/local/apache/logs/iimage
TransferLog /usr/local/apache/logs/ladydra
TransferLog /usr/local/apache/logs/in4vision
TransferLog /usr/local/apache/logs/reacs
TransferLog /usr/local/apache/logs/visualmystix
TransferLog /usr/local/apache/logs/blpengineers
TransferLog /usr/local/apache/logs/gisd
TransferLog /usr/local/apache/logs/plantsalive
TransferLog /usr/local/apache/logs/act-ii
TransferLog /usr/local/apache/logs/medicalmatrix
TransferLog /usr/local/apache/logs/elec-mech
TransferLog /usr/local/apache/logs/plazmarecords
TransferLog /usr/local/apache/logs/grsoft
TransferLog /usr/local/apache/logs/dagarsys
TransferLog /usr/local/apache/logs/fixxmypc
TransferLog /usr/local/apache/logs/mhguide
TransferLog /usr/local/apache/logs/astrotex
TransferLog /usr/local/apache/logs/massage-one
TransferLog /usr/local/apache/logs/calvarytempleofirving
TransferLog /usr/local/apache/logs/exploreearth
TransferLog /usr/local/apache/logs/anchorgraphics
TransferLog /usr/local/apache/logs/aesthetic-surgeon
TransferLog /usr/local/apache/logs/genescreen
TransferLog /usr/local/apache/logs/usmodcom
TransferLog /usr/local/apache/logs/denitech
TransferLog /usr/local/apache/logs/esfahani
TransferLog /usr/local/apache/logs/wolfpac
TransferLog /usr/local/apache/logs/swbyps-dfw
TransferLog /usr/local/apache/logs/texspec
TransferLog /usr/local/apache/logs/nweiss
TransferLog /usr/local/apache/logs/episcopal-dallas
TransferLog /usr/local/apache/logs/dallastelco
TransferLog /usr/local/apache/logs/knightsecurity
TransferLog /usr/local/apache/logs/rowclothing
TransferLog /usr/local/apache/logs/santafecoffee
TransferLog /usr/local/apache/logs/lascolinasfcu
TransferLog /usr/local/apache/logs/mplusmagnet
TransferLog /usr/local/apache/logs/cs-creative
TransferLog /usr/local/apache/logs/bodymagic
TransferLog /usr/local/apache/logs/sbsamerica
TransferLog /usr/local/apache/logs/escort4couples
TransferLog /usr/local/apache/logs/dascominc
TransferLog /usr/local/apache/logs/nissuncap
TransferLog /usr/local/apache/logs/americanartistry
TransferLog /usr/local/apache/logs/himalayancat
TransferLog /usr/local/apache/logs/dallasautomation
TransferLog /usr/local/apache/logs/itservicesinc
TransferLog /usr/local/apache/logs/conquest-resources
TransferLog /usr/local/apache/logs/universal-testing
TransferLog /usr/local/apache/logs/kbcottonpillows
TransferLog /usr/local/apache/logs/turbomall
TransferLog /usr/local/apache/logs/bab
TransferLog /usr/local/apache/logs/coronadobuilders
TransferLog /usr/local/apache/logs/fiberwrap
TransferLog /usr/local/apache/logs/ballastsource
TransferLog /usr/local/apache/logs/krs
TransferLog /usr/local/apache/logs/cosmeticdoctor
TransferLog /usr/local/apache/logs/inetmotorsports
TransferLog /usr/local/apache/logs/ncdsusa


------------------------------------------------------------------------

Module Name: mod_env.c 
Content-types affected: none
Module Groups: Header Fixer 
Module Configuration Commands: 

PassEnv - a list of environment variables to pass to CGI. 
SetEnv - an environment variable name and a value to pass to CGI. 
UnsetEnv - a list of variables to remove from the CGI environment. 

Current Configuration: 

------------------------------------------------------------------------

Module Name: http_core.c 
Content-types affected: */* 
Module Groups: Translate Handler , Access Checking , Type Checking 
Module Configuration Commands: 

<Directory - Container for directives affecting resources located in the specified directories 
</Directory> - 
<Location - Container for directives affecting resources accessed through the specified URL paths 
</Location> - 
<VirtualHost - Container to map directives to a particular virtual host 
</VirtualHost> - 
<Files - Container for directives affecting files matching specified patterns 
</Files> - 
<Limit - Container for authentication directives when accessed using specified HTTP methods 
</Limit> - 
<IfModule - Container for directives based on existance of specified modules 
</IfModule> - 
AuthType - An HTTP authorization type (e.g., "Basic") 
AuthName - The authentication realm (e.g. "Members Only") 
Require - Selects which authenticated users or groups may access a protected space 
Satisfy - access policy if both allow and require used ('all' or 'any') 
AccessFileName - Name of per-directory config files (default: .htaccess) 
DocumentRoot - Root directory of the document tree 
ErrorDocument - Change responses for HTTP errors 
AllowOverride - Controls what groups of directives can be configured by per-directory config files 
Options - Set a number of attributes for a given directory 
DefaultType - the default MIME type for untypable files 
ServerType - 'inetd' or 'standalone' 
Port - A TCP port number 
HostnameLookups - "on" to enable or "off" to disable reverse DNS lookups 
User - Effective user id for this server 
Group - Effective group id for this server 
ServerAdmin - The email address of the server administrator 
ServerName - The hostname of the server 
ServerRoot - Common directory of server-related files (logs, confs, etc) 
ErrorLog - The filename of the error log 
PidFile - A file for logging the server process ID 
ScoreBoardFile - A file for Apache to maintain runtime process management information 
LockFile - The lockfile used when Apache needs to lock the accept() call 
AccessConfig - The filename of the access config file 
ResourceConfig - The filename of the resource config file 
ServerAlias - A name or names alternately used to access the server 
ServerPath - The pathname the server can be reached at 
Timeout - Timeout duration (sec) 
KeepAliveTimeout - Keep-Alive timeout duration (sec) 
MaxKeepAliveRequests - Maximum number of Keep-Alive requests per connection, or 0 for infinite 
KeepAlive - Whether persistent connections should be On or Off 
IdentityCheck - Enable identd (RFC 1413) user lookups - SLOW 
ContentDigest - whether or not to send a Content-MD5 header with each request 
StartServers - Number of child processes launched at server startup 
MinSpareServers - Minimum number of idle children, to handle request spikes 
MaxSpareServers - Maximum number of idle children 
MaxServers - Deprecated equivalent to MaxSpareServers 
ServersSafetyLimit - Deprecated equivalent to MaxClients 
MaxClients - Maximum number of children alive at the same time 
MaxRequestsPerChild - Maximum number of requests a particular child serves before dying. 
RLimitCPU - soft/hard limits for max CPU usage in seconds 
RLimitMEM - soft/hard limits for max memory usage per process 
RLimitNPROC - soft/hard limits for max number of processes per uid 
BindAddress - '*', a numeric IP address, or the name of a host with a unique IP address 
Listen - a port number or a numeric IP address and a port number 
SendBufferSize - send buffer size in bytes 
AddModule - the name of a module 
ClearModuleList - 

Current Configuration: 
httpd.conf 

ServerType standalone
Port 80
IdentityCheck off
User web
Group nobody
ServerAdmin webadmin@cyberramp.net
ServerRoot /usr/local/apache
ErrorLog /usr/local/apache/logs/error_log
PidFile logs/httpd.pid
ScoreBoardFile logs/apache_status
ServerName secure2.cyberramp.net
Timeout 300
KeepAlive 5
KeepAliveTimeout 15
MinSpa
>How-To-Repeat:
I'm not sure.  (this is Solaris 2.5.1 X86).

The above may NOT have the full info page due to form limits.

I can mail the full conf files/Configuration/etc if you'd like.

I can also get you access to the server.

>Fix:

>Audit-Trail:
>Unformatted: