On Sat, 02 Oct 2004, Stas Bekman wrote:

> >This is different than the public signature of httpd installed
> >in /usr/local/httpd. Is this signature with the mod_perl
> >information only for private testing?

> Right, this is due to to test of the $s->add_version_component() method:

My problem was not getting any mod-perl info at all, just the
httpd one, and was due to having the ServerTokens directive set. 

I found out about this thru the docu on the above method.
I copied that info into a patch to
http://perl.apache.org/docs/1.0/guide/install.html
which I also sent to the docs-dev list. The value of this patch
depends, however on whether ServerTokens directive is also in
httpd 1! I don't know if it is or not.

--- install.html.orig   2004-10-03 13:25:13.000000000 +0800
+++ install.html        2004-10-03 13:30:32.000000000 +0800
@@ -3712,6 +3712,7 @@
 <p>Specify the port number if your server is listening to a port other
 than port 80. For example: <code><a 
href="http://www.example.com:8080";>http://www.example.com:8080</a></code>.</p>
 <br><br>
+<p>Also  remember  for these approaches that the ServerTokens directive value 
controls whether the component information is displayed or not.</p>
 <a href="#top" class="noPrint"><img src="../../../images/nav/page_top.gif" width="48" 
height="16" border="0" alt="TOP"></a>    
     <br><br>
     <!-- SwishCommand noindex -->
@@ -4071,4 +4072,4 @@
         </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to