Apache2 access.log has multiple lines that say "combine"
Noah Broyles asked: I’m running an Apache2 webserver on Ubuntu 20.04.2 LTS. I noticed that my access.log has several lines that simply say combine on them, with no information about …
Freedom through Communications
Browsing Tag
Noah Broyles asked: I’m running an Apache2 webserver on Ubuntu 20.04.2 LTS. I noticed that my access.log has several lines that simply say combine on them, with no information about …
Murat Demir asked: I am really new to server development. I have a server (Server version: Apache/2.4.41 (Ubuntu)) for Django and it’s running on apache2. I want to use Memcache …
Cerin asked: What would cause a Gunicorn server running a Flask app to report a "sslv3 alert certificate unknown" error in the browser, when an Apache server running a WSGI …
unloco asked: I would like to spawn two php-fpm processes (one with xdebug and one without) to make pages load faster I intend to switch between php-fpm sockets based on …
John asked: I am tring to migrate a legacy website from Apache to Nginx, but I can’t rewrite the htaccess file to nginx config. Current htaccess: <IfModule mod_rewrite.c> RewriteEngine on …
willowen100 asked: I have finally got WordPress setup and working on my VPS using WP-CLI. It wasn’t until I wanted to change my Administration Email Address found under Settings > …
Phil15 asked: [12/Sep/2020:05:50:56 +0000] "GET http://example.com/ HTTP/1.1" 200 3421 "-" "Go-http-client/1.1" My apache access logs registered this line on the server. It looks like some kind of proxy pen-test or …
NimChimpsky asked: [[email protected] myDir]# wget http://127.0.0.1 –2020-08-17 10:45:45– http://127.0.0.1/ Connecting to 172.31.2.21:8080… connected. Proxy request sent, awaiting response… 200 OK Why is my request being forwarded to port 8080, and …
mheavers asked: I have various subdomains set up successfully as virtual hosts on my Digital Ocean Droplet. For some reason though, my latest subdomain is serving a different subdomain, and …
Colum31 asked: I am running an apache webserver and trying to learn how to manage it. I tried my best to make it secure, and have taken several precautions like …