On Mon, 26 Mar 2018 21:46:53 -0700 (PDT),
ekhlas mulla <
[email protected]>, in <
[email protected]> wrote:
Hi Aggie
Your feeling it won't help and it not helping me at all.
Are you try this before?
cd /var/log/apache2/
grep AH00127 *.log
i am not trying anything like this before.
is it harmful to apache2 or any website?
Yes, I have. It's not harmful at all. Here's an example. I'm not
suffering from the same problem you are, so I'm modifying the grep
search parameter a bit and just looking for "ah0", and I'm telling
grep to search in a case insensitive manner - "-i".
cd /var/log/apache2/
sudo grep -i ah0 *.log
This is what is returned (folded to 80 character width):
error.log:[Wed Mar 28 00:09:05.632745 2018] [core:notice] [pid 1866]
AH00094: Command line: '/usr/sbin/apache2'
You don't mention what OS you're running apache on (or I didn't make
note), but this will help you find your log files:
https://www.cyberciti.biz/faq/apache-logs/
--
Consulting Minister for Consultants, DNRC
I can please only one person per day. Today is not your day. Tomorrow
isn't looking good, either.
I am BOFH. Resistance is futile. Your network will be assimilated.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)