httpd-error log question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • crockett
    in a van by the river
    • May 2003
    • 76818

    #1

    httpd-error log question

    can anyone help me here, what would cause this error?

    [Sun Jul 18 00:01:06 2004] [notice] cannot use a full or relative URL in a 401 ErrorDocument directive --- ignoring!


    I'm getting about 30 of these errors a second..
    In November, you can vote for America's next president or its first dictator.
  • Repetitive Monkey
    Confirmed User
    • Feb 2004
    • 3505

    #2
    Originally posted by crockett
    can anyone help me here, what would cause this error?

    [Sun Jul 18 00:01:06 2004] [notice] cannot use a full or relative URL in a 401 ErrorDocument directive --- ignoring!


    I'm getting about 30 of these errors a second..
    Fix your ErrorDocument 401 statement in the .htaccess.

    Comment

    • Tom_PMs
      Confirmed User
      • Jun 2004
      • 2049

      #3
      If you have a 401 errordocument directive, it must be local on that same machine.

      You've read it, you can't unread it.

      Comment

      • crockett
        in a van by the river
        • May 2003
        • 76818

        #4
        ErrorDocument 401 http://www.myurl.com/main.html

        that's my 401 error .. is there something wrong with it?

        (the url is edited) but it's a domain on the same server
        In November, you can vote for America's next president or its first dictator.

        Comment

        • genomega
          Confirmed User
          • Feb 2002
          • 1190

          #5
          Alias /errors /home/somewhere/else/errors
          <Directory /home/somewhere/else/errors>
          AllowOverride None
          </Directory>


          No Jerk TGP
          Gallery Monitor
          MoneyBookers

          Comment

          Working...