Search results

  1. S

    subdomain cgi-bin 500 error

    I setup a subdomain (newsub.sirduncan.com), the system setup the folder for me. Within that 'sub' folder, the system also created a cgi-bin folder. I place a hello world perl script, change permissions to 777 and I get a 500 error. Further, the error does not seem to show up in my error log...
  2. S

    '(13)Permission denied' for photo viewing

    No, I did not delete my htaccess file. The file is in the main directory, in public_html. I copied that file and put it in my cgi-bin, but to no avail. I also copied my images from the cgi-bin to the public_html/paimages folder and it gives the same error. I am still unable to see my...
  3. S

    '(13)Permission denied' for photo viewing

    I am running a photo album and have my scripts setup. The pages all display correctly, suggesting the scripts are all correct. However, none of the photos are displaying, all showing broken. In my error log file, for each image attempt, I am seeing the following: [Fri Sep 26 10:02:09 2008]...
  4. S

    error logs not showing errors

    I am editing a cgi script in my cgi-bin and it is giving me a 500 error, which is then pushed to the 500.shtml file. The issue is that the error that caused the 500 is not showing up in my cpanel error logs. I am unable to see why the 500 error exists, and therefore, am unable to fix the...
  5. S

    cgi-bin Forbidden error

    When I try and access: http://hellofamily.pcriot.com/cgi-bin/ I get a 403 Forbidden error. When I try and access http://hellofamily.pcriot.com/cgi-bin/index.html I get a 500 Internal Server error The index.html file is in the cgi-bin directory. The cgi-bin is 755, as is public_html...
Top