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 […]
advice on what you can make | No Comments | information, port, server If you have a PC connected to a router by an Ethernet cable or Wi-Fi you can do port forwarding You can purchase a DNS […]
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 […]
modify the port in Apache | No Comments | apache, information, linux, macos, port, server, web To change a website’s port in Apache, you need to change the configuration in two places. Both changes are necessary so that Apache can properly […]
web directory in Apache server | No Comments | apache, information, linux, server, web The objective is to choose the main HTML file that Apache Server will display. you must locate yourself in then the apache server configuration is […]
install apache on linux ubuntu server | No Comments | apache, information, linux, macos, server, web Apache Web Server, also known as Apache HTTP Server, is a free and open source web server It is good practice to update your package […]
DYN updater by DDCLIENT in linux ubuntu server September 8, 2025 | No Comments | information, linux, public_ip, server The DDNS service updates the public IP with the DDCLIENT daemon in Linux. The DDNS service I use is called DYN DNS. ddclient is an […]
Remotely access a PC with a router as if it were a VPS September 6, 2025 | No Comments | information, linux, macos, port, public_ip, remote-access, server I’m not going to explain everything here since you can find each part on this website. Basically the goal is to connect from PCA to […]
DNS records: A and CNAME and SSH | No Comments | dns-record, information, linux, macos, public_ip, server Parking or URL redirects and DNS (A or CNAME) records serve similar purposes, but operate differently. Parking or URL redirects are used for web pages. […]
Configure an alias for SSH September 4, 2025 | No Comments | information, linux, macos, port, server This is to instead type the following command in its full form: just write the following: That’s creating an alias, a way to shorten the […]