-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Aleksandra Bednarek wrote:
> We are running SuSE Linux 9.3 with Apache 2 and PHP5. Apache is set up
> with 4 virtual hosts, all of which have their PHP include paths set in
> the vhost.conf of vhost-ssl.conf files, like this:
> 
>   php_value include_path "/my/include/path"
> 
> We're getting this kind of messages in Apache error_log, over and over
> again, which makes the log unreadable:
> 
>   Getting include_path=
>   Creating new config (0x6d6a08) for (null)
>   Merge dir (0x5c16b8) (0x6e7b98)
>   APPLYING (include_path)(.
>   APPLYING (include_path)(.
>   APPLYING (include_path)(.
>   APPLYING (include_path)(.
>   APPLYING (include_path)(.
>   APPLYING (include_path)(.
>   APPLYING (include_path)(.
>   APPLYING (include_path)(.
> 
> Why is this happening? How do we fix this?
> 
>  Thank you,
>  Alex


Use

grep -v <text to exclude> <log file name>

to filter out the stuff you do not want which should make log more
readable ...

Do not know why it is happening or any idea for a cure, but the above is
a quick kludge which will keep you going until you find one...

- --
==============================================================================
I have always wished that my computer would be as easy to use as my
telephone.
My wish has come true. I no longer know how to use my telephone.

Bjarne Stroustrup
==============================================================================
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFHOW2aasN0sSnLmgIRAjAEAJ4z5MTLNjBE2D+ZYa8TtASu0uDspQCeNPI8
vf1f6yqujdcpQ2/D8+CqpSA=
=DF/t
-----END PGP SIGNATURE-----
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to