Install Nginx on macOS September 13, 2025 | No Comments | information, macos, nginx, web install nginx: Use the brew services command to start Nginx: to see all running services managed by Homebrew: brew services list Open your browser and […]
SSH and HTTPS, used together September 12, 2025 | No Comments | information, linux, macos, remote-access, server, ssh, ssl, web Not only can they be used together, but it is the standard and most secure practice in web development and administration. They are two completely […]
Know if the Apache configuration file is OK or if it has errors September 11, 2025 | No Comments | apache, information, linux, server, ssl, web the command is: It tells you if there are any syntax errors, if a location points to nothing, or if a file it points to […]
https (secure http) and http | No Comments | information, web When we consult a domain we have to specify the port in the web browser too The web browser with ports 80 and 443 does […]
Install SSL certificate on Apache server September 10, 2025 | No Comments | apache, information, linux, server, ssl, web In a nutshell, first you must copy the 3 SSL files to the PC you want to install the SSL certificate on, you need to […]