Hello,

In the end, I installed Weewx on Trixies using PIP, so in a virtual environment, because normally I was having problems with certain modules (bme280).

I managed to get it working.I can see the website locally on my Raspberry Pi with file:///home/patrick/weewx-data/public_html/index.html.

 But remotely; It's not working. In Firefox, I'm using: http://192.168.0.10/home/patrick/weewx-data/public_html.

 When I look at the Apache logs, I see: 192.168.0.6 - - [23/Nov/2025:13:11:36 +0100] "GET /favicon.ico HTTP/1.1" 404 490 "http://192.168.0.10/home/patrick/weewx-data/public_html/"; "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:145.0) Gecko/20100101 Firefox/145.0".

 Here are my configurations; /home/patrick/weewx-data/weewx.conf (affected lines)

 [Station]# example, "http://"; or "https://"; station_url = http://192.168.0.10/home/patrick/weewx-data/public_html # The start of the rain year (1=January; 10=October, etc.).

 [StdReport]

# Where the skins reside, relative to WEEWX_ROOT

SKIN_ROOT = skins

# Where the generated reports should go, relative to WEEWX_ROOT

HTML_ROOT = public_html

 and in the apache config:

 /home/patrick/weex-data/util/apache/weewx.conf

Alias ​​/weewx /home/patrick/weewx-data/public_html

<Directory /home/patrick/weewx-data/public_html>

Options FollowSymlinks

AllowOverride None

 2 questions:where are apache logs located in venv environment?is my config good?

thanks

Patrick

Le 19/11/2025 à 23:57, John Smith a écrit :


On Thu, 20 Nov 2025 at 01:00, 'Peter Fletcher' via weewx-user <[email protected]> wrote:

    additional library (pyMySQL, I think) be pip installed. The strong
    recommendation, if you are going to do this, is to


It also can use the MySQLdb module which I installed from from a deb package...
--
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 visit https://groups.google.com/d/msgid/weewx-user/CAGTinV5NVuFHNXYg%2B2AcmmJ%3DgHL6TxKS1Qp-6Dow%3D_QPxt9w9Q%40mail.gmail.com <https://groups.google.com/d/msgid/weewx-user/CAGTinV5NVuFHNXYg%2B2AcmmJ%3DgHL6TxKS1Qp-6Dow%3D_QPxt9w9Q%40mail.gmail.com?utm_medium=email&utm_source=footer>.

--
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 visit 
https://groups.google.com/d/msgid/weewx-user/4897d0c9-d352-4306-bc47-4990c6d28f32%40gmail.com.

Reply via email to