Skip to main content

Questions tagged [webserver]

A web server is a program that responds to network requests over the HTTP or HTTPS protocol.

3 votes
1 answer
80 views

I am running Nextcloud on Debian 11. Recently, I tried upgrading using php-updater, and afterwards MariaDB stopped working properly. System details: Debian 11 MariaDB 11.3.2 Apache with mpm_prefork (...
Stefan Bollmann's user avatar
-1 votes
1 answer
112 views

Let's say I use Apache, and that I am in /var/www/html/. I do: mkfifo test.tar tar cvf - ~/test/* > test.tar & In a browser, when trying to download http://localhost/test.tar I get: ...
Basj's user avatar
  • 2,649
0 votes
0 answers
68 views

I installed caddy with "sudo apt install caddy" and have everything setup and working, but I also want to run caddy automatically from boot. When I use sudo systemctl enable caddy and ...
MR_MEME53's user avatar
0 votes
2 answers
376 views

I have Lighttpd web server on my Ubuntu server. It works as expected. But now I want that it shows files in folders. I follow the instructions, but it doesn't work. This is lighttpd.conf file: server....
JanezKranjski's user avatar
2 votes
2 answers
439 views

I have a website using the Python http.server module and it was working great. Earlier this day I wanted 2 users to work on the same files (HTML, CSS, JS) so I set the chmod tag to 777. The problem is ...
TheFrenchTechMan's user avatar
0 votes
1 answer
117 views

I have looked at various resolve.conf questions on here and other documentation but they're talking about DNS as an external thing, which doesn't help me distinguish in this case. I have a server. ...
Mm-Art-In's user avatar
  • 143
1 vote
1 answer
93 views

I'm trying to configure Focalboard to run in a specific subdirectory using Nginx. I followed the steps from the official Focalboard documentation and was able to set it up normally. However, after ...
siqueir4's user avatar
0 votes
0 answers
74 views

I have a VPS instance running FreeBSD. I started a simple web server on port 80. When I am ssh'd into the server, I can reach the server: $ curl <server-ip-address> hello However, when I try to ...
Jomy's user avatar
  • 121
0 votes
1 answer
196 views

I have an ASP.NET app hosted in a Docker container, with a NGINX reverse proxy, hosted on a VPS. When running in production, the x-forwarded-proto header isn't being passed. From what I understand, ...
Etienne Charland's user avatar
0 votes
1 answer
65 views

I operate a small web hosting company that sells shared hosting and virtual private servers to customers. We are currently utilising WHMCS to automate our processes and all products we offer are ...
the1's user avatar
  • 1
1 vote
1 answer
848 views

I have a server box I use to host various web applications and game servers for friends. I recently connected to it to check how it was running, and discovered a program "Opera" trying to ...
Isaakfire's user avatar
0 votes
1 answer
827 views

I posted here earlier today regarding my certificate issue. This is the last one I have. I have setup a new self-signed certificate chain with setup below by following this guide https://dev.to/berk/...
arizona525's user avatar
3 votes
5 answers
212 views

I have an Raspbery pie installed with ubuntu server, running Prefect. When I use my personal pc, I can get Prefect to run and start up an UI server: >>> prefect server start Check out the ...
nammerkage's user avatar
0 votes
1 answer
150 views

For How to go about moving my webserver data onto a (tmpfs) RAM disk? (experiment), I formulated some ideas, notes, and stuff around. Need to hear if my whole idea is sound and solid, and that such ...
Vlastimil Burián's user avatar
0 votes
0 answers
77 views

I am working on an embedded Linux system (kernel-5.10). I setup a thttpd web server in my system, and want to test it with curl utility. The /etc/thttpd.conf is as follows, dir=/var/www/data cgipat=**....
wangt13's user avatar
  • 651

15 30 50 per page
1
2 3 4 5
41