Re: [weewx-user] Problem for public_html access with Weewx 5 and apache 2

2024-04-27 Thread Remy Lavabre
Yes thank you it works Vince! I've been racking my brains over these Apache directories for a while and I admit I haven't thought about reversing my symbolic links, idiot that I am...! :-( Perhaps an even simpler solution would have been to put the version 4 path back in weewx.conf...? However

Re: [weewx-user] Problem for public_html access with Weewx 5 and apache 2

2024-04-27 Thread cric...@pobox.com
In /etc/apache2/apache2.conf Options FollowSymLinks Options Indexes FollowSymLinks Might not be the exact one(s), but FollowSymLinks is the thing to set. Chris On Saturday, April 27, 2024 at 3:55:01 AM UTC-6 Remy Lavabre wrote: > Yes thank you it works Vince! > I'v