Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Tunneling permission denied

forums forums SQLyog Using SQLyog Tunneling permission denied

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #8911
      ziggy
      Member

      I'm trying to set up tunneling with a remote web host. I can reach the SQLyogTunnel.php page from my browser. In SQLYog, when I click the “Test Connection” button, I get a success message, but when I click the “Connect” button, I get the following:

      Code:

      HTTP/1.1 403 Forbidden
      Date: Wed, 13 Apr 2005 15:16:57 GMT
      Server: Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.10 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a
      Keep-Alive: timeout=15, max=92
      Connection: Keep-Alive
      Transfer-Encoding: chunked
      Content-Type: text/html; charset=iso-8859-1



      403 Forbidden

      Forbidden

      You don't have permission to access /tunnel/SQLyogTunnel.php
      on this server.

      Additionally, a 404 Not Found
      error was encountered while trying to use an ErrorDocument to handle the request.


      Apache/1.3.33 Server at http://www.xxxxxxxxx.xxx Port 80

    • #17417
      Ritesh
      Member

      This is very strange!

      Could you please give us temporary access to the tunnelling web-page?

      If it is possible, mail the info to [email protected]

    • #17418
      peterlaursen
      Participant

      this error message:

      “You don't have permission to access /tunnel/SQLyogTunnel.php on this server”

      is a typical apache error message when a server directive restricts some kind of access.

      Server directives are typically found in the server configuration file (“httpd.conf”), a virtual host's configuration file or in a “.htaccess”-file.

      It could be that the ISP has restricted execution of server-side scripts to certain directories.

      Do you have a “htaccess”file that's under your control or is there a “control panel” available where you can configure things ?

      Are you able to use other php.fies (just try rename any .htm or .html-file to php and try open it!). You could also try copying the SQLyogTunnel.php -file to the webroot. Also try running a simple php-file with a simple “echo” statement …

Viewing 2 reply threads
  • You must be logged in to reply to this topic.