Page 1 of 1

settings apache2 for raspbian buster

Posted: Monday 03 February 2020 21:26
by pvklink
Hi,

I like to see snapshots of my cam on my google nest hub when the doorbeel rings...

I have this almost ready (picture is being taken, placed on a share: /mnt/data/x-date.jpg

To stream this to my nest hub, i must publish this file via my apache server via a webfolder that my nest hub can reach...

I changes the file /etc/apache2/apache2.conf and added

Alias "/myimages/" "/mnt/data/"

when i activate
http://ip:port/myimages/x-date.jpg
i get not found ?

What am i doing wrong?