Results 1 to 2 of 2

Thread: The requested URL /cgi-bin/ubr_upload.pl

  1. #1
    Join Date
    Apr 2010
    Posts
    26

    Default The requested URL /cgi-bin/ubr_upload.pl

    PLs help someone!
    What is the problem?


    I get this message to my browser when I put the http://mydomain.com/cgi-bin/ubr_upload.pl

    Not Found

    The requested URL /cgi-bin/ubr_upload.pl was not found on this server.
    Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/0.9.8n Server at ...mydomainaddress.... Port 80

  2. #2
    Join Date
    Sep 2008
    Posts
    1,019

    Default

    The problem is just as you said, the server cannot find the file that you are requesting. Make sure that you have a cgi-bin directory and that inside of that directory is the ubr_upload.pl script. If not, you'll need to upload it to your server. Also, note, if your site is using a panel other than CPanel (in which much of the documentation for this script is based upon), your "cgi-bin" directory may not be in your "public_html" directory. For example, on Plesk, your site is located in a directory which usually looks something like:

    Code:
    /var/www/vhosts/example.com/httpdocs
    The CGI-BIN directory on Plesk is actually not located in the httpdocs folder. Rather, it's located at the same level as the httpdocs. So, on Plesk, it would look like:

    Code:
    /var/www/vhosts/example.com/cgi-bin
    This means that you would need to delete the "cgi-bin" directory within the httpdocs folder and move the contents into the "cgi-bin" directory located at the root of your domain.

    Other panels do different things as well. The key is to make sure that your cgi-bin directory has been uploaded and that the ubr_upload.pl file is located within it.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •