ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> zope-List
zope-List
Re: [Zope] Documentation problems - how to pass on lessons learned?
by Dieter Maurer other posts by this author
Feb 29 2004 6:49PM messages near this date
[Zope] Documentation problems - how to pass on lessons learned? | Fwd: [Zope] Server Spontaneously Quitting
Patrick Kirk wrote at 2004-2-29 16:09 +0000:
>  ...
> Now the requirement to issue a "httpd -l" command ("apache -l" on 
> Debian) should be right up there as first requirement in the zope.org 
> documentation.  It isn't.

There is no requirement to issue "httpd -l". In fact, I did not
even know that there is something like this (but I have set up
numerous virtual hosts).

I probably did not need this command, because I worked with the
documentation. I knew that "RewriteRule" comes from "mod_rewrite"
and that it is not bad to read its documentation before using
it. The "mod_rewrite" documentation states that "[P]" effectively
uses "mod_proxy". It is clear (without need for any documentation)
that a used module must be available. Therefore, I ensured
that the corresponding "AddModule" and "LoadModule" were
available.


That said, I am almost sure, that you have not yet found the reason
for the problems: Apache would have complained in a much more
expressive way when these necessary modules had not been available.
I expect (almost sure), that Apache would not have started,
when it would see a "RewriteRule" without "mod_rewrite".
It might be possible that a missing "mod_proxy" would only
be detected when the corresponding "RewriteRule" were executed,
but you would get a prominent entry in the Apache log file.


I analyse problems with "RewriteRules" by activating the
"RewriteLog" feature (temporarily). The rewrite logfile provides
valuable insight.


> How do I get this suggestion to someone in zope.org?

Just tried "httpd -l". It is worthless (at least without additional
arguments). It did not report the
myriads of modules loaded by my default Apache configuration.

-- 
Dieter

_______________________________________________
Zope maillist  -  Zope@[...].org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )
Thread:
Patrick Kirk
Dieter Maurer

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved