webserver Questions
2
Is it possible to set the maxretry parameter of a fail2ban filter to 0 so that every IP will be banned instantly? The client does not complain about this setting but it does not seem to ban IPs eit...
3
Solved
I run multiple gunicorn workers with workers=4 setting. So as I understand I have 5 different processes: one gunicorn master process and 4 other worker processes. Can I get information about which ...
7
Solved
What characters are allowed in filenames for HTML files on ALL servers (*nix, Windows, etc.) ?
I'm looking for the "lowest common denominator" that will work on all servers.
USE: I'm naming a file ...
14
After installing Ubuntu as WSL (Windows Subsystem for Linux), I've run (as root):
cd ~
python3 -m http.server
Output:
Serving HTTP on 0.0.0.0 port 8000 ...
And I tried to access to this web serve...
Pressroom asked 14/4, 2018 at 19:51
2
I'm new to the .NET framework developer. I just deployed my web into the web server through IIS but I'm getting some problems. I can not login and menu that need show my database table doesn't show...
Claudell asked 15/2, 2022 at 3:6
2
Solved
I'm wondering whether I can use RewriteEngine On only once within my htaccess when it is embed in IfModule mod_rewrite.c or do I have to use it every time because it is embeded?
See example below....
Flirt asked 14/7, 2013 at 3:56
7
Solved
Say I have a website www.example.com. Under the website directory there is a page secret.html. It can be accessed directly like www.example.com/secret.html, but there are no pages that link to it. ...
7
Solved
I'm trying to create multithreaded web server in python, but it only responds to one request at a time and I can't figure out why. Can you help me, please?
#!/usr/bin/env python2
# -*- coding: utf...
Angelo asked 30/12, 2012 at 4:20
6
What is the best way to parse data out of a URL query string (for instance, data appended to the URL by a form) in python? My goal is to accept form data and display it on the same page. I've resea...
34
I want to run a very simple HTTP server. Every GET request to example.com should get index.html served to it but as a regular HTML page (i.e., same experience as when you read normal web pages).
U...
2
Solved
I'm running a webserver written in go on an embedded system. The timestamp of index.html may go backwards if someone has downgraded the firmware version. If index.html is older than the previous ve...
10
Solved
We use a web server that does not allow directory listing.
There is a specific directory I would like to allow listing of.
How can make a simple HTML file that will contain the contents of this d...
6
There is an issue when I debugging my backend net5.0 project. The issue is "Web server failed to listen on port 5001" then I changed port but the problem does not change.
11
Solved
How do I Install node.js on my windows Machine?? I Searched All the available blogs for info, I found none of them are useful. so Is it possible for me to install node.js on my windows machine. If ...
Prong asked 10/8, 2010 at 8:3
6
Solved
When sending scripts from my Node.js server to the browser, in Google Chrome, I get this warning:
Resource interpreted as Script but transferred with MIME type
text/plain
I Google'd around, a...
Colorfast asked 15/8, 2012 at 15:7
3
I am trying to write a little asynchronous WebServer. Let me briefly describe the scenario:
My ESP32 as well is a router. So if I connect with my mobile phone into the WiFi the ESP32 is spreading a...
Nunnery asked 19/2, 2021 at 13:16
15
Solved
I am using nginx and node server to serve update requests. I get a gateway timeout when I request an update on large data. I saw this error from the nginx error logs :
2016/04/07 00:46:04 [error] ...
8
I have an application in PHP which returns me:
[Thu Oct 05 22:10:59.351244 2017] [proxy_fcgi:error] [pid 3733:tid 139869435164416] (70007)The timeout specified has expired: [client IPADDRESS HIDDE...
4
My website has a separate server for the front-end and back-end, and so my back-end server needs to open up CORS permissions so that the front-end can request data from it.
I am using Flask-Cors su...
Demello asked 5/1, 2021 at 22:52
4
Solved
I'm trying to publish a web site with a self-created SSL certificate on my own IP. After I added the web site to the IIS and tried to run it, I get this error and I'm unable to start the web site.
...
2
Solved
So I have created a website, when the user tries to fill out the login form (username and password), the following error message is displayed:
Error response
Error code: 501
Message: Unsupported ...
Heterogenesis asked 3/8, 2018 at 17:35
17
I'm trying to set up a minimal web server using netcat (nc). When the browser calls up localhost:1500, for instance, it should show the result of a function (date in the example below, but eventual...
3
Solved
I am just setting up nginx as a webserver that proxies directly to a tomcat app server.
When the user connects to my website Nginx should redirect the request to port 8080 where the tomcat app ser...
Copperhead asked 11/8, 2014 at 3:23
2
I'm a beginner in PHP and making a website that displays basic system information(CPU usage, memory usage etc)of a linux system on a webpage.For the web server, i used the built-in web server:
php...
Vipul asked 10/7, 2016 at 6:9
4
Solved
I have seen many a web framework provide a non-blocking web server, I just want to know what it means.
Hovercraft asked 18/12, 2009 at 6:7
1 Next >
© 2022 - 2025 — McMap. All rights reserved.