There's only one small gotcha that I've found, and that occurs in this
situation:

- apache isn't running
- you do : apachectl restart
- there is a compile time bug, and apache dies

The gotcha is that you don't get any STDERR or log output in this
situation.  However, you're only ever likely to encounter this in
development, and you soon recognise the issue.

Hm. No compile errors would be bad. But I put an error in one of my modules (that only gets loaded the second time) and started apache, and got error log output. I wonder what we're doing differently?

Jon

Reply via email to