> Thats possibly because STDERR isn't tied to anything yet. There's
> some black magic that seems to go on.
That's correct
http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlConfigRequire_
I knew that was the case, it just interferes with the behaviour that I
would like.
I think I
WHEN restart_count!=1
- setup happens only when it should, but you don't see any of the
startup info.
- if I print the startup info to STDERR instead of STDOUT, then you
don't see anything on 'apachectl start', but you do on
'apachectl restart'
Thats possibly because STDERR isn't ti
On Wed, 2006-08-16 at 19:24 +0200, Clinton Gormley wrote:
> The framework does quite a lot of work setting up the applications that
> depend on it, and one of the things it does is autoconfigures the
> virtual hosts that the application requires.
When I need to do things like that, I just template