Skip to main content

Questions tagged [apache-httpd]

For questions pertaining to the Apache web server.

Filter by
Sorted by
Tagged with
-1 votes
0 answers
24 views

I wanted to run WEBDAV on my Paspberry Pi 3, which requires Apache. I ran: sudo apt update and then: sudo apt search apache2, but I got the message: `Package apache2 is not available, but is referred ...
Виктор Димитренко's user avatar
0 votes
1 answer
129 views

I have just dusted down my Model 1 B+ RPi and installed the latest Raspbian version from the RPi website. I was following the instructions in Eben Upton's "Raspberry Pi User Guide (3rd edition)&...
PetGriffin's user avatar
0 votes
0 answers
290 views

I have set up my Pi 3+ with an apache2 server, which works in my browser with both the IP and its hostname raspberrypi.local. I can also access the Pi through SSH. However, after some uptime (maybe a ...
Esben F.'s user avatar
0 votes
2 answers
149 views

I'm running the latest raspbian with latest updates and upgrades, and of course, apache2.4. I'm trying to access files and folders in /var/tmp/ but keep getting AH00128 file not found with error codes ...
NewtownGuy's user avatar
0 votes
0 answers
126 views

I am coding a web application with Flask and I come across with a problem where I cannot setup my gpios on my public production server. It throw an error 500 Internal server error. I've realized ...
Mr. Daniel's user avatar
0 votes
0 answers
26 views

I am running an apache2 web server with my website bullyhomested.com and trying to add blog posts using rapidweaver and alloy3(elixir) but they don't show up. There is an example post that is supposed ...
Derrick's user avatar
-2 votes
2 answers
64 views

I was wondering how would I remove this so people can’t do it with out a password? or just even no one would be able to do it, I’m hosing the website on Apache on my raspberry pi 4 2gb Also how can I ...
The_ SCP_Master's user avatar
1 vote
1 answer
1k views

Hello fellow tinkerers, Struggled some time to get pihole working. In the browser, got constant JSON messages: DataTables warning: table id=groupsTable - Invalid JSON response. For more information ...
TheGlasses's user avatar
0 votes
2 answers
2k views

I'm just running a website on my local network, and I want to change the hostname (because it's run on <HOSTNAME>.local), but I only want to change the hostname for the local domain name, not ...
user avatar
0 votes
1 answer
1k views

While trying to host a website to control GPIO over flask and Apache I am now receiving the error that 'Failed to start The Apache HTTP Server'. Some googling suggested that this might happen if other ...
patriciajlim's user avatar
2 votes
1 answer
1k views

I am trying to create a localhost website that has multiple links to redirect to other .html files on the raspberry pi. These other .html files and websites are located in a folder located at /home/pi/...
user119682's user avatar
0 votes
2 answers
298 views

intaxing.in/register.php or(website probably don't work) test.intaxing.in/register.php You can look here for the actual working page that did not record anything it just asks again & again for ...
  Yantra tantra's user avatar
1 vote
1 answer
2k views

I'm trying to make a captive portal with apache as a server and a raspberry pi on AP mode. I have some trouble trying to make the captive portal splash, I tried all tutorials on the internet and I can'...
Cesar Beltran's user avatar
1 vote
1 answer
3k views

So I've been working on this problem for days now. I have the needed ports forwarded plus more opened just in case, I've tried changing ports.conf to listen to a different port for testing and still ...
Mnai's user avatar
  • 111
0 votes
1 answer
301 views

I am getting very frustrated with trying to track down the source of my problems with the code below. I believe it is something to do with php files not being run. (Note that all files are in the same ...
JerryPlayz101's user avatar
0 votes
0 answers
40 views

I self host two websites on a Apache2 instance that runs on a Raspberry Pi3 (more info on versions and configurations below): Website1 is a a static website that I coded from scratch, while website2 ...
Fede9390's user avatar
  • 111
0 votes
0 answers
2k views

I have an apache2 webserver running on the pi. I have a php file that uses exec() to run a python script. Everything works well from the command line. when loaded through the browser, the exec() ...
Prithivi Maruthachalam's user avatar
1 vote
0 answers
80 views

I have been running an application on an older original Raspberry Pi. The Raspberry Pi was running Incredible PBX and I have some tables set up in the MySQL database to store data received from an ...
britchey's user avatar
4 votes
1 answer
405 views

I'm running Apache 2.4.25 on a Raspberry Pi 3A+ with Raspbian Stretch and every first request after booting takes several minutes. The connection does not break it just loads forever. So far I have: ...
pmallot's user avatar
  • 41
1 vote
1 answer
2k views

My Raspian Apache2 does not seem to like the www folder on a RAspberry-3B USB drive, which I can easily access from my Windows network. It keeps giving me You don't have permission to access / on this ...
aqk's user avatar
  • 179
0 votes
0 answers
95 views

I have my websites folder on Mac where I have created a file sharing with user pi. I have then created a mount to this folder on Raspberry Pi like this in fstab //my-mac.local/Projects /home/pi/...
codelearner's user avatar
1 vote
3 answers
179 views

I have a bash script that runs every hour. Output of this is sent to me via email. This is run through cronjob. #!/bin/bash # Script: temp_email.sh # --------------------------------------------------...
Parth Maniar's user avatar
1 vote
0 answers
181 views

I have been researching about the security threats to a web server. It makes me want to secure my own on my Raspbian OS system. What are the list of things that are recommended or optional to install ...
LtMuffin's user avatar
  • 211
1 vote
0 answers
90 views

I have a Rpi set up to act as an access point, I'm running a basic web server and going to run scripts. I have my laptop connected to the Rpis Wifi, and can access the IP address and run my test ...
Xyver's user avatar
  • 11
1 vote
1 answer
681 views

Title says it all. Lighttpd was automatically installed by RaspAP, a wifi web GUI not being part of Raspbian repository. But I require Apache. Uninstalled Lighttpd, Installed apache with PHP & ...
user1949366's user avatar