pepper 00/11/21 20:31:42
Modified: htdocs/manual/vhosts examples.html virtual-host.html
Log:
Encoded entities.
Revision Changes Path
1.13 +1 -1 httpd-docs-1.3/htdocs/manual/vhosts/examples.html
Index: examples.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/vhosts/examples.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- examples.html 2000/10/19 18:55:48 1.12
+++ examples.html 2000/11/22 04:31:41 1.13
@@ -199,7 +199,7 @@
You have multiple domains going to the same IP and also want
to serve multiple ports. By defining the
ports in the "NameVirtualHost" tag, you can allow this to
- work. If you try using <VirtualHost name:port> without the
+ work. If you try using <VirtualHost name:port> without the
NameVirtualHost name:port or you try to use the Port
directive, your configuration will not work.
<P>
1.9 +1 -1 httpd-docs-1.3/htdocs/manual/vhosts/virtual-host.html
Index: virtual-host.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/vhosts/virtual-host.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- virtual-host.html 1998/09/17 14:52:03 1.8
+++ virtual-host.html 2000/11/22 04:31:41 1.9
@@ -193,7 +193,7 @@
struct rlimit rlp;
rlp.rlim_cur = rlp.rlim_max = 512;
- if (setrlimit(RLIMIT_NPROC, &rlp)) {
+ if (setrlimit(RLIMIT_NPROC, &rlp)) {
fprintf(stderr, "setrlimit(RLIMIT_NPROC) failed.\n");
exit(1);
}