Results 1 to 5 of 5

Thread: Need some assistance

  1. #1
    Member
    Join Date
    Mar 2002
    Posts
    105

    Unhappy Need some assistance

    Since yesterday, I have been getting these errors and don't have a clue where to start. Please Help.....

    [Tue Apr 15 00:51:48 2003] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
    [Tue Apr 15 00:52:20 2003] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
    [Tue Apr 15 00:52:20 2003] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
    [Tue Apr 15 00:52:20 2003] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
    [Tue Apr 15 00:52:21 2003] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
    [Tue Apr 15 00:52:22 2003] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
    [Tue Apr 15 00:52:23 2003] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
    [Tue Apr 15 00:52:24 2003] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!

  2. #2
    Member Nico's Avatar
    Join Date
    Dec 2001
    Location
    Edmond, OK
    Posts
    233

    Default

    You might check the .htaccess file for errors if you have a custom error page setup. You might also take a look at /usr/local/apache/logs/error_log for the exact path where the error is.

  3. #3
    Member WeMasterz5's Avatar
    Join Date
    Feb 2003
    Location
    Miami
    Posts
    361

    Default

    Originally posted by Nico
    You might check the .htaccess file for errors if you have a custom error page setup. You might also take a look at /usr/local/apache/logs/error_log for the exact path where the error is.
    this is the error_log

    [Sun Jul 20 10:30:47 2003] [notice] cannot use a full or relative URL in a 401 ErrorDocument directive --- ignoring!
    [Sun Jul 20 10:30:48 2003] [notice] cannot use a full or relative URL in a 401 ErrorDocument directive --- ignoring!
    [Sun Jul 20 10:30:48 2003] [notice] cannot use a full or relative URL in a 401 ErrorDocument directive --- ignoring!
    [Sun Jul 20 10:30:48 2003] [notice] cannot use a full or relative URL in a 401 ErrorDocument directive --- ignoring!
    [Sun Jul 20 10:30:49 2003] [notice] cannot use a full or relative URL in a 401 ErrorDocument directive --- ignoring!
    [Sun Jul 20 10:30:49 2003] [notice] cannot use a full or relative URL in a 401 ErrorDocument directive --- ignoring!
    [Sun Jul 20 10:30:49 2003] [notice] cannot use a full or relative URL in a 401 ErrorDocument directive --- ignoring!
    [Sun Jul 20 10:30:49 2003] [notice] cannot use a full or relative URL in a 401 ErrorDocument directive --- ignoring!


    how can we find what site this is coming from

    cPanel.net Support Ticket Number:

    cPanel.net Support Ticket Number:
    What is in a sig anywho é

  4. #4
    FWC
    FWC is offline
    Member
    Join Date
    May 2002
    Location
    Ontario, Canada
    Posts
    354

    Default

    Try:
    Code:
    find /home -name '.htaccess' -printf "\"%p\"\n" | xargs grep '401 http' /dev/null
    If that doesn't work, just look for the 401's:
    Code:
    find /home -name '.htaccess' -printf "\"%p\"\n" | xargs grep '401' /dev/null

  5. #5
    Member WeMasterz5's Avatar
    Join Date
    Feb 2003
    Location
    Miami
    Posts
    361

    Default

    well this is really a mess up on whomevers part..

    this is what it was with my server

    a site used the cpanel redirect from there cpanel to write 2 permanent redircts that wrote to the .htaccess file in there root, so why this done what it was doing is beyound me, I deleted the htaccess file and the errors stop, this little thing crashed our server twice since they done whatever it was in that redirect part of there cpanel

    cPanel.net Support Ticket Number:
    What is in a sig anywho é

Similar Threads

  1. Need SSH Assistance
    By macrunning in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 11-23-2010, 08:38 AM
  2. Remote Assistance
    By bradyb in forum New User Questions
    Replies: 3
    Last Post: 07-23-2007, 10:15 AM
  3. Novice needs assistance
    By OAEMS in forum New User Questions
    Replies: 1
    Last Post: 05-12-2007, 10:37 AM
  4. Some assistance please
    By . Adam . in forum New User Questions
    Replies: 5
    Last Post: 01-18-2007, 06:32 PM
  5. Assistance
    By vinous in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 07-17-2002, 11:12 PM