Hi,

I've just had a go at precompiling my scripts and got it working following
the instructions at http://www.apache-asp.org/tuning.html.

However, is there a way of turning off all the compilation messages when I
start Apache? I need the output to be as minimal and user (customer)
friendly as possible. Preferably no output at all, other than the normal
Apache messages (if any).

Additional to that, is there a way of specifying the pattern in the
Apache::ASP->Loader call so that I can exclude specific files? There some
asp files which are included as part of other files but should not be
compiled on their own, and a few other files that shouldn't be compiled, but
I don't want to change the file extension if possible. I'm not hot on perl
regular expressions. I need to be able to exclude multiple files and/or
files with a certain prefix. Alternatively is there a way I can put
something in the file to tell it to not be 'pre-compiled'?

Doing this would cut down on failed compilation messages in the Apache error
log, which although doesn't affect the running of the application, it would
generate complaints from customers when they check their error log.

P.S. Am I right in assume that if I modify a file it will recompile it when
it's accessed, or does the server have to be restarted to compile it? (is
this down to the StatINC option? I've got this set to 1 at the moment).


Regards,

Tim.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to