The /home/weewx/public_html might be /var/www/html/weewx depends on how you installed it. The location will be in the weewx.conf file where is it being saved to.
On Sunday, 15 November 2020 at 17:10:23 UTC+11 Greg from Oz wrote: > Maybe if you create a weewx.conf file in /etc/apache2/sites-available and > call it weewx.conf > > Put this in the file: > > Alias /weewx "/home/weewx/public_html" > <Directory "/home/weewx/public_html"> > Options Indexes MultiViews > AllowOverride None > Order allow,deny > Allow from all > Require all granted > </Directory> > > Save the file. > > Then run sudo a2ensite weewx.conf (this enables the site) > > Then reload apache > > Then go to http://localhost/weewx > > On Sunday, 15 November 2020 at 08:50:47 UTC+11 [email protected] wrote: > >> Well, I have the same problem but I'm on a Pi running Buster. Did you get >> it working? >> >> On Friday, November 6, 2020 at 10:39:33 AM UTC-8 [email protected] >> wrote: >> >>> I installed Weewx on OpenSUSE 15.1 from Suse RPM package and everything >>> seems to work fine except: >>> - when I browse http: // localhost / weewx nothing appears while in >>> file: ///var/www/html/weewx/index.html I see everything fine. >>> In the same server I installed Zoneminder (web control ip cam software) >>> so I suppose Apache is correctly setup. >>> Any idea? >>> Thanks a lot >>> >> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7a9e3fe4-e243-4364-97d0-ab5df2932a13n%40googlegroups.com.
