cvs commit: apache/htdocs/manual new_features_1_2.html

1997-04-18 Thread Paul Sutton
pcs 97/04/18 14:45:58

  Modified:htdocs/manual  new_features_1_2.html
  Log:
  Remove to be documented on vhost enhancements. Mention _default_ as a
  new feature.
  
  Revision  ChangesPath
  1.26  +4 -4  apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -C3 -r1.25 -r1.26
  *** new_features_1_2.html 1997/02/20 10:40:25 1.25
  --- new_features_1_2.html 1997/04/18 21:45:57 1.26
  ***
  *** 109,120 
the cookie module is compiled in. Also, an expiry time can be set
on the cookies.

  ! libxa href=multi_ip.htmlMultiple IPs in
  ! lt;VirtualHostgt;/a/b
  ! [Documentation to be written]br
The lt;VirtualHostgt; directive can now take more than one IP
address or hostname. This lets a single vhost handles requests
  ! for multiple IPs or hostnames.

liba href=mod/mod_cgi.html#cgi_debugCGI Debugging 
Environment/a/bbr
codeScriptLog/code allows you to now set up a log that records
  --- 109,120 
the cookie module is compiled in. Also, an expiry time can be set
on the cookies.

  ! liba href=mod/core.html#virtualhostlt;VirtualHostgt; 
Enhancements/a/bbr
The lt;VirtualHostgt; directive can now take more than one IP
address or hostname. This lets a single vhost handles requests
  ! for multiple IPs or hostnames. Also the special section
  ! lt;VirtualHost _default_gt; can be used to handle requests normally
  ! left for the main server configuration.

liba href=mod/mod_cgi.html#cgi_debugCGI Debugging 
Environment/a/bbr
codeScriptLog/code allows you to now set up a log that records
  
  
  


cvs commit: apache/htdocs/manual new_features_1_2.html

1997-02-09 Thread Marc Slemko
marc97/02/09 17:53:36

  Modified:htdocs/manual  new_features_1_2.html
  Log:
  Graceful restart is broken and not recommended for use, so don't say
  Apache 1.2 has it.
  
  Revision  ChangesPath
  1.24  +0 -5  apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -C3 -r1.23 -r1.24
  *** new_features_1_2.html 1997/01/24 10:18:08 1.23
  --- new_features_1_2.html 1997/02/10 01:53:35 1.24
  ***
  *** 132,142 
Gone or See Other HTTP status. For NCSA-compatibility, 
RedirectTemp and RedirectPermanent are also implemented.

  - libxa href=graceful.htmlGraceful Restarts/a/b
  - [Documentation to be written]br
  - Apache can re-read the config files and re-open log files without
  - terminating transactions in progress.
  - 
liba href=install.htmlSimplified Compilation/a/bbr
The process of configuring Apache for compilation has been
simplified.
  --- 132,137 
  
  
  


cvs commit: apache/htdocs/manual new_features_1_2.html

1996-12-08 Thread Brian Behlendorf
brian   96/12/08 22:01:15

  Modified:htdocs/manual  new_features_1_2.html
  Log:
  Added blurb about Satisfy directive.
  
  Revision  ChangesPath
  1.17  +5 -0  apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -C3 -r1.16 -r1.17
  *** new_features_1_2.html 1996/12/03 07:36:18 1.16
  --- new_features_1_2.html 1996/12/09 06:01:14 1.17
  ***
  *** 160,165 
  --- 160,170 
The AuthUserFile, AuthGroupFile and AuthDigestFile commands now have a 
syntax
compatible with the NCSA server.

  + liba href=mod/core.html#satisfyNCSA Satisfy authentication
  + directive now implemented/a/bbr 
  + codeSatisfy/code allows for more flexible access control
  + configurations.
  + 
liba href=mod/mod_proxy.htmlOptional proxy module/a/bbr
An improved FTP, HTTP, and CONNECT mode SSL proxy is included with
Apache 1.2. Some of the changes visible to users:
  
  
  


cvs commit: apache/htdocs/manual new_features_1_2.html

1996-11-30 Thread Alexei Kosut
akosut  96/11/30 23:44:38

  Modified:htdocs/manual  new_features_1_2.html
  Log:
  This documentation exists now...
  
  Revision  ChangesPath
  1.11  +1 -2  apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -C3 -r1.10 -r1.11
  *** new_features_1_2.html 1996/12/01 06:57:20 1.10
  --- new_features_1_2.html 1996/12/01 07:44:37 1.11
  ***
  *** 116,123 
variables, input headers, POST data, output, and more. This makes CGI
scripts much easier to debug.

  ! libxa href=mod/core.html#rlimitResource Limits for CGI 
Scripts/a/b
  ! [Documentation to be written]br
New directives allow the limiting of resources used by CGI scripts
(e.g. max CPU time). This is helpful in preventing 'runaway' CGI
processes.
  --- 116,122 
variables, input headers, POST data, output, and more. This makes CGI
scripts much easier to debug.

  ! liba href=mod/core.html#rlimitResource Limits for CGI 
Scripts/a/bbr
New directives allow the limiting of resources used by CGI scripts
(e.g. max CPU time). This is helpful in preventing 'runaway' CGI
processes.
  
  
  


cvs commit: apache/htdocs/manual new_features_1_2.html

1996-11-27 Thread Paul Sutton
pcs 96/11/27 01:37:12

  Modified:htdocs/manual  new_features_1_2.html
  Log:
  Add mod_headers and new redirect options to the new in 1.2 page
  
  Revision  ChangesPath
  1.4   +10 -0 apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** new_features_1_2.html 1996/11/26 20:09:56 1.3
  --- new_features_1_2.html 1996/11/27 09:37:11 1.4
  ***
  *** 80,85 
  --- 80,90 
a new process and doing application initialization (e.g. connecting to a 
database) each time somebody requests
a document. The processes start up with the Web server and keep on running.

  + liba href=mod/mod_headers.htmlOptional Headers Module to Set or 
Remove HTTP Headers/a/bbr
  + The optional codemod_headers/code header can be used to set custom
  + headers in the HTTP response. It can append to existing headers,
  + replace them, or remove headers from the response.
  + 
liba href=mod/mod_log_config.htmlEnhanced, Configurable
Logging/a/bbr
The optional codemod_log_config/code included with earlier
  ***
  *** 114,119 
  --- 119,129 
New directives allow the limiting of resources used by CGI scripts
(e.g. max CPU time). This is helpful in preventing 'runaway' CGI
processes.
  + 
  + liba href=mod/mod_alias.htmlRedirect Directive Can Returns 
Additional Statuses/a/bbr
  + The Redirect directive can return permanent or temporary redirectes,
  + Gone or See Other HTTP statuses. For NCSA-compatability, 
  + RedirectTemp and RedirectPermanent are also implemented.

liba href=graceful.htmlGraceful Restarts/a/bbr
Apache can re-read the config files and re-open log files without
  
  
  


cvs commit: apache/htdocs/manual new_features_1_2.html

1996-11-26 Thread Ben Laurie
ben 96/11/26 12:09:58

  Modified:htdocs/manual  new_features_1_2.html
  Log:
  Numerous HTML cockups and broken links.
  
  Revision  ChangesPath
  1.3   +23 -23apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** new_features_1_2.html 1996/11/21 10:47:15 1.2
  --- new_features_1_2.html 1996/11/26 20:09:56 1.3
  ***
  *** 12,27 
will no longer work (specifically, those that process input using the
POST or PUT methods). If you encounter a module that does not work,
please contact the author. A a
  ! href=client_block_api.htmlprogrammer's note/a on the subject is
available./p

h2New Features with Apache 1.2/h2
pNew features with this release, as extensions of the Apache
  ! functionality Because the core code has changed so
significantly, there are certain liberties that earlier versions of
Apache (and the NCSA daemon) took that recent Apache versions are
pickier about - please check the a
  ! href=compat_notes.htmlcompatibility notes/a if you have any
problems./p
hr

  --- 12,27 
will no longer work (specifically, those that process input using the
POST or PUT methods). If you encounter a module that does not work,
please contact the author. A a
  ! href=misc/client_block_api.htmlprogrammer's note/a on the subject is
available./p

h2New Features with Apache 1.2/h2
pNew features with this release, as extensions of the Apache
  ! functionality. Because the core code has changed so
significantly, there are certain liberties that earlier versions of
Apache (and the NCSA daemon) took that recent Apache versions are
pickier about - please check the a
  ! href=misc/compat_notes.htmlcompatibility notes/a if you have any
problems./p
hr

  ***
  *** 31,37 

ul

  ! liba name=http11.htmlHTTP/1.1 Compliance/a/bbr
Apache (except for the optional proxy) is fully compliant with
the new HTTP/1.1 standard, as ratified
by the a href=http://www.ics.uci.edu/pub/ietf/http/;IETF HTTP
  --- 31,37 

ul

  ! liba href=http11.htmlHTTP/1.1 Compliance/a/bbr
Apache (except for the optional proxy) is fully compliant with
the new HTTP/1.1 standard, as ratified
by the a href=http://www.ics.uci.edu/pub/ietf/http/;IETF HTTP
  ***
  *** 39,52 
should allow for greater performance and efficiency when transfering
files. Apache does, however, still work great with HTTP/1.0 browsers.

  ! liba href=xssi.htmleXtended Server Side Includes
(XSSI)/a/bbr
A new set of server-side include
directives allows the user to better create WWW pages. This includes
number of powerful new features, such as the ability to set variables
and use conditional HTML.

  ! liba name=files.htmlFile-based and Regex-enabled Directive
Sections/a/bbr
The new codelt;Filesgt;/code section allows directives to be
enabled based on full filename, not just directory and URL. In
  --- 39,52 
should allow for greater performance and efficiency when transfering
files. Apache does, however, still work great with HTTP/1.0 browsers.

  ! liba href=mod/xssi.htmleXtended Server Side Includes
(XSSI)/a/bbr
A new set of server-side include
directives allows the user to better create WWW pages. This includes
number of powerful new features, such as the ability to set variables
and use conditional HTML.

  ! liba href=files.htmlFile-based and Regex-enabled Directive
Sections/a/bbr
The new codelt;Filesgt;/code section allows directives to be
enabled based on full filename, not just directory and URL. In
  ***
  *** 56,75 
also now be based on regular expressions, not just simple prefix
matching. 

  ! liba name=mod_browser.htmlBrowser-based Environment
Variables/a/bbr
Environment variables can now be set based on the
codeUser-Agent/code string of the browser. Combined with a
href=xssi.htmlXSSI/a, this allows you to write browser-based
conditional HTML documents.

  ! liba name=sucgi.htmlSetUID CGI Execution/a/b
Apache now
supports the execution of CGI scripts as users other
than the server user. A number of security checks are built in
to try and make this as safe as possible.

  ! liba name=mod_rewrite.htmlURL Rewriting Module/a/bbr
The optional codemod_rewrite/code module is now included. This
module can provide powerful URL mapping, using regular
expressions. There's nothing this module can't do!
  --- 56,75 
also now be based on regular expressions, not just simple prefix
matching. 

  !