Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

504 Gateway timeout failure

  • 2 답장
  • 0 이 문제를 만남
  • 8 보기
  • 최종 답변자: BillLee

more options

My application manages an online ordering system. Testing is done on a local server using localhost domain name. Fedora 35 with Apache server. Application is PHP.

The application creates a list of orders using a MySQL database. The list is presented and an order can be accessed via a link (which uses localhost domain in the URL). This step works fine, the order is displayed for the user. A link on that display allows the user to enter a small message for the order, that link uses localhost domain in the URL. That link works fine, the screen where the user can enter the small message is displayed.

When the user inputs the message and presses the submit button of the form (the URL for the form is, once again, using localhost in the URL), the application hangs for a minute and a 504 Gateway Timeout error message is displayed.

I have examined the simple html code thoroughly and find no obvious errors. I have tried many different kinds of URL specifications in the form with no difference in result. I have replaced the 'submit' in the form with a Javascript call to submit the form, with no change in result. I have run the application with and without internet connectivity with the same results.

I am trying to understand why several steps preceding this failure, all using the same URL format and all accessing localhost are successful, but this one fails.

I can provide the html if needed.

Help badly needed. Thanks in advance.

Regards,

Bill Lee

My application manages an online ordering system. Testing is done on a local server using localhost domain name. Fedora 35 with Apache server. Application is PHP. The application creates a list of orders using a MySQL database. The list is presented and an order can be accessed via a link (which uses localhost domain in the URL). This step works fine, the order is displayed for the user. A link on that display allows the user to enter a small message for the order, that link uses localhost domain in the URL. That link works fine, the screen where the user can enter the small message is displayed. When the user inputs the message and presses the submit button of the form (the URL for the form is, once again, using localhost in the URL), the application hangs for a minute and a 504 Gateway Timeout error message is displayed. I have examined the simple html code thoroughly and find no obvious errors. I have tried many different kinds of URL specifications in the form with no difference in result. I have replaced the 'submit' in the form with a Javascript call to submit the form, with no change in result. I have run the application with and without internet connectivity with the same results. I am trying to understand why several steps preceding this failure, all using the same URL format and all accessing localhost are successful, but this one fails. I can provide the html if needed. Help badly needed. Thanks in advance. Regards, Bill Lee

모든 댓글 (2)

more options

Does it work in any other browser?

more options

I had not tried any other browser since ..... I didn't have anything on this system but Firefox! :-)

I downloaded Chrome and ran the application using it and it failed the same way.