Skip to main content

Questions tagged [apache-httpd]

For questions pertaining to the Apache web server.

Filter by
Sorted by
Tagged with
0 votes
0 answers
60 views

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 ...
user11809993's user avatar
0 votes
1 answer
136 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
1 answer
177 views

When trying to unistall apache2 there is a problem it happen. I try to unistall the apache2 files from raspberry pi 4 but when i try this command $ sudo apt-get purge apache2 after it finished it ...
Hade Hi's user avatar
0 votes
0 answers
295 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
2 votes
1 answer
795 views

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 ...
Katu's user avatar
  • 129
0 votes
2 answers
158 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
1 vote
2 answers
283 views

In order to clarify my question - cat /proc/device-tree/model: Raspberry Pi 3 Model B Rev 1.2 cat /etc/os-release: PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" NAME="Raspbian GNU/...
Sanders's user avatar
  • 113
0 votes
0 answers
133 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
1 vote
2 answers
1k views

This is my first time playing with the DNS and the internet. I want to make my RasPi publicly accessible. I followed the below steps: Set up the apache2 server, and access it locally from home ...
DaSnipeKid's user avatar
0 votes
0 answers
31 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
0 votes
2 answers
386 views

I am trying to set up a apache james mail server on my raspberry pi 4 https://james.apache.org/server/quick-start.html but i get this error when i run the ./james schmax@ubuntu:~/james/james-server-...
Maximilian Stark's user avatar
-2 votes
2 answers
75 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
2k views

I have a Python3 script (readtemp.py) to read temperature and humidity of a DHT22. I'm using adafruit_dht module. it executes perfectly from terminal command line with: python3 readtemp.py or ...
SailorBoy'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 trying to serve a website running Apache2 alongside PHP on my Raspberry Pi 1.3. I have already installed Apache with sudo apt install apache2 -y followed by sudo apt install php libapache2-mod-php ...
initravn'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
-1 votes
2 answers
494 views

I recently installed apache2 on my raspberry pi 4B. I can reach it from the local IP (192.168.1.85). FYI I used this tutorial. Anyway anywhere 'example.com' showed up I entered an UNUSED domain name, ...
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
-1 votes
2 answers
1k views

What would be the best way to set up a Raspberry Pi as a webserver, but with the hosted files on an external hard drive? I have a Raspberry Pi 3 Model B+ which I would like to use as a web server. The ...
Michael'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
7 votes
1 answer
17k views

I'm trying to install MySQL; my command is: sudo apt-get install mysql-server php-mysql -y and what I'm getting is an error stating E: Package 'mysql-server' has no installation candidate
Demetrius McCallister's user avatar
0 votes
2 answers
311 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
0 answers
1k views

I setup my Raspberry Pi 1 with Raspbian to create a simple server. I can access the server from the localhost from within the Raspberry Pi only, but not using its IP either from the Raspberry Pi ...
Gabriel Diego'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
5 votes
2 answers
2k views

I've been trying to use a site on my local network to activate the GPIO pins on my Raspberry Pi 4. I installed apache and wrote a quick PHP script which executes a python file in /var/www/html.I have ...
Alexanderbira'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
1 vote
1 answer
740 views

I am running Apache on my Pi. It's only accessable from my local network. Now I want to install OpenVPN on the same Pi. Is Apache accessable from outside, when I enter the static ip in my browser (...
Jakob's user avatar
  • 180
0 votes
1 answer
309 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
3k views

I have a Raspberry pi 3 B. I currently have apache2 installed in /usr/sbin/apache2. I cannot remember if I installed this myself - I don't remember doing so - but perhaps I did, since it is located in ...
mf94's user avatar
  • 113
0 votes
0 answers
45 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
110 views

I'm hosting a site made with codeigniter in a raspberry 3 with Apache which is basically a form and the pictures aren't showing. I see the files are with user and group www-data and I'm trying to ...
Asdrubal's user avatar
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 votes
1 answer
916 views

I'm using AT commands to send data over http, but the problem is that sometimes the program has an error and wont run again until I reboot and the GSM. Im using a crontab and also running the file as ...
00BEAR's user avatar
  • 11
1 vote
0 answers
86 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
0 votes
1 answer
355 views

I am going to have a raspberry pi 3b+ hosting 2 web applications: Pi-hole (that's a link) and MotionEye (another link) I want to host both of the web interfaces on port 80 without using two ...
pcs3rd's user avatar
  • 25
4 votes
1 answer
416 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
0 answers
115 views

On Pi3 with Stretch, apache is calling an wsgi script that should access a file on an external drive. Here's the apache error log: mod_wsgi (pid=7963): Failed to exec Python script file '/usr/share/...
Julien's user avatar
  • 131
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
2 votes
2 answers
3k views

I installed php services and Apache2 on my raspberry pi without errors. But, when I opened a browser and entered my page URL, it wrote <?php echo "Hello";?> instead of Hello. I have tried ...
ScreaMyCZE's user avatar
0 votes
0 answers
105 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
2 votes
1 answer
582 views

I have a headless Pi running Raspbian with no other peripherals than an ethernet cable attached. It hosts a simple webpage using Apache with some simple PHP that interfaces with MariaDB. I connect ...
RvdV's user avatar
  • 123
1 vote
3 answers
191 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 votes
3 answers
5k views

I have a Raspberry Pi 3 web server connected to a Wi-Fi network and Windows 10 PC connected to that same network. From the PC, I cannot connect to the pi server or use SSH, however, if I connect the ...
programmer's user avatar
1 vote
0 answers
184 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
0 votes
3 answers
916 views

I have an apache web server installed in my Raspberry Pi. I created an index.php file on the /var/www/html folder. Whenever I access my Pi's IP address on a web browser to control the lights, none of ...
User1111101's user avatar
1 vote
0 answers
95 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
2 votes
1 answer
285 views

I have a product on a Raspberry Pi, using Raspbian where people connect to their Pi using WiFi served from the Pi, and then access the software via the web browser on their device (smartphone, tablet, ...
Kennedy Baird's user avatar
1 vote
1 answer
688 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
1 vote
0 answers
120 views

I have added a virtual interface uap0 using the command iw dev wlan0 interface add uap0 type __ap on my raspberry pi running Raspbian Lite distro. The idea is that any user with the correct WiFi AP ...
moosambi2020's user avatar
0 votes
0 answers
1k views

I am attempting setting up my raspberry pi to be a web server. I have just installed the program today, so it is on latest configuration. I have gone with apache2. I have read that if entering my ...
Caleb Evans's user avatar