Error Logfiles - 401 ErrorDocument

Hier können Probleme und alles andere in Deutscher Sprache gelöst werden.
Post Reply
milos27
Regular
Posts: 154
Joined: Sun Jul 06, 2008 8:31 pm
Contact:

Error Logfiles - 401 ErrorDocument

Post by milos27 »

Folgende Meldung erscheint sehr oft in den Error Logfiles:

[Fri Oct 26 17:07:16 2012] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
[Fri Oct 26 17:07:16 2012] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
[Fri Oct 26 17:07:16 2012] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
[Fri Oct 26 17:07:35 2012] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
[Fri Oct 26 17:08:30 2012] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!

Was verursacht diese Meldung? Hat das was mit der .htaccess im Blog zu tun:

Options -MultiViews
ErrorDocument 404 /index.php
DirectoryIndex /index.php
php_value session.use_trans_sid 0
php_value register_globals off

Ist das ein problem oder kann ich das ignorieren?

Gruß
Milos
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Error Logfiles - 401 ErrorDocument

Post by Timbalu »

http://tosbourn.com/2011/08/web-stuff/n ... -ignoring/
es meint eine ErrorDocument 401 http://example.com/errorpage.html Direktive, keine 404. Wo die steckt, musst du suchen...!
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
milos27
Regular
Posts: 154
Joined: Sun Jul 06, 2008 8:31 pm
Contact:

Re: Error Logfiles - 401 ErrorDocument

Post by milos27 »

Was heißt suchen und vor allem wo und wie?
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Error Logfiles - 401 ErrorDocument

Post by Timbalu »

In allen .htaccess files bzw in der server *.conf würde ich sagen.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
milos27
Regular
Posts: 154
Joined: Sun Jul 06, 2008 8:31 pm
Contact:

Re: Error Logfiles - 401 ErrorDocument

Post by milos27 »

Und was genau muss ich dann dort finden?
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Error Logfiles - 401 ErrorDocument

Post by Timbalu »

Das sieht alles nicht nach einer Serendipity Frage aus. Es gibt auch den Google-Translator....

So eine Direktive musst du suchen:

Code: Select all

ErrorDocument 401 http://www.deineDomain.de/error.php
Domain-, weitere Pfad- und Dateiname können natürlich abweichen, bzw gerade in der Server-Domain.conf sogar auch mit Platzhaltern beschrieben sein.

Das wäre dann relativ umzuschreiben als

Code: Select all

ErrorDocument 401 /error.php
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Post Reply