You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/07/02 15:26:06 UTC

[GitHub] [trafficcontrol] phusinh commented on pull request #6532: CDN-in-a-Box for Developers

phusinh commented on PR #6532:
URL: https://github.com/apache/trafficcontrol/pull/6532#issuecomment-1172915888

   > TR routes DNS requests but does not route HTTP requests:
   > 
   > ```
   > [zrhoffman@computer traffic_router]$ curl -vH 'Host: cdn.dev.ciab.test' localhost:3080
   > *   Trying 127.0.0.1:3080...
   > * Connected to localhost (127.0.0.1) port 3080 (#0)
   > > GET / HTTP/1.1
   > > Host: cdn.dev.ciab.test
   > > User-Agent: curl/7.81.0
   > > Accept: */*
   > >
   > * Mark bundle as not supporting multiuse
   > < HTTP/1.1 503
   > < Content-Type: text/html;charset=utf-8
   > < Content-Language: en
   > < Content-Length: 732
   > < Date: Wed, 23 Feb 2022 23:13:06 GMT
   > < Connection: close
   > <
   > * Closing connection 0
   > <!doctype html><html lang="en"><head><title>HTTP Status 503 – Service Unavailable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 503 – Service Unavailable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Description</b> The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.</p><hr class="line" /><h3>Apache Tomcat/9.0.43</h3></body></html>
   > ```
   I made such a request to the dns port but returned this error, did I make a mistake, please reply
   ![image](https://user-images.githubusercontent.com/48083638/177006700-53bd6c30-017b-425d-947d-d4bfbc1999db.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org