Skip to main content

Questions tagged [webserver]

A software application that services requests from clients using the Hypertext Transfer Protocol.

webserver
1 vote
0 answers
8 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 ...
JoQuery's user avatar
  • 91
1 vote
1 answer
29 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 ...
Nowei's user avatar
  • 11
0 votes
0 answers
28 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 ...
T0xxic's user avatar
  • 21
0 votes
1 answer
28 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, ...
CChickii's user avatar
0 votes
0 answers
37 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 ...
pingpong2020's user avatar
0 votes
0 answers
9 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....
Roman's user avatar
  • 1
-1 votes
0 answers
38 views

next.js app works fine in local but returns HTTP ERROR 500 server on production [closed]

i have deployed my nextjs on server and it give my this error when i go to the website : HTTP ERROR 500 and i create server.js and webconfig why this error happened and how to handle it ? this is ...
gemma's user avatar
  • 77
-2 votes
0 answers
40 views

how to resolve url not found error on apache

this is my code. I try to resolve this issue but not able to do so First one is database connection code ; which i connected with my file home.php <?php $db_host="localhost"; $db_user=&...
Khushal Sehrawat's user avatar
1 vote
1 answer
41 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 ...
green1111's user avatar
  • 221
1 vote
0 answers
20 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....
elvishpotato's user avatar
0 votes
1 answer
21 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 ....
Mayedl10's user avatar
0 votes
0 answers
8 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 ...
Martin van Toll's user avatar
0 votes
0 answers
36 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 ...
user2110946's user avatar
0 votes
0 answers
22 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: ...
Carson D's user avatar
0 votes
0 answers
8 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 ...
KXN's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
550