server tag

107 questions


1 answers
61 views
0
Raspberry Pi3 error 500 Internal Server Error

I just started raspberry pie. I'm building a web server while reading a book, but there's an error.Here's what the error says.Internal Server ErrorThe server encountered an internal error or misconfig...


1 answers
145 views
0
"Always running" in Windows - the standard way to implement a program that reboots itself?

Recently, I created a simple Windows Server program (called server.exe) that runs a complex, heavy program (heavy.exe) of the server when instructed to the client through the on-premises network, and ...

2 years ago

1 answers
94 views
0
Is the ETag received by response from the server stored inside the client?

I'm working on a smartphone <-> Web server linkageWhether to write cached data by dividing content received from the web server by ETag in response header I want to decide whether to get a new o...

2 years ago

1 answers
101 views
0
Tomket Memory Stick Error Log

1.The db uses mysql and the server is Tomcat.It was a working server, but the server is not running because of a memory leak.Error Logcreated a ThreadLocal with key but failed to remove it when the we...

2 years ago

1 answers
120 views
0
Can I access the local host in the web server from an external browser?

Hello, I'm an introductory developer.I would like to transfer a local server, a mobile automation testing tool called Appium, to an AWS instance nginx and Appium servers are deployed within the instan...

2 years ago

1 answers
54 views
0
I want to open the site, is there a server that I can use for free?

With Python and SQLite3, we simply made a local hobby of sites with features such as membership, login, bulletin board, and more. Is there a way to open a site by running a free server instead of a pa...

2 years ago

1 answers
56 views
0
Making Python api using aws lamdba

Hello, I'm a beginner who has been coding for about two months.I'm making a Kakao Talk chatbot!One of the functions is to call the bus route and arrival time at a particular stop You have to put url i...

2 years ago

1 answers
56 views
0
Can I get the URL sent from another server to the server?

If you click the button on the web page on a server called A, you will go to the homepage (e.g., xxxx.com/)) on server B, and is there a way to access only the URL form from server A and prevent acces...

2 years ago

1 answers
49 views
0
Behavior of browser termination during communication between web browser and server

The client enters a domain, receives information from the server, and displays it in a web browser I'm a studious student!But suddenly, while communicating with the server, I'm curious how it works if...

2 years ago

1 answers
140 views
0
[Network Programming] Is it possible to check the string sent by the client on the server?

retval=recv(clnt_socks[job1],buf,BUFSIZE,0);// // buf[retval]='\0';if (strcmp(answer, buf) == 0) { for (i = 0; i < clnt_cnt; i++) { //... }}else { for (i = 0; i < clnt_cnt; i++) { //... }}The ...

« - 10 - »

© 2024 OneMinuteCode. All rights reserved.