client denied by server configuration: /htdocs

Discussion in 'General' started by faster, Feb 7, 2011.

  1. faster

    faster New Member

    I am migrating a php application from one hosting site to my ISPConfig site.

    The php web works just fine on my old ubuntu server but when I configure and try to get it working on my ISPConfig server I am getting the error above in my apache2/error.log. When you visit the web page is gives you a 500 internal error. It works just fine on my old server but cannot figure out what is wrong on the new server.

    Any tips for troubleshooting this would be great.

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the exact error message that you get in the error.log of the website when you visit that website.
     
  3. faster

    faster New Member

    I screwed up. I am looking at the wrong log file. In the vhost log file this is the error I am getting:


    [07/Feb/2011:15:18:39 -0500] "GET /bulletin.php HTTP/1.1" 500 1150 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.86 Safari/534.13"

    I am trying to figure out what exactly is causing that 500 error. The site works perfectly fine on the other hosting site.

    Thanks
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    There must be more in that file that explains the error. Please post all lines that belong to the error.
     
  5. faster

    faster New Member

    domain.com:80 10.0.0.5 - - [07/Feb/2011:16:46:12 -0500] "GET /bulletin.php HTTP/1.1" 500 303 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.86 Safari/534.13"
    domain.com:80 10.0.0.5 - - [07/Feb/2011:16:46:13 -0500] "GET /bulletin.php HTTP/1.1" 500 303 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.86 Safari/534.13"
    domain.com:80 10.0.0.5 - - [07/Feb/2011:16:46:14 -0500] "GET /bulletin.php HTTP/1.1" 500 303 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.86 Safari/534.13"
    domain.com:80 10.0.0.59 - - [07/Feb/2011:16:46:15 -0500] "GET /bulletin.php HTTP/1.1" 500 303 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.86 Safari/534.13"
    domain.com:80 10.0.0.5 - - [07/Feb/2011:16:46:16 -0500] "GET /bulletin.php HTTP/1.1" 500 303 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.86 Safari/534.13"
    domain.com:80 10.0.0.59 - - [07/Feb/2011:16:46:17 -0500] "GET /bulletin.php HTTP/1.1" 500 303 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.86 Safari/534.13"

    Nothing else shows up in the log. If you can suggest another log or debug mode or something like that, I can look into those.

    Thanks
     
  6. mike_p

    mike_p Member

    Try looking at the main apache error log. I don't know about ubuntu but on centos it's at /var/log/httpd/error_log
     
    Last edited: Feb 8, 2011

Share This Page