webserver

  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. deminart

    nginx error

    Good day everyone! Colleagues, please tell me where to dig? A lot of messages began to appear in the nginx access.log: 192.168.0.1 - - [03/Jul/2023:00:00:06 +0400] "OPTIONS / HTTP/1.0" 301 162 "-" "-" I see similar messages in the php-fpm.log logs. 127.0.0.1 - 02/Jul/2023:00:00:27 +0400 "GET...
  3. M

    ngrok random url problem

    guys ngrok creates url on my ip , how prevent it? i want random url for hosting and not same my ip address
  4. 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.
  5. X

    What you need to do when you move a website?

    Hello, I need to move a web server from one machine to another (Linux servers) and I don't have too much experience in this area. The problem I'm facing is that I have a server that I don't know too much about it (how it was configured) and I need to get the web site, with the php and sql db...
  6. R

    LetsEncrypt: Free Valid SSL certificates for everyone!

    I recently read an article in the Fedora Magazine about LetsEncrypt entering Beta Testing. It seems awesome. https://fedoramagazine.org/letsencrypt-enters-public-beta/ https://fedoramagazine.org/letsencrypt-now-available-fedora/ I'm going to try it soon.
Top