Questions tagged [apache-httpd]
For questions pertaining to the Apache web server.
169 questions
-1
votes
0
answers
24
views
How to install the Apache2 package on a Raspberry Pi Stretch?
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 ...
0
votes
1
answer
129
views
LAMP stack on a Model 1 B+ Pi
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)&...
0
votes
0
answers
290
views
Cannot access Pi through web browser after certain uptime
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 ...
0
votes
2
answers
149
views
Apache2.4 reports file not found even with chgrp & chown www-data and updated alias.conf and 000-default.conf
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 ...
0
votes
0
answers
126
views
How to setup GPIO on a Flask production server?
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 ...
0
votes
0
answers
26
views
Blog posts not saving
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 ...
-2
votes
2
answers
64
views
How do I remove the /movies showing all files/folders within the directory?
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 ...
1
vote
1
answer
1k
views
pi-hole: DataTables warning: table id=groupsTable - Invalid JSON response. ... see http://datatables.net/tn/1
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 ...
0
votes
2
answers
2k
views
Change hostname only for apache2?
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 ...
0
votes
1
answer
1k
views
Apache HTTP server failed to start - how to stop other servers from listening on ports?
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 ...
2
votes
1
answer
1k
views
Apache2 how to access .html file outside website root
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/...
0
votes
2
answers
298
views
My page doesn't record Data with Mysql and apache
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 ...
1
vote
1
answer
2k
views
captive portal with apache on a raspberry pi
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'...
1
vote
1
answer
3k
views
Cant access my raspi web-server from outside my local network
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 ...
0
votes
1
answer
301
views
Raspberri Pi (Raspian) running Apache 2, PhP(7) HTML CSS not running PHP
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 ...
0
votes
0
answers
40
views
My LAMP server does not work after moving to a new house
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 ...
0
votes
0
answers
2k
views
php file not executing python script when called through browser
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() ...
1
vote
0
answers
80
views
Raspberry Pi3 not receiving HTTP request from Arduino
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 ...
4
votes
1
answer
405
views
Why does my apache take several minutes to spawn workers?
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:
...
1
vote
1
answer
2k
views
Using my Apache2 www folder on a USB drive: PERMISSION DENIED
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 ...
0
votes
0
answers
95
views
Mac shared web folder permission on RaspberryPi
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/...
1
vote
3
answers
179
views
Bash script help on RPi
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
# --------------------------------------------------...
1
vote
0
answers
181
views
Securing Raspberry Pi 3B+ Web Server with NAS [closed]
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 ...
1
vote
0
answers
90
views
RPi AP works on laptop, not android
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 ...
1
vote
1
answer
681
views
Uninstalled Lighttpd, installed apache and PHP. PHP not executing
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 & ...