ldmko...@yahoo.com wrote: > I am still confused. I have quadruple checked the .conf files, rechecked to > step to create a virtual domain and still I get 404 when trying to access the > second page of html.
Please give the complete URL to both the first and second page. > The instructions I had said allow web ports through the firewall. It > specifically said ufw which my system does not have. Is there another > firewall that might be running on my Debian 11 / Apache2 system? You only need to allow web ports through your firewall if you have a firewall between your web server and your browser. If there is a firewall installed on your machine, this command: sudo nft list tables will either not be installed or come back with a blank, and this command: sudo iptables -L -n will show Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Let us know if you get anything else. > The name you keep telling us is www.ldmdomain.info > > That name does not exist. > > If you want to use this inside your home network and nowhere > else, you should not use ldmdomain.info. You should use the name > of your machine, which can be found with > > hostname > > And make sure that other machines on your network can find that > host; that could involve any of several different approaches.