8,239
questions
0
votes
0
answers
8
views
Upgrade to node18, and Server was keep failing with ECONNRESET
Has anyone faced the same issue, when I upgraded our web server to use node 18. The server kept failing to handle incoming requests with
code: ECONNRESET
See the full error stack below:
"err&...
0
votes
0
answers
35
views
Web Server returning wait page instead of the intended response for HttpClient request in VB.NET
So I have my webpage at: http://daera.net/dmoon/issuecmds.php
Since this is my own site, I can modify it in whatever manner I want. Right now it is meant to send a simple, static response with this ...
0
votes
0
answers
10
views
connect server via ipv6 ? [nginx] [closed]
tried to edit the server_name block in nginx.conf with
server {
listen 9999;
server_name <permanentipv6>
<temporary1ipv6>
<temporary2ipv6>
...
0
votes
0
answers
39
views
Apache Hop Web behind Reverse Proxy (Nginx)
Has anyone successfully gotten Apache Hop running using a web server as a reverse proxy (preferably Nginx)? I've hacked at it for a bit using a range of standard tricks and gleanings from various ...
0
votes
0
answers
46
views
CORS Error with Delete Functionality on Live Server: Works Locally but Not on Live Laravel Website
I’m working on a Laravel project where users can delete reviews through their dashboard. The delete functionality works perfectly in localhost, but after deploying the application to my live server (...
0
votes
1
answer
28
views
Serving image files in dynamic directories in warp
I am writing a simple web server using warp. I'm having issues image files which are stored in 'dynamic' directories, i.e. the directories have a static prefix but might be renamed. I successfully ...
0
votes
0
answers
14
views
Getting The Apache Testing 123 page after updating SSL Certificate [closed]
I recently updated our certificate on our web server running CentOS by adding a self-signed certificate through openSSL. When I now try to navigate to our homepage, it takes me to a Apache Testing 123 ...
0
votes
1
answer
34
views
Confusion regarding apache default virtual host and wildcard port
I rewritten my whole question ...
So I want to use apache's _default_ in order to match any requests that are not clearly defined as hosts / ServerName on my server.
e.g when accessing server IP http:/...
0
votes
0
answers
23
views
SSH Connection Lost Error on DigitalOcean Droplet Console
I'm experiencing an issue with accessing my DigitalOcean Droplet. When I attempt to connect using the Droplet Console in the DigitalOcean Control Panel, I receive a "SSH connection lost" ...
1
vote
1
answer
45
views
Not getting 502 error page on web server failure [closed]
I am running a web server using golang net/http (no tomcat / nginx used here) on an ec2 in a target group assigned to a ALB with SSL.
I want to use a cloudfront distribution, which is already set up ...
-1
votes
1
answer
22
views
Virtualmin Domain Subdomains Serving Incorrect Website on Wrong URL [closed]
I've hosted several websites using Virtualmin, and they all use subdomains under the activate.com.lk domain, such as:
acc.activate.com.lk
bcc.activate.com.lk
ucc.activate.com.lk
These subdomains are ...
0
votes
0
answers
21
views
Using Flask to run a development server, my pages load but the css doesn't work
I'm making a web app (in development still) so I'm using Flask to create a server and it's been working, but for some reason the CSS stopped working, my file is the same but the server is receiving ...
0
votes
0
answers
34
views
Custom Nginx Access Logs don't contain correct $remote_addr
so I've modified my nginx.conf file to use custom logging:
##
# Logging Settings
##
# Define a custom log format with request protocol and without the $request part
log_format ...
0
votes
0
answers
7
views
how do i integrate apache web server in xampp on my new macOS system ? can anyone guide me with a proper steps
I got no results shown for localhost webserver on xampp after installing the application, tried many times to restart the server again and again but still, even after following steps to create a ...
0
votes
0
answers
11
views
How to clean up redundant headers in cache files when Nginx turns on reverse cache
How to clean up redundant headers in cache files when Nginx turns on reverse cache.
Is it possible to modify the source code? The anti-generation service is a cloudflare.
enter image description here
...
-1
votes
1
answer
26
views
How to host my node server using own pc over public static ip? [closed]
I hava a broadband internet connection with public static ip address which is connected to my wifi router. Multiple devices, specially my pc is connected to that wifi router. Now I want to run a node ...
0
votes
0
answers
25
views
Apache2 WebServer Configuration : No 'Access-Control-Allow-Origin' header is present on the requested resource
I managed to deploy a map server:
I want to set the Access-Control-Allow-Origin settings in a way that it allows only specific IP Addresses to visualize the map
<VirtualHost *:80>
ServerName ...
0
votes
1
answer
41
views
Uploaded media doesn't server in production mode without restarting django
I need to serve media in Django in production mode and it is very little need to serve telegram user photos in Django admin. so I know everything about Django it's not for serving files or media so ...
0
votes
1
answer
29
views
Configure Helidon with SSL in http4k
I am trying to configure Helidon Webserver with mutual SSL in http4k.
The following is my configuration
class HelidonSsl(val port: Int = 8305) : ServerConfig {
override val stopMode = ServerConfig....
1
vote
1
answer
28
views
ESP32-cam and TB6612 motor driver : how to slow down motor speed?
I'm building a small robot with the following components:
2 x 3.7V Lipo batteries (series) -> 7.4V
TB6612 motor driver
2x 6V DC motors
ESP32-CAM with antenna as microcontroller (AI Thinker)
I'd ...
1
vote
1
answer
43
views
Error: Class "PHPMailer\PHPMailer\Exception" not found
I have a (maybe dumb) question. Since I am a newbie and tried several solutions already I am now here to ask for your help regarding a script.
I am using this script to generate LetsEncrypt ...
0
votes
0
answers
41
views
Apache2 - protect only directory but not subdirectory
I'm trying to host a webserver with Apache2 on Debian 12.
I want to limit access to webserver/dir1 with a password promt. This already works.
My issue is, that webserver/dir1/subdir1 has to be ...
0
votes
2
answers
52
views
why can't I open my http webapp in the browser with nginx?
Only localhost can access server_ip:port_no, but other devices can't. It always show not secure with blank page and static files I place in nginx are not showing either. When I inspecting the browser, ...
0
votes
0
answers
176
views
Microsoft.AspNetCore.Server.Kestrel.Core vulnerability issue - fix
what is the latest version of "Microsoft.AspNetCore.Server.Kestrel.Core" in the series of 6 like Version="6. * . *" In nuget gallery it is not available any thing later than v2.2.0
...
0
votes
0
answers
17
views
PyQT5 WebEngineView no import of js files. Live Server with the same files works
The WebEngineView of pyQT5 does not import needed js modules. Here is a minimal example that runs normally in the Live Server of Visual Studio Code:
cube.html (works with Live Server, Demo from three....
1
vote
1
answer
59
views
How to Include EJS Template Files in a Node.js Executable
I'm developing a Node.js web application using Express and EJS as the view engine. My goal is to create a single executable file that I can run on my webserver without needing to copy any additional ...
1
vote
0
answers
21
views
How can I send a string from a Python script to a webserver?
I need a python script to send a string to a webserver if a condition is true. To check the condition, I have an if loop. However, I'm not sure what commands to use to send the string to the webserver....
0
votes
1
answer
33
views
Problem with apache passthrough (trying to "redirect" without redirecting)
I'm using an Apache server.
I want to show the content of site.com/site/{URI} when site.com/{URI} is accessed, but I don't want any redirects. also I don't have access to config files, only to ....
0
votes
0
answers
12
views
TinyMCE - How to insert an image that is already on the server?
I am using the free version of TinyMCE.
I can insert and upload images. This works fine.
But if I want to use an image that is already on the server, I do not want to upload it again.
I would like to ...
0
votes
0
answers
40
views
Struggle getting Google Calendar events using oauth on my webserver
I am not struggling with code or syntax. I think I simply don't understand how to get my calendar events using oauth. All is coded in PHP8.0.
What I want:
I have a client-PC that displays my google ...
0
votes
0
answers
26
views
Issue blacklisting folders in site's root directory using .htaccess
Context
I have several websites on my server, all of which are addon domains, and each website corresponds to an individual folder inside of the public_html folder. Let's say I have two websites:
...
0
votes
0
answers
17
views
Serving both php file and proxy pass to another app for iframe purposes
So, this has been plaguing me for a couple of weeks, and I am quite new at Nginx. So basically, I have an app made by using code igniter 3, served in /var/www/my-apps. My application has an OpenSearch ...
0
votes
0
answers
44
views
proxy:error [pid 8118] (32)Broken pipe: [client *.*.*.230:50314] AH01084: pass request body failed to [::1]:5100 (localhost) - Nodejs API
I have created an API in nodejs (nestjs framework). Now client API call reaches load balancer then LB distributes the traffic to 2 machines on which nodejs API runs but request first comes to apache ...
0
votes
0
answers
50
views
ESPAsyncWebServer.h compile error on ESP32 device
i have issue when using ESPAsyncWebServer.h library on ESP32 device. I'm using example program for simple server, when i compile it, the program error show that way
I tried to make multiple web server ...
0
votes
0
answers
72
views
Websocket Protocol Error (Opcode 7) when trying to connect to local Rust Game Server
I'm encountering an issue while trying to connect to a Rust game server running on an Apache web server. Here's some context:
I'm running a standard configuration of Apache with the game server
using ...
0
votes
0
answers
24
views
Web server performance with multiple users
I have a webpage that takes 1 second to load and I’m the only user using the web server. If the CPU usage climbs up to 50%. Will that webpage take a 1 second a half to load now?
0
votes
0
answers
26
views
I have a simple web server on an ESP8266. At first, it runs fine, but after a while with no requests it goes down. Pinging the IP address times out
I am a beginner, but I coded a simple web server on an ESP8266.
Part of my code follows:
# Accept an incoming connection request
print("\nWaiting for a request\n")
conn, addr = s....
0
votes
1
answer
39
views
how can i handle keep-alive event with epoll?
I'm writing a simple webserver in cpp 98 when i receive a keep-alive request i didn't close the socket and recycle it (as you can see in the if statement reported here). The event is already set to ...
0
votes
0
answers
36
views
I can't get the program to see my override buttons
I want to be able to press the buttons on the web app to change the lights, but I also want to be able to override the web app with physical buttons to change the LEDs like the web app can. This is a ...
0
votes
1
answer
29
views
cron job to trigger something on a remote webserver
I have a webserver with ssh access and the possibility to enter a cron job there.
I have another second webserver, where I just can create web pages to do some work (via php) when they are called from ...
0
votes
0
answers
71
views
Openssl Provider integrate with NGINX
I have written AES provider for encryption/decryption. This provider is in the form of a .so library stored in the /usr/lib/ossl-modules path.
I want to do a session handshake encrypted using this AES ...
0
votes
0
answers
17
views
Nginx Redirects All domains
proxy_cache_path /tmp/pleroma-media-cache levels=1:2 keys_zone=pleroma_media_cache:10m max_size=10g
inactive=720m use_temp_path=off;
upstream phoenix {
server 127.0.0.1:4000 ...
0
votes
1
answer
45
views
Cannot copy to clipboard on live server, only on local server
I have a jQuery code that works only on my local USBWebserver V8 test server (PHP 5.4.17), but once the site is uploaded to internet and live (PHP 5.6), it does not work anymore.
My code should just ...
0
votes
0
answers
44
views
Apache custom ErrorDocument throwing phantom error when Redirect 200 is active
I've been struggling with this issue for the past three days and don't seem to be getting any closer to the solution.
Scenario:
Apache 2.4.58 (official Debian-based docker container)
What I want to do:...
1
vote
1
answer
191
views
How to store secret keys in VueJs
I'm about to deploy my personal blog, which is built in VueJS and will be hosted and delivered by a web-server written in Go. The posts of the blog are stored and managed by a CMS (ButterCMS) and I ...
0
votes
1
answer
29
views
Return output of subprocess.popen() in webserver
I have a Webserver in Python using Django. I want to be able to kick of a long-running asynchronous subprocess and then have the client poll with a GET or POST and receive stdout as well as other ...
0
votes
2
answers
48
views
Unable to deploy Node.js app on A2Hosting - ENOENT: no such file or directory
Unable to deploy my node app on A2Hosting, getting below error:
Error: ENOENT: no such file or directory, stat '/home/eduonli1/portfolio_app/public/index.html'
Node deployment page:
Run NPM Install ...
0
votes
0
answers
54
views
Squid proxy - make - getting errors
i am trying to install Squid proxy version 6.9 on Centos 9.
Centos 9 is installed as minimal version (including Development Tools package).
Commands that i run after installing:
sudo dnf update -y
...
0
votes
0
answers
29
views
MS Teams task/modules unable to render frontend service screen
We have created MS teams bot application which contains some UI portion to interact with users, our frontend service is deployed on https://example.com domain which is developed using React JS, and we ...
1
vote
0
answers
58
views
Flutter app - can't run local web app (with local web server) on local ip
i have some flutter app. i can run (on MacOs) it web server with fvm flutter run -t lib/main_develop_web.dart -d web-server --web-hostname 127.0.0.1 --web-port 64000. And in Safari i can run it at ...