On Mon, 26 May 2025 at 20:05, bruce <[email protected]> wrote: > if u have... > /etc/apache2/sites-available/.. there might be multiple conf files for > different weapp projects. these files woul have virtual host > configurations as well as alias directives for the webapps >
I think /etc/apache2 is more Debian/Ubuntu-based distros? But conceptually you're bang-on. Looking at other/pre-existing vhost definitions to understand them is a good idea. Michael, are you using Apache as your webserver, or something else? If so the relevant docs are: https://httpd.apache.org/docs/2.4/vhosts/examples.html And your config will live in /etc/httpd/ in the various conf subdirectories. conf, conf.d predominantly. And see https://stackoverflow.com/questions/72028126/how-to-fix-cerbot-error-unable-to-find-a-virtual-host-listening-on-port-80-aft for a similar problem And https://community.letsencrypt.org/t/unable-to-find-a-virtual-host-listening-on-port-80/158912/5
-- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
