You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2004/11/24 23:16:00 UTC

svn commit: r106478 - /perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod

Author: stas
Date: Wed Nov 24 14:15:59 2004
New Revision: 106478

URL: http://svn.apache.org/viewcvs?view=rev&rev=106478
Log:
the ability of testing via lwp-request whether mod_perl is enabled 
or not depends on the value of ServerTokens
Submitted by: Greg Matheson <la...@ms.chinmin.edu.tw>

Modified:
   perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod

Modified: perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod
Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod?view=diff&rev=106478&p1=perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod&r1=106477&p2=perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod&r2=106478
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod	(original)
+++ perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod	Wed Nov 24 14:15:59 2004
@@ -2886,6 +2886,14 @@
 Specify the port number if your server is listening to a port other
 than port 80. For example: C<http://www.example.com:8080>.
 
+This technique works only if C<ServerTokens> directive is set to
+C<Full> or not specified in F<httpd.conf>. That's because this
+directive controls whether the components information is displayed or
+not.
+
+
+
+
 =head1 General Notes
 
 =head2 Is it possible to run mod_perl enabled Apache as suExec?

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org