user4563161
user4563161

Reputation:

Apache errors - invalid argument & Bogus version

I keep seeing the same two errors for referees to my site. Quite a high traffic site so we get them often enough. I'm just trying to deduce why they appear. At first I just assumed that these where probably people turning away before the page loads etc. But now I'm worried it could be a bug in Apache or something worse at my end.

The two errors are:

(22)Invalid argument: AH01075: Error dispatching request to : *Page Location*

AH01068: Got bogus version 98, referer: *Page Location*

The 98 in bogus version changes sometimes to other numbers.

Has anyone got any experience with these errors and how to resolve them.

Upvotes: 2

Views: 4917

Answers (1)

dompie
dompie

Reputation: 722

Make sure date.timezone in your php.ini is not empty! Took ages to figure that out! Valid values are listed here: https://secure.php.net/manual/en/timezones.php

Upvotes: 2

Related Questions