=== zerosum3 is now known as zerosum [06:04] Good morning === tds0 is now known as tds === vlm_ is now known as vlm [11:01] Hi guys can anyone please advice on my issue here https://stackoverflow.com/questions/64351703/apache-virtual-hosts-on-ubuntu-20-04-vps [13:11] icey: your neutron/nova/ceilometer point releases are now released for stein, train, and ussuri [13:11] thanks coreycb! [13:12] icey: also, down to 1 tempest failure on groovy-victoria (octavia) [13:12] \o/ === tds6 is now known as tds [13:47] computer2000: IIRC vhost only work on hostnames/cnames, not on url paths. [14:20] computer2000: lordievader: VHosts only work at the hostname/cname/Host header level [14:21] so if you have six sites (a.com b.com c.com ...) on your system you have six VHost entries one for each hostname you want to match with the proper configuration for server name, and then depending on the Host header received from the browser/client accessing the site, APache'll serve the proper site configuration (VHost) [14:21] Yeah, so what he is proposing won't work with vhosts [14:33] well... kinda [14:33] he can link a URI to a specific docroot/project but not to a specific VHost [14:33] but most CMSes don't want to behave that way [14:33] and want one singular hostname/vhost to a specific CMS [14:33] so no, what you're trying to do computer2000 won't work [14:34] it needs specific hostname matches in the Host header for that to work. [14:34] teward: i "kind of" got it to work according to https://stackoverflow.com/questions/26706846/apache-virtual-host-without-domain-name [14:35] right, but that's not the same as configuring your CMSes to do that proper [14:35] but you can't tie it to the VHost, you can only tie it to the locations underneatn the VHost [14:35] to tie each CMS/project to a specific VHost match requires DNS, CNAMEs, and Hostname matches to requests [14:41] teward: so, how do you make multiple cms installs accessible on one server without having subdomains for each? [14:41] usually? [14:41] you don't [14:41] this said [14:41] you *can* have subdomains for each and then have manual /etc/hosts entries on your local computer to make 'fake hostnames' for the server to match the Host header against so you can access each CMS [14:42] ... or the painful nasty evil way I do it is individual VHosts on individual ports and then http://ipaddress:port/ with different ports to access each CMS/endpoint [14:43] :/ [14:43] thanks [17:26] what is the format of the cloudimg ".img" file? [17:50] catphish, it's a QCOW2 (at least the focal-server-cloudimg-amd64.img I downloaded is) [17:52] rfm: thanks, i was a little confused whether it was diffeent from the disk-kvm.img === tds2 is now known as tds [21:19] Hmm from what I can tell the default dist-provided /etc/knockd.conf still gives the example command as `/sbin/iptables` in 20.04, but iptables isn't actually there anymore? [21:23] lrwxrwxrwx 1 root root 26 Jan 24 2020 /sbin/iptables -> /etc/alternatives/iptables [21:23] lrwxrwxrwx 1 root root 25 Jan 24 2020 /etc/alternatives/iptables -> /usr/sbin/iptables-legacy [21:23] that's my focal laptop [21:26] Fair enough, sarnold! Looking closer I see my /etc/knockd.conf.dist might be an older lingering config. Obvious and simple fix anyways :) [21:27] Other than that and systemd-resolved coming online and thus completely hosing dnsmasq and thus the entire network until I disabled it, upgrading the office router to 20.04 seems to have gone very smoothly :) [21:30] (I do wonder why I didn't have the equivalent symlink in /sbin, but c'est la vie; I do now, heh) [21:53] keithzg: the /sbin/ -> /usr/sbin/ symlink is not created during do-release-upgrades [21:53] which sucks and caused me a bunch of problems ;) [22:05] keithzg: aha; you're back up though, right? [22:47] sarnold: Yup yup, was back up pretty quickly in fact since a quick `lsof` showed who was hogging port 53, and this wasn't the first time I've had systemd-resolved show up uninvited so I wasn't too surprised :P [22:50] keithzg: woot