HTTP Error Code 502 Bad Gateway

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default HTTP Error Code 502 Bad Gateway

    I use IIS 5.1 ,mysql-4.0.20d, PHP 5.0.4, winXP SP2, Dreamweaver MX2004, Can't connection mysql and show error "HTTP Error Code 502 Bad Gateway, how solution

    Thankyou
    Best Regards.:)
    tsc005 Guest

  2. Similar Questions and Discussions

    1. Flash and HTTP Error Code 500 Issues
      I have a web service that allows users to log onto a server. If the user's login failes, a SOAP exeception is generated. I have a Flash movie...
    2. HTTP Error Code 405 Method not allowed
      I really liked the DMX Support site. However... While very useful for troubleshooting beginning PHP and MySQL server setups, the tech note for...
    3. HTTP Error Code 405 Method Not Allwed
      I keep getting the following error message: HTTP Error Code 405 Method Not Allowed each time I try to connect to mysql. Can someone Help? Thank...
    4. PHP/MySQL Connection fine, Bindings / testing recordsetleads to HTTP Error Code 500
      Hi all, I'm having this weird problem with my MySQL-connection INSIDE Dreamweaver. The pages that I create work fine online. I have made a...
    5. gateway error
      The last several days I have gotten a message when trying to go to Delta.com It says that I have a Gateway error and that the gateway failed to...
  3. #2

    Default Re: HTTP Error Code 502 Bad Gateway

    tsc005 wrote:
    > I use IIS 5.1 ,mysql-4.0.20d, PHP 5.0.4, winXP SP2, Dreamweaver MX2004, Can't connection mysql and show error "HTTP Error Code 502 Bad Gateway, how solution
    Check the URL Prefix in the Testing Server section of Site Definition.
    It must have a trailing slash, like this:

    [url]http://localhost/mysite/[/url]

    Also make sure your site is either in C:\Inetpub\wwwroot, or in a
    virtual directory that you have created for the Default Web Site in the
    Windows Internet Services Manager.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139