cvs commit: apache/conf access.conf-dist-win httpd.conf-dist-win srm.conf-dist-win

1997-07-22 Thread Alexei Kosut
akosut  97/07/22 15:31:38

  Modified:conf  access.conf-dist-win httpd.conf-dist-win
srm.conf-dist-win
  Log:
  Debinary the Windows config files to match new release plan
  
  Revision  ChangesPath
  1.2   +75 -75apache/conf/access.conf-dist-win
  
  Index: access.conf-dist-win
  ===
  RCS file: /export/home/cvs/apache/conf/access.conf-dist-win,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -c -u -r1.1 -r1.2
  /usr/bin/diff: conflicting specifications of output style
  --- access.conf-dist-win  1997/07/14 19:21:42 1.1
  +++ access.conf-dist-win  1997/07/22 22:31:36 1.2
  @@ -1,75 +1,75 @@
  -# access.conf: Global access configuration
  -# Online docs at http://www.apache.org/
  -
  -# This file defines server settings which affect which types of services
  -# are allowed, and in what circumstances. 
  -
  -# Each directory to which Apache has access, can be configured with respect
  -# to which services and features are allowed and/or disabled in that
  -# directory (and its subdirectories). 
  -
  -# Note: Where filenames are specified, you must use forward slashes
  -# instead of backslashes. e.g. "c:/apache" instead of "c:\apache". If
  -# the drive letter is ommited, the drive where Apache.exe is located
  -# will be assumed
  -
  -# Originally by Rob McCool
  -
  -# This should be changed to whatever you set DocumentRoot to.
  -
  -
  -
  -# This may also be "None", "All", or any combination of "Indexes",
  -# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
  -
  -# Note that "MultiViews" must be named *explicitly* --- "Options All"
  -# doesn't give it to you (or at least, not yet).
  -
  -Options Indexes FollowSymLinks
  -
  -# This controls which options the .htaccess files in directories can
  -# override. Can also be "All", or any combination of "Options", "FileInfo", 
  -# "AuthConfig", and "Limit"
  -
  -AllowOverride None
  -
  -# Controls who can get stuff from this server.
  -
  -order allow,deny
  -allow from all
  -
  -
  -
  -# /apache/cgi-bin should be changed to whatever your ScriptAliased
  -# CGI directory exists, if you have that configured.
  -
  -
  -AllowOverride None
  -Options None
  -
  -
  -# Allow server status reports, with the URL of 
http://servername/server-status
  -# Change the ".your_domain.com" to match your domain to enable.
  -
  -#
  -#SetHandler server-status
  -
  -#order deny,allow
  -#deny from all
  -#allow from .your_domain.com
  -#
  -
  -# There have been reports of people trying to abuse an old bug from pre-1.1
  -# days.  This bug involved a CGI script distributed as a part of Apache.
  -# By uncommenting these lines you can redirect these attacks to a logging 
  -# script on phf.apache.org.  Or, you can record them yourself, using the 
script
  -# support/phf_abuse_log.cgi.
  -
  -#
  -#deny from all
  -#ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
  -#
  -
  -# You may place any other directories or locations you wish to have
  -# access information for after this one.
  -
  +# access.conf: Global access configuration
  +# Online docs at http://www.apache.org/
  +
  +# This file defines server settings which affect which types of services
  +# are allowed, and in what circumstances. 
  +
  +# Each directory to which Apache has access, can be configured with respect
  +# to which services and features are allowed and/or disabled in that
  +# directory (and its subdirectories). 
  +
  +# Note: Where filenames are specified, you must use forward slashes
  +# instead of backslashes. e.g. "c:/apache" instead of "c:\apache". If
  +# the drive letter is ommited, the drive where Apache.exe is located
  +# will be assumed
  +
  +# Originally by Rob McCool
  +
  +# This should be changed to whatever you set DocumentRoot to.
  +
  +
  +
  +# This may also be "None", "All", or any combination of "Indexes",
  +# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
  +
  +# Note that "MultiViews" must be named *explicitly* --- "Options All"
  +# doesn't give it to you (or at least, not yet).
  +
  +Options Indexes FollowSymLinks
  +
  +# This controls which options the .htaccess files in directories can
  +# override. Can also be "All", or any combination of "Options", "FileInfo", 
  +# "AuthConfig", and "Limit"
  +
  +AllowOverride None
  +
  +# Controls who can get stuff from this server.
  +
  +order allow,deny
  +allow from all
  +
  +
  +
  +# /apache/cgi-bin should be changed to whatever your ScriptAliased
  +# CGI directory exists, if you have that configured.
  +
  +
  +AllowOverride None
  +Options None
  +
  +
  +# Allow server status reports, with the URL of 
http://servername/server-status
  +# Change the ".your_domain.com" to match your domain to enable.
  +
  +#
  +#SetHandler server-status
  +
  +#order deny,allow
  +#deny from all
  +#allow from .your_domain.com
  +#
  +
  +# There h

cvs commit: apache/conf access.conf-dist-win httpd.conf-dist-win srm.conf-dist-win

1997-07-14 Thread Alexei Kosut
akosut  97/07/14 12:21:43

  Added:   conf  access.conf-dist-win httpd.conf-dist-win
srm.conf-dist-win
  Log:
  Add default Windows *.conf files. These have been added with -kb,
  and should have DOS line breaks.
  
  Reviewed by: Marc Slemko, Jim Jagielski, Randy Terbush
  
  Revision  ChangesPath
  1.1  apache/conf/access.conf-dist-win
  
  Index: access.conf-dist-win
  ===
  # access.conf: Global access configuration
  # Online docs at http://www.apache.org/
  
  # This file defines server settings which affect which types of services
  # are allowed, and in what circumstances. 
  
  # Each directory to which Apache has access, can be configured with respect
  # to which services and features are allowed and/or disabled in that
  # directory (and its subdirectories). 
  
  # Note: Where filenames are specified, you must use forward slashes
  # instead of backslashes. e.g. "c:/apache" instead of "c:\apache". If
  # the drive letter is ommited, the drive where Apache.exe is located
  # will be assumed
  
  # Originally by Rob McCool
  
  # This should be changed to whatever you set DocumentRoot to.
  
  
  
  # This may also be "None", "All", or any combination of "Indexes",
  # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
  
  # Note that "MultiViews" must be named *explicitly* --- "Options All"
  # doesn't give it to you (or at least, not yet).
  
  Options Indexes FollowSymLinks
  
  # This controls which options the .htaccess files in directories can
  # override. Can also be "All", or any combination of "Options", "FileInfo", 
  # "AuthConfig", and "Limit"
  
  AllowOverride None
  
  # Controls who can get stuff from this server.
  
  order allow,deny
  allow from all
  
  
  
  # /apache/cgi-bin should be changed to whatever your ScriptAliased
  # CGI directory exists, if you have that configured.
  
  
  AllowOverride None
  Options None
  
  
  # Allow server status reports, with the URL of http://servername/server-status
  # Change the ".your_domain.com" to match your domain to enable.
  
  #
  #SetHandler server-status
  
  #order deny,allow
  #deny from all
  #allow from .your_domain.com
  #
  
  # There have been reports of people trying to abuse an old bug from pre-1.1
  # days.  This bug involved a CGI script distributed as a part of Apache.
  # By uncommenting these lines you can redirect these attacks to a logging 
  # script on phf.apache.org.  Or, you can record them yourself, using the 
script
  # support/phf_abuse_log.cgi.
  
  #
  #deny from all
  #ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
  #
  
  # You may place any other directories or locations you wish to have
  # access information for after this one.
  
  
  
  
  1.1  apache/conf/httpd.conf-dist-win
  
  Index: httpd.conf-dist-win
  ===
  # This is the main server configuration file. See URL http://www.apache.org/
  # for instructions.
  
  # Do NOT simply read the instructions in here without understanding
  # what they do, if you are unsure consult the online docs. You have been
  # warned.  
  
  # Note: Where filenames are specified, you must use forward slashes
  # instead of backslashes. e.g. "c:/apache" instead of "c:\apache". If
  # the drive letter is ommited, the drive where Apache.exe is located
  # will be assumed
  
  # Originally by Rob McCool
  
  # ServerType must be standalone.
  
  ServerType standalone
  
  # Port: The port the standalone listens to.
  
  Port 80
  
  # HostnameLookups: Log the names of clients or just their IP numbers
  #   e.g.   www.apache.org (on) or 204.62.129.132 (off)
  # The default is off because it'd be overall better for the net if people
  # had to knowingly turn this feature on.
  HostnameLookups off
  
  # If you wish httpd to run as a different user or group, you must run
  # httpd as root initially and it will switch.  
  
  # User/Group: The name (or #number) of the user/group to run httpd as.
  User nobody
  Group #-1
  
  # The following directive disables keepalives and HTTP header flushes for
  # Netscape 2.x and browsers which spoof it. There are known problems with
  # these
  
  BrowserMatch Mozilla/2 nokeepalive
  
  # ServerAdmin: Your address, where problems with the server should be
  # e-mailed.
  
  ServerAdmin [EMAIL PROTECTED]
  
  # ServerRoot: The directory the server's config, error, and log files
  # are kept in
  
  ServerRoot /apache
  
  # BindAddress: You can support virtual hosts with this option. This option
  # is used to tell the server which IP address to listen to. It can either
  # contain "*", an IP address, or a fully qualified Internet domain name.
  # See also the VirtualHost directive.
  
  #BindAddress *
  
  # ErrorLog: The location of the error log file. If this does not start
  # with /, ServerRoot is prepended

cvs commit: apache/conf access.conf-dist

1997-03-31 Thread Roy Fielding
fielding97/03/31 16:52:34

  Modified:conf  access.conf-dist
  Log:
  Fix comment for server-status.
  
  Submitted by: Ken Coar
  Reviewed by: Roy Fielding
  
  Revision  ChangesPath
  1.11  +1 -1  apache/conf/access.conf-dist
  
  Index: access.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/access.conf-dist,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -C3 -r1.10 -r1.11
  *** access.conf-dist  1997/01/01 18:28:20 1.10
  --- access.conf-dist  1997/04/01 00:52:33 1.11
  ***
  *** 43,49 
Options None


  ! # Allow server status reports, with the URL of http://servername/status
# Change the ".your_domain.com" to match your domain to enable.

#
  --- 43,49 
Options None


  ! # Allow server status reports, with the URL of 
http://servername/server-status
# Change the ".your_domain.com" to match your domain to enable.

#
  
  
  


cvs commit: apache/conf access.conf-dist httpd.conf-dist mime.types srm.conf-dist

1997-01-01 Thread Randy Terbush
randy   97/01/01 10:28:23

  Modified:conf  access.conf-dist httpd.conf-dist mime.types
srm.conf-dist
  Log:
  Nuke some id strings.
  
  Revision  ChangesPath
  1.10  +0 -1  apache/conf/access.conf-dist
  
  Index: access.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/access.conf-dist,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** access.conf-dist  1996/10/21 23:02:31 1.9
  --- access.conf-dist  1997/01/01 18:28:20 1.10
  ***
  *** 1,5 
# access.conf: Global access configuration
  - # $Id: access.conf-dist,v 1.9 1996/10/21 23:02:31 brian Exp $
# Online docs at http://www.apache.org/

# This file defines server settings which affect which types of services
  --- 1,4 
  
  
  
  1.9   +0 -1  apache/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/httpd.conf-dist,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** httpd.conf-dist   1996/09/17 20:02:17 1.8
  --- httpd.conf-dist   1997/01/01 18:28:20 1.9
  ***
  *** 1,6 
# This is the main server configuration file. See URL http://www.apache.org/
# for instructions.
  - # $Id: httpd.conf-dist,v 1.8 1996/09/17 20:02:17 chuck Exp $

# Do NOT simply read the instructions in here without understanding
# what they do, if you are unsure consult the online docs. You have been
  --- 1,5 
  
  
  
  1.9   +0 -2  apache/conf/mime.types
  
  Index: mime.types
  ===
  RCS file: /export/home/cvs/apache/conf/mime.types,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** mime.types1996/09/19 17:13:12 1.8
  --- mime.types1997/01/01 18:28:21 1.9
  ***
  *** 1,6 
# This is a comment. I love comments.
  - # $Id: mime.types,v 1.8 1996/09/19 17:13:12 fielding Exp $
  - 

application/activemessage
application/andrew-inset
  --- 1,4 
  
  
  
  1.10  +0 -2  apache/conf/srm.conf-dist
  
  Index: srm.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/srm.conf-dist,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** srm.conf-dist 1996/08/20 13:18:56 1.9
  --- srm.conf-dist 1997/01/01 18:28:21 1.10
  ***
  *** 2,9 
# server.  This file also defines server settings which affect how requests 
are
# serviced, and how results should be formatted. 

  - # $Id: srm.conf-dist,v 1.9 1996/08/20 13:18:56 paul Exp $
  -   
# See the tutorials at http://www.apache.org/ for
# more information.

  --- 2,7 
  
  
  


cvs commit: apache/conf access.conf-dist

1996-10-21 Thread Brian Behlendorf
brian   96/10/21 16:02:33

  Modified:conf  access.conf-dist
  Log:
  Reviewed by:  Brian Behlendorf
  
  Redirected requests to a virthost which can be filtered or blackholed
  as desired, in case load gets too great.  Suggested by Dean Gaudet.
  
  Revision  ChangesPath
  1.9   +3 -3  apache/conf/access.conf-dist
  
  Index: access.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/access.conf-dist,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** access.conf-dist  1996/10/08 21:12:49 1.8
  --- access.conf-dist  1996/10/21 23:02:31 1.9
  ***
  *** 1,5 
# access.conf: Global access configuration
  ! # $Id: access.conf-dist,v 1.8 1996/10/08 21:12:49 brian Exp $
# Online docs at http://www.apache.org/

# This file defines server settings which affect which types of services
  --- 1,5 
# access.conf: Global access configuration
  ! # $Id: access.conf-dist,v 1.9 1996/10/21 23:02:31 brian Exp $
# Online docs at http://www.apache.org/

# This file defines server settings which affect which types of services
  ***
  *** 58,69 
# There have been reports of people trying to abuse an old bug from pre-1.1
# days.  This bug involved a CGI script distributed as a part of Apache.
# By uncommenting these lines you can redirect these attacks to a logging 
  ! # script on www.apache.org.  Or, you can record them yourself, using the 
script
# support/phf_abuse_log.cgi.

#
#deny from all
  ! #ErrorDocument 403 http://www.apache.org/phf_abuse_log.cgi
#

# You may place any other directories or locations you wish to have
  --- 58,69 
# There have been reports of people trying to abuse an old bug from pre-1.1
# days.  This bug involved a CGI script distributed as a part of Apache.
# By uncommenting these lines you can redirect these attacks to a logging 
  ! # script on phf.apache.org.  Or, you can record them yourself, using the 
script
# support/phf_abuse_log.cgi.

#
#deny from all
  ! #ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
#

# You may place any other directories or locations you wish to have
  
  
  


cvs commit: apache/conf access.conf-dist

1996-10-08 Thread Brian Behlendorf
brian   96/10/08 14:12:50

  Modified:conf  access.conf-dist
  Log:
  corrected mistake in file name.
  
  Revision  ChangesPath
  1.8   +2 -2  apache/conf/access.conf-dist
  
  Index: access.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/access.conf-dist,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** access.conf-dist  1996/10/08 21:12:05 1.7
  --- access.conf-dist  1996/10/08 21:12:49 1.8
  ***
  *** 1,5 
# access.conf: Global access configuration
  ! # $Id: access.conf-dist,v 1.7 1996/10/08 21:12:05 brian Exp $
# Online docs at http://www.apache.org/

# This file defines server settings which affect which types of services
  --- 1,5 
# access.conf: Global access configuration
  ! # $Id: access.conf-dist,v 1.8 1996/10/08 21:12:49 brian Exp $
# Online docs at http://www.apache.org/

# This file defines server settings which affect which types of services
  ***
  *** 59,65 
# days.  This bug involved a CGI script distributed as a part of Apache.
# By uncommenting these lines you can redirect these attacks to a logging 
# script on www.apache.org.  Or, you can record them yourself, using the 
script
  ! # contrib/phf_abuse_log.cgi.

#
#deny from all
  --- 59,65 
# days.  This bug involved a CGI script distributed as a part of Apache.
# By uncommenting these lines you can redirect these attacks to a logging 
# script on www.apache.org.  Or, you can record them yourself, using the 
script
  ! # support/phf_abuse_log.cgi.

#
#deny from all
  
  
  


cvs commit: apache/conf access.conf-dist

1996-10-08 Thread Brian Behlendorf
brian   96/10/08 14:12:07

  Modified:conf  access.conf-dist
  Log:
  Added commented-out a suggestion to redirect bug attacks back to a logging
  script at www.apache.org.
  
  Revision  ChangesPath
  1.7   +12 -1 apache/conf/access.conf-dist
  
  Index: access.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/access.conf-dist,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** access.conf-dist  1996/08/20 13:18:55 1.6
  --- access.conf-dist  1996/10/08 21:12:05 1.7
  ***
  *** 1,5 
# access.conf: Global access configuration
  ! # $Id: access.conf-dist,v 1.6 1996/08/20 13:18:55 paul Exp $
# Online docs at http://www.apache.org/

# This file defines server settings which affect which types of services
  --- 1,5 
# access.conf: Global access configuration
  ! # $Id: access.conf-dist,v 1.7 1996/10/08 21:12:05 brian Exp $
# Online docs at http://www.apache.org/

# This file defines server settings which affect which types of services
  ***
  *** 53,58 
  --- 53,69 
#order deny,allow
#deny from all
#allow from .your_domain.com
  + #
  + 
  + # There have been reports of people trying to abuse an old bug from pre-1.1
  + # days.  This bug involved a CGI script distributed as a part of Apache.
  + # By uncommenting these lines you can redirect these attacks to a logging 
  + # script on www.apache.org.  Or, you can record them yourself, using the 
script
  + # contrib/phf_abuse_log.cgi.
  + 
  + #
  + #deny from all
  + #ErrorDocument 403 http://www.apache.org/phf_abuse_log.cgi
#

# You may place any other directories or locations you wish to have
  
  
  


cvs commit: apache/conf access.conf-dist httpd.conf-dist mime.types srm.conf-dist

1996-08-20 Thread Paul Richards
paul96/08/20 06:18:58

  Modified:conf  access.conf-dist httpd.conf-dist mime.types
srm.conf-dist
  Log:
  Added Id strings.
  
  Revision  ChangesPath
  1.6   +1 -0  apache/conf/access.conf-dist
  
  Index: access.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/access.conf-dist,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** access.conf-dist  1996/07/25 19:37:15 1.5
  --- access.conf-dist  1996/08/20 13:18:55 1.6
  ***
  *** 1,4 
  --- 1,5 
# access.conf: Global access configuration
  + # $Id: access.conf-dist,v 1.6 1996/08/20 13:18:55 paul Exp $
# Online docs at http://www.apache.org/

# This file defines server settings which affect which types of services
  
  
  
  1.5   +1 -0  apache/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/httpd.conf-dist,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** httpd.conf-dist   1996/07/17 09:57:34 1.4
  --- httpd.conf-dist   1996/08/20 13:18:55 1.5
  ***
  *** 1,5 
  --- 1,6 
# This is the main server configuration file. See URL http://www.apache.org/
# for instructions.
  + # $Id: httpd.conf-dist,v 1.5 1996/08/20 13:18:55 paul Exp $

# Do NOT simply read the instructions in here without understanding
# what they do, if you are unsure consult the online docs. You have been
  
  
  
  1.7   +1 -0  apache/conf/mime.types
  
  Index: mime.types
  ===
  RCS file: /export/home/cvs/apache/conf/mime.types,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** mime.types1996/08/09 22:42:24 1.6
  --- mime.types1996/08/20 13:18:56 1.7
  ***
  *** 1,4 
  --- 1,5 
# This is a comment. I love comments.
  + # $Id: mime.types,v 1.7 1996/08/20 13:18:56 paul Exp $


application/activemessage
  
  
  
  1.9   +2 -0  apache/conf/srm.conf-dist
  
  Index: srm.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/srm.conf-dist,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** srm.conf-dist 1996/07/17 09:57:33 1.8
  --- srm.conf-dist 1996/08/20 13:18:56 1.9
  ***
  *** 1,6 
  --- 1,8 
# With this document, you define the name space that users see of your http
# server.  This file also defines server settings which affect how requests 
are
# serviced, and how results should be formatted. 
  + 
  + # $Id: srm.conf-dist,v 1.9 1996/08/20 13:18:56 paul Exp $
  
# See the tutorials at http://www.apache.org/ for
# more information.
  
  
  


cvs commit: apache/conf access.conf-dist

1996-07-25 Thread Brian Behlendorf
brian   96/07/25 12:37:17

  Modified:conf  access.conf-dist
  Log:
  Modified to contain a different default suggested mod_status mapping.
  
  Revision  ChangesPath
  1.5   +1 -1  apache/conf/access.conf-dist
  
  Index: access.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/access.conf-dist,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** access.conf-dist  1996/07/17 09:57:33 1.4
  --- access.conf-dist  1996/07/25 19:37:15 1.5
  ***
  *** 46,52 
# Allow server status reports, with the URL of http://servername/status
# Change the ".your_domain.com" to match your domain to enable.

  ! #
#SetHandler server-status

#order deny,allow
  --- 46,52 
# Allow server status reports, with the URL of http://servername/status
# Change the ".your_domain.com" to match your domain to enable.

  ! #
#SetHandler server-status

#order deny,allow
  
  
  


cvs commit: apache/conf access.conf-dist srm.conf-dist httpd.conf-dist

1996-07-17 Thread Mark J Cox
mjc 96/07/17 02:57:35

  Modified:conf  access.conf-dist srm.conf-dist httpd.conf-dist
  Log:
  I found a server where the user forgot to change ".nowhere.com"!  Since
  "nowhere.com", "foo.com" are already registered lets use "_" characters
  in example hostnames which are invalid and should never be allocated.
  
  Revision  ChangesPath
  1.4   +2 -2  apache/conf/access.conf-dist
  
  Index: access.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/access.conf-dist,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** access.conf-dist  1996/07/03 17:18:11 1.3
  --- access.conf-dist  1996/07/17 09:57:33 1.4
  ***
  *** 44,57 


# Allow server status reports, with the URL of http://servername/status
  ! # Change the ".nowhere.com" to match your domain to enable.

#
#SetHandler server-status

#order deny,allow
#deny from all
  ! #allow from .nowhere.com
#

# You may place any other directories or locations you wish to have
  --- 44,57 


# Allow server status reports, with the URL of http://servername/status
  ! # Change the ".your_domain.com" to match your domain to enable.

#
#SetHandler server-status

#order deny,allow
#deny from all
  ! #allow from .your_domain.com
#

# You may place any other directories or locations you wish to have
  
  
  
  1.8   +1 -1  apache/conf/srm.conf-dist
  
  Index: srm.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/srm.conf-dist,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** srm.conf-dist 1996/06/13 02:04:43 1.7
  --- srm.conf-dist 1996/07/17 09:57:33 1.8
  ***
  *** 206,210 
#  n.b. can redirect to a script or a document using server-side-includes.
#
#3) external redirects
  ! #ErrorDocument 402 http://other.server.com/subscription_info.html
#
  --- 206,210 
#  n.b. can redirect to a script or a document using server-side-includes.
#
#3) external redirects
  ! #ErrorDocument 402 http://some.other_server.com/subscription_info.html
#
  
  
  
  1.4   +7 -7  apache/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/httpd.conf-dist,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** httpd.conf-dist   1996/06/07 20:56:47 1.3
  --- httpd.conf-dist   1996/07/17 09:57:34 1.4
  ***
  *** 143,149 
#CacheMaxExpire 24
#CacheLastModifiedFactor 0.1
#CacheDefaultExpire 1
  ! #NoCache adomain.com anotherdomain.edu joes.garage.com

# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the VirtualHost command
  --- 143,149 
#CacheMaxExpire 24
#CacheLastModifiedFactor 0.1
#CacheDefaultExpire 1
  ! #NoCache a_domain.com another_domain.edu joe_smith.garage.com

# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the VirtualHost command
  ***
  *** 159,168 
# Any httpd.conf or srm.conf directive may go into a VirtualHost command.
# See alto the BindAddress entry.
 
  ! #
  ! #ServerAdmin [EMAIL PROTECTED]
  ! #DocumentRoot /www/docs/host.foo.com
  ! #ServerName host.foo.com
  ! #ErrorLog logs/host.foo.com-error_log
  ! #TransferLog logs/host.foo.com-access_log
#
  --- 159,168 
# Any httpd.conf or srm.conf directive may go into a VirtualHost command.
# See alto the BindAddress entry.
 
  ! #
  ! #ServerAdmin [EMAIL PROTECTED]
  ! #DocumentRoot /www/docs/host.some_domain.com
  ! #ServerName host.some_domain.com
  ! #ErrorLog logs/host.some_domain.com-error_log
  ! #TransferLog logs/host.some_domain.com-access_log
#
  
  
  


cvs commit: apache/conf access.conf-dist

1996-07-03 Thread Brian Behlendorf
brian   96/07/03 10:18:13

  Modified:conf  access.conf-dist
  Log:
  Changes to make access.conf more secure for the newbie fresh installation.
  
  Revision  ChangesPath
  1.3   +16 -28apache/conf/access.conf-dist
  
  Index: access.conf-dist
  ===
  RCS file: /export/home/cvs/apache/conf/access.conf-dist,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** access.conf-dist  1996/04/11 06:05:49 1.2
  --- access.conf-dist  1996/07/03 17:18:11 1.3
  ***
  *** 10,20 

# Originally by Rob McCool

  - # /usr/local/etc/httpd/ should be changed to whatever you set ServerRoot to.
  - 
  - Options Indexes FollowSymLinks
  - 
  - 
# This should be changed to whatever you set DocumentRoot to.


  --- 10,15 
  ***
  *** 27,70 

Options Indexes FollowSymLinks

  - # This option allows you to turn on the XBitHack behavior, which allows you
  - # to make text/html server-parsed by activating the owner x bit with chmod. 
  - # This directive may be used wherever Options may, and has three
  - # possible arguments: Off, On or Full. If set to full, Apache will also
  - # add a Last-Modified header to the document if the group x bit is set.
  - 
  - # Unless the server has been compiled with -DXBITHACK, this function is
  - # off by default. To use, uncomment the following line:
  - 
  - #XBitHack Full
  - 
# This controls which options the .htaccess files in directories can
  ! # override. Can also be "None", or any combination of "Options", 
"FileInfo", 
# "AuthConfig", and "Limit"

  ! AllowOverride All

# Controls who can get stuff from this server.

  - 
order allow,deny
allow from all
  - 



# Allow server status reports, with the URL of http://servername/status
# Change the ".nowhere.com" to match your domain to enable.

  ! 
  ! SetHandler server-status

  ! 
  ! order deny,allow
  ! deny from all
  ! allow from .nowhere.com
  ! 
  ! 

# You may place any other directories or locations you wish to have
# access information for after this one.
  --- 22,58 

Options Indexes FollowSymLinks

# This controls which options the .htaccess files in directories can
  ! # override. Can also be "All", or any combination of "Options", "FileInfo", 
# "AuthConfig", and "Limit"

  ! AllowOverride None

# Controls who can get stuff from this server.

order allow,deny
allow from all



  + # /usr/local/etc/httpd/cgi-bin should be changed to whatever your 
ScriptAliased
  + # CGI directory exists, if you have that configured.
  + 
  + 
  + AllowOverride None
  + Options None
  + 
  + 
# Allow server status reports, with the URL of http://servername/status
# Change the ".nowhere.com" to match your domain to enable.

  ! #
  ! #SetHandler server-status

  ! #order deny,allow
  ! #deny from all
  ! #allow from .nowhere.com
  ! #

# You may place any other directories or locations you wish to have
# access information for after this one.