XFree86 3.3.1 updates

Document new media flag in lieu of links.
This commit is contained in:
Jordan K. Hubbard 1997-09-14 04:18:42 +00:00
parent c4ea5f72e6
commit 2110cdc5e4
6 changed files with 803 additions and 596 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,51 +0,0 @@
There are two sets of options that the Apache HTTP Server needs.
The first set covers how it operates. These are as follows:
The "HostName" field is the name of this host, as it is
reported to each client connection. Normally, the fully
qualified domain name of the host running the server is
returned. If you want this set to something else, however,
(usually "www.my.domain") then this can be entered here.
Additionally, the server needs to know how many connections
are allowed at one time - this is the "Max Connections"
field. If more than this number of clients attempt to connect
at once, the additional connections will be refused. This is
used to limit how much system load will be imposed by the HTTP
server.
The "Email Address" field is the address of the person (or
system alias) who is the administrator for this web site. In
addition to being used by the Apache Server itself, it is also
put at the bottom of the sample web page that is created.
Finally, the "Default User" and "Default Group" fields specify
what user id and group id should be used by the server for
remote connections. Local connections are kept as the UID and
GID of the local process.
The second set of options determine what information is made available
to each client:
The "Document Root Path" is the top of the tree of documents
that are made available. For example, if the value is
"/usr/web", then the URL "http://www.foo.com/doc.html" would
translate as "/usr/web/doc.html".
Similarly, the "User Directory" is the location in each user's
home directory where their public web documents are
stored. Thus if the value if this is "Public", then the URL
"http://www.foo.com/~joe/doc" would translate to the path
"~joe/Public/doc".
Finally, if the URL points to a directory, there is always a
"Default Document" that Apache will use. This field holds the
name (not the path) of this document. By default, Apache uses
the file "index.html". However, some sites may be more used to
using the file "welcome.html".
There are a number of other options that can be configured with
Apache, such as path aliases, masquerading as multiple hosts, server
child process parameters, and so forth. For more information on these,
consult the Apache man pages at http://www.apache.org.

View File

@ -2,7 +2,7 @@ DISTRIBUTION INFORMATION
------------------------
An ``X-'' prefixed before a distribution set means that the XFree86
3.2 base distribution, libraries, manual pages, SVGA server and a
3.3.1 base distribution, libraries, manual pages, SVGA server and a
set of default fonts will be selected in addition to the set itself.
If you select such a set, you will also be presented with a set of
menus for customizing the selections to your desired X Window System

View File

@ -18,15 +18,12 @@ hack :-):
If you're running SLIP or PLIP, you also need to use it for specifying
the remote end of the link (simply type the foreign IP address in).
If you're dealing with an ethernet adaptor with multiple "link"
If you're dealing with an ethernet adaptor with multiple media
connectors (e.g. AUI, 10BT, 10B2, etc), you can use this field to
specify which one to use. The following links are recognized:
specify which one to use. The following strings are recognized:
link0 - AUI * highest precedence
link1 - BNC
link2 - UTP * lowest precedence
That is to say that you can enter one of "link0", "link1" or "link2"
into this field to select a different link.
"media 10base5/AUI" - Select the AUI port.
"media 10baseT/UTP" - Select the twisted pair port.
"media 10bast2/BNC" - Select the BNC connector.
When you're done with this form, select OK.

View File

@ -2,7 +2,7 @@ DISTRIBUTION INFORMATION
------------------------
An ``X-'' prefixed before a distribution set means that the XFree86
3.2 base distribution, libraries, manual pages, SVGA server and a
3.3.1 base distribution, libraries, manual pages, SVGA server and a
set of default fonts will be selected in addition to the set itself.
If you select such a set, you will also be presented with a set of
menus for customizing the selections to your desired X Window System

View File

@ -18,15 +18,12 @@ hack :-):
If you're running SLIP or PLIP, you also need to use it for specifying
the remote end of the link (simply type the foreign IP address in).
If you're dealing with an ethernet adaptor with multiple "link"
If you're dealing with an ethernet adaptor with multiple media
connectors (e.g. AUI, 10BT, 10B2, etc), you can use this field to
specify which one to use. The following links are recognized:
specify which one to use. The following strings are recognized:
link0 - AUI * highest precedence
link1 - BNC
link2 - UTP * lowest precedence
That is to say that you can enter one of "link0", "link1" or "link2"
into this field to select a different link.
"media 10base5/AUI" - Select the AUI port.
"media 10baseT/UTP" - Select the twisted pair port.
"media 10bast2/BNC" - Select the BNC connector.
When you're done with this form, select OK.