apache2

  1. H

    Apache2 proxy if url is 1:1 correct

    Hello, this is my current Apache2 VHost: <VirtualHost *:80> ServerName url.tld DocumentRoot /var/www/html <Location "/pihole/api.php"> <If "%{REQUEST_URI} =~ m#/pihole/api.php# && %{QUERY_STRING} =~ m#&auth=code#"> Require all granted SetEnv CORS_HOSTS request-url.tld...
  2. H

    Apache2 proxy if url is 1:1 correct

    Hello, this is my first post here :) This is my current Apache2 VHost: <VirtualHost *:80> ServerName url.tld DocumentRoot /var/www/html <Location "/pihole/api.php"> <If "%{REQUEST_URI} =~ m#/pihole/api.php# && %{QUERY_STRING} =~ m#&auth=code#"> Require all granted SetEnv...
  3. M

    [local LAN multisite orchestrator or router] apache or nginx all under Docker

    Good morning, I am very happy to be able to join this forum as a newbie on linux. I undertook to dockerize many ubuntu server 20.04 and 22.04 VMs in order to gain resources and ease. Currently I have dockerized (docker release 24.0.2): Apache Guacamole, Noip (DDNS), Nextcloud, AdGuardHome...
  4. Adithyansm

    [SOLVED] Failed to start The Apache HTTP Server

    HELLO guy's:) I am unable to start apache2 server in my zorin os lite machine systemctl status apache2.service ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Thu...
  5. O

    Filesystem mounted by apache invisible to others

    For a Raspberry Pi application (https://github.com/outdoorbits/little-backup-box) I work on a web UI. This allows to mount USB-devices and perform backups. By the php-website a bash-script is triggered and this executes finally: sudo mount /dev/sda1 /media/storage/ -o umask=0 User www-data is...
  6. OskOskOsk

    My website cant be reached from outside network.

    Hello, I host my website on Ubuntu Server using Apache 2. I can only reach my website using LAN network trought my prvate ip. My friends can access my Minecraft server on port :25565 but cant access website on port :80. I tried to turn off Linux firewall but it dont fix problem.
  7. V

    cat filename.txt results in error

    Trying to share a file in Apache fails (saved to //var/www/html/somefile.txt I can't use the command 'cat somefile.txt', it just doesn't work in any directory and throws a cat: no such file or directory error I can touch the file, but then I can't modify it even as root because it throws an...
  8. J

    Https not redirecting on apache 2 virtual hosts (SSL by certbot)

    Hello everyone, I have my pi running debian buster. I set up a cloud with the subdomain cloud.example.com and a website as example.com. I installed SSL using certbot. It seems all to be working except that if I type http://www.example.com it doesn't rewrite to https://www.example.com. All other...
  9. Skaytacium

    How Can I Make My Kali Linux Apache2 Server Accessible to People Not Connected to My Network?

    I use Kali Linux 2020 with Xfce4 and VirtualBox. I created a payload was looking up delivery methods and thought that HTTP would probably be the best. I used the service apache2 start command and the server worked fine on the OS itself. On my external Windows OS, it didn't work. Then I changed...
  10. Cera

    Website Server from Home

    I would like to start by saying: I'm really new to Linux (I actually have a thread on Getting Started too) and server management and mostly have been stumbling around trying to set this up based off of various step-by-step guides. I may use terms incorrectly in several areas so if I say...
Top