Questions tagged [apache-httpd]

For questions pertaining to the Apache web server.

The Apache HTTP server is a popular web server developed and maintained by an open community and available for different operation systems.

170 questions
3
votes
4 answers

I can start a html file but not with Apache

I asked this before. The question was marked Duplicate. Unfortunately a newbie like me did not know it was a duplicate. The ‘answers’ I did not understand. I am sorry to ask dumb questions. I deleted the question and ask again. More simple and…
Neef Eef
  • 39
  • 3
1
vote
0 answers

Unable to access apache2 web server on uap0 virtual interface from external client

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 credentials must be able to connect to the AP and …
moosambi2020
  • 121
  • 4
1
vote
1 answer

Access to webpage from other computer giving error

I installed apache2 following some tutorial, but I got stuck and am not sure if the server has been installed correctly. I want to access my shell outside the network. I think I port forwarded and here is the website to access the shell. I am not…
Enthusiast
  • 31
  • 6
1
vote
0 answers

Why does my Raspberry Pi keep deleting the /var/www folder?

I'm running a web server that uses PHP5 and SQlite for database queries. I have my crontab set to reboot the machine at midnight each day. Every few days, all of my files in the /var/www folder are gone along with the folder itself. Apache2 gives…
Elliot A.
  • 131
  • 5
1
vote
1 answer

Apache to serve local address from another RPi

Is it possible for a RPi server to serve from another RPi on the same network? I have 2 RPi's on my home network, both running apache servers - Raspberry A is linked to a web domain i.e. mydomain.net, and the router redirects incoming http/https…
geotheory
  • 575
  • 3
  • 10
  • 19
1
vote
0 answers

Changing the user and directory in Apache

So, I'm trying to change the default user and default doc directory in apache on my PI. I've successfully changed the user and group in the /etc/apche2/envvars file, and with that change everything seems to still be fine. The user is a member of the…
chadianscot
  • 383
  • 1
  • 2
  • 9
0
votes
1 answer

Raspberry pi Apache2 domain hosting

Ok so i was following this tutorial: https://www.youtube.com/watch?v=vzojwG7OB7c And it seems like I've done everything. Now I just tried to connect to the website (www.patrick-gruszka.com) on my LTE connection to check if it is working, but it just…
0
votes
1 answer

How to install proxy_fcgi module for Apache?

I am trying to install Seafile on my Raspberry Pi, following the documentation, and an running into a problem with the proxy_fcgi module. Where can I find the proxy_fcgi module? It is not in the /usr/lib/apache2/modules/ folder along with the other…
bbb
  • 99
  • 3
0
votes
2 answers

second virtualhost causes apache2 failure

This on a Raspberry Pi 2. When I add a second virtual host to the 000-default.conf file, and restart apache2, it gives me this error: [....] Restarting apache2 (via systemctl): apache2.serviceJob for apache2.service failed. See 'systemctl status…
user3273814
  • 182
  • 9
0
votes
1 answer

Raspberry Pi Apache Server and Force HTTP

I want to accept connections on my Raspberry Pi Apache server. I've found that it works great with "http://raspberrypi.local" but when I type in "https://raspberrypi.local" it fails (not available message). If I wanted to force HTTP (from HTTPS…
0
votes
2 answers

Apache2 apparently not working

First off, I am on Raspberry Pi B+, and I have just changed its IP address to static. Since I just changed the IP address to static, I go to my browser and type my Raspberry Pi's IP address, which I know for a fact, which I'll just say is…
Darkfyi
  • 3
  • 3
-2
votes
1 answer

Html file explorer for Raspberry

I need ur help I have a apache2 server running on a raspberry pi 3 b+, and i want to explore de files of the folder that apache is pointed to (/var/www), I have searched on the internet and i find a few of them (…