Questions tagged [web-server]
These questions relate to using the Pi as a web server, including installation and configuration.
352 questions
0
votes
0
answers
54
views
Help with getting certbot to run on pi
I'm trying to get certbot to run on pi, so I can host my pages as https instead of http, but I'm running into no end of troubles. I'm wondering if anyone can guide me as to what I am missing at this ...
0
votes
1
answer
170
views
Servers on Raspberry Pi 5 not reachable from LAN computers/devices
I have a Raspberry Pi 5 fully updated and with the following OS:
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
The ...
-1
votes
1
answer
125
views
Build file sharing server with Raspberry Pi Pico + HDD to load files via ethernet cable
I'm in need of creating a server for hosting PlayStation 2 games. I've heard the Pico is able to achieve 10Mbps of transfer speed, and since I need 8Mbps, 10Mbps is more than enough. So my first ...
2
votes
1
answer
190
views
What to set PICOHTTPS_CA_ROOT_CERT in picohttps example in RPi Pico C - SDK
I'm trying to make a request to an ip using RPi pico w, using the picohttps example provided in here.
Now for that we have 3 needed parameters in picohttps.h file - SSID, SSID_Password, ...
1
vote
1
answer
885
views
Simple http server in c++
I am writing a multiplatform program in c++ that should run on AMD and Raspberry Pi 4.
On AMD I installed cpp-httplib-dev like this: sudo apt-get install libcpp-httplib-dev
and then the code like ...
0
votes
0
answers
367
views
Pi5 Bookworm - Caddy resulting in 403 Forbidden
trying to run BirdNET-pi (https://github.com/mcguirepr89/BirdNET-Pi) on my new Pi5.
This is a sound analyzing program which is accessible via webinterface.
This is working on my Pi4 (Bullseye Lite), ...
-2
votes
2
answers
192
views
How to create a HTML Server that multiple mobile phones can connect to directly on a Raspberry Pi Pico W?
Raspberry Pi Pico W can act as a webserver but it needs to first connect to a wifi router. How to make it so that multiple mobile phones can connect to it directly without the need for a router and ...
0
votes
0
answers
202
views
web page show GPIO pin status (on or off) automatically
How do I read a raspberry pi GPIO pin value and say show a red or green button on a web page reflecting the pin's current status, and have this automatically update when the GPIO pin's state changes?
0
votes
0
answers
52
views
How to run 2 python scripts parallely based on priority?
I am trying to run script1 which detects an object and actuates an output and another script (script2) for establishing connection using http to actuate the same output through web.
I want to run both ...
2
votes
0
answers
756
views
Responsive web interface for Pico W
I'm working on a project where I need to control a device remotely using a web page (on a phone) as a remote control - think of it as steering controls for a remote control car. This device also has ...
2
votes
1
answer
788
views
Apache2 with flutter web app in localhost
I've got a Pi 4 with Raspbian 10 and apache2 2.4.38, with default option.
I can put a "hello world" index.html in /var/www/html/ and access it in Chromium (http://localhost), or from another ...
1
vote
0
answers
1k
views
nginx refuses connection to localhost:80 [closed]
I'm setting up nginx on a Raspberry Pi 4 under Raspbian 11 (Bullseye) but it's refusing connections on http://localhost:80/
This site can't be reached
127.0.0.1 refused to connect
However, it looks ...
0
votes
1
answer
181
views
Can I turn a Raspberry Pi server on and off safely? [duplicate]
I want to host my own onion website on my raspberry pi. I managed to get it setup and it worked perfectly. However, I do not want to keep my Pi running all the time. I would like to turn it off ...
1
vote
0
answers
76
views
Stream video from one Pi to a web server on a different Pi, then process video (for motion detection)
I would like to stream video from one of my Pi's (192.168.1.3) to a web server that is hosted on a different Pi (192.168.1.4). It's supposed to kind of replicate a cloud video surveillance system. At ...
0
votes
1
answer
54
views
Can i host and stream a website off one raspberry pi?
I am looking to create an active score board for my sports club clubhouse where captains upload the scores,potentially via an app, and it appears on a monitor at the clubhouse.
My question is... would ...