[weewx-user] Re: Web Server auf dem Raspberry Apache2

2022-03-27 Thread Günther Wrana
Hello friends After the third time I had problems with the new installation 
of weewx with the web server. I don't understand the configuration and 
syntax of Apache2. I now have lighttpd installed. With this web server it 
worked very quickly that the Raspberry and thus the data from the weather 
station were ONLINE. So my recommendation for software laymen like me is 
lighttpd web server.

Hallo Freunde

Nach dem ich beim dritten mal bei der neuinstallation von weewx mit dem 
Webserver wieder Problem hatte. Konfiguration Einstellen und Syntax 
verstehe ich bei Apache2 nicht. Habe ich jetzt lighttpd installiert. Mit 
diesem Webserver hat es sehr schnell funktioniert das der Raspberry und 
damit die Daten der Wetterstation ONLINE waren. Also meine Empfehlung für 
Software Laien wie mich lighttpd Webserver.
Günther Wrana schrieb am Donnerstag, 12. März 2020 um 07:19:58 UTC+1:

> Hallo
>
> was genau funktioniert nicht?
> Es kommt darauf an welche Version von apache du hast.
> Je nach dem musst du die .conf ändern.
> Danach in den unten genannten Ordner kopieren.
> Dann sudo a2enconf weewx.conf ausführen und apache neu starten.
>
> So hat es bei mir funktioniert.
>
> Grüße Günther
>
> Am Dienstag, 10. März 2020 19:42:33 UTC+1 schrieb Schrauber Huber:
>>
>> kannst du mir in einem kleinen kontex erklären wie das nun hinbekommen 
>> hast?
>> stehe genauso da
>>
>> Am Dienstag, 19. November 2019 17:45:05 UTC+1 schrieb Günther Wrana:
>>>
>>>
>>>
>>> Am Mittwoch, 26. Juni 2019 17:34:43 UTC+2 schrieb Günther Wrana:

 Es hat funktioniert nur muss die weewx.conf nicht so wie hier 
> beschrieben.
>
>
> http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
>
> Hier her kopiert werden.
>
> sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
>
>  
 Sondern hier her sudo cp util/apache/conf.d/weewx.conf 
 /etc/apache2/conf-available

 Danach habe ich diesen Befehl ausgeführt sudo a2enconf weewx.conf und 
 dann apache2 neugestrartet.

 Und siehe da ich kann plötzlich von meinem Rechner unter Angabe der IP 
 Adresse 192.168.0.100/weewx auf die Datenbank und die index.html auf 
 dem Raspberry zugreifen.

 Danke an alle die mir geholfen haben.

>>>
>>>
>>> Es muss auch die weewx.conf richtig sein.
>>>
>>> Bei Apache 2.2
>>>
>>> Alias /weewx /home/weewx/public_html
>>> 
>>>   Options FollowSymlinks
>>>   AllowOverride None
>>>   Order allow,deny
>>>   Allow from all 
>>>
>>> 
>>>
>>> Bei Apache 2.4
>>>
>>> Alias /weewx /home/weewx/public_html
>>> 
>>>   Options FollowSymlinks
>>>   AllowOverride None
>>>   Require all granted
>>> 
>>>
>>> Dann funktioniert das auch.
>>>
>>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/af36bef5-0d9c-4230-a7e1-45b3c0b52597n%40googlegroups.com.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2020-03-12 Thread Günther Wrana
Hallo

was genau funktioniert nicht?
Es kommt darauf an welche Version von apache du hast.
Je nach dem musst du die .conf ändern.
Danach in den unten genannten Ordner kopieren.
Dann sudo a2enconf weewx.conf ausführen und apache neu starten.

So hat es bei mir funktioniert.

Grüße Günther

Am Dienstag, 10. März 2020 19:42:33 UTC+1 schrieb Schrauber Huber:
>
> kannst du mir in einem kleinen kontex erklären wie das nun hinbekommen 
> hast?
> stehe genauso da
>
> Am Dienstag, 19. November 2019 17:45:05 UTC+1 schrieb Günther Wrana:
>>
>>
>>
>> Am Mittwoch, 26. Juni 2019 17:34:43 UTC+2 schrieb Günther Wrana:
>>>
>>> Es hat funktioniert nur muss die weewx.conf nicht so wie hier 
 beschrieben.


 http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine

 Hier her kopiert werden.

 sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d

  
>>> Sondern hier her sudo cp util/apache/conf.d/weewx.conf 
>>> /etc/apache2/conf-available
>>>
>>> Danach habe ich diesen Befehl ausgeführt sudo a2enconf weewx.conf und 
>>> dann apache2 neugestrartet.
>>>
>>> Und siehe da ich kann plötzlich von meinem Rechner unter Angabe der IP 
>>> Adresse 192.168.0.100/weewx auf die Datenbank und die index.html auf 
>>> dem Raspberry zugreifen.
>>>
>>> Danke an alle die mir geholfen haben.
>>>
>>
>>
>> Es muss auch die weewx.conf richtig sein.
>>
>> Bei Apache 2.2
>>
>> Alias /weewx /home/weewx/public_html
>> 
>>   Options FollowSymlinks
>>   AllowOverride None
>>   Order allow,deny
>>   Allow from all 
>>
>> 
>>
>> Bei Apache 2.4
>>
>> Alias /weewx /home/weewx/public_html
>> 
>>   Options FollowSymlinks
>>   AllowOverride None
>>   Require all granted
>> 
>>
>> Dann funktioniert das auch.
>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/9eff42e8-1ac2-4655-a8bf-65ca5740cabe%40googlegroups.com.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2020-03-10 Thread 'Schrauber Huber' via weewx-user
kannst du mir in einem kleinen kontex erklären wie das nun hinbekommen hast?
stehe genauso da

Am Dienstag, 19. November 2019 17:45:05 UTC+1 schrieb Günther Wrana:
>
>
>
> Am Mittwoch, 26. Juni 2019 17:34:43 UTC+2 schrieb Günther Wrana:
>>
>> Es hat funktioniert nur muss die weewx.conf nicht so wie hier beschrieben.
>>>
>>>
>>> http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
>>>
>>> Hier her kopiert werden.
>>>
>>> sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
>>>
>>>  
>> Sondern hier her sudo cp util/apache/conf.d/weewx.conf 
>> /etc/apache2/conf-available
>>
>> Danach habe ich diesen Befehl ausgeführt sudo a2enconf weewx.conf und 
>> dann apache2 neugestrartet.
>>
>> Und siehe da ich kann plötzlich von meinem Rechner unter Angabe der IP 
>> Adresse 192.168.0.100/weewx auf die Datenbank und die index.html auf dem 
>> Raspberry zugreifen.
>>
>> Danke an alle die mir geholfen haben.
>>
>
>
> Es muss auch die weewx.conf richtig sein.
>
> Bei Apache 2.2
>
> Alias /weewx /home/weewx/public_html
> 
>   Options FollowSymlinks
>   AllowOverride None
>   Order allow,deny
>   Allow from all 
>
> 
>
> Bei Apache 2.4
>
> Alias /weewx /home/weewx/public_html
> 
>   Options FollowSymlinks
>   AllowOverride None
>   Require all granted
> 
>
> Dann funktioniert das auch.
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/858825c4-9301-4bd9-9727-5ad5e0ec8a7e%40googlegroups.com.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-11-19 Thread Günther Wrana


Am Mittwoch, 26. Juni 2019 17:34:43 UTC+2 schrieb Günther Wrana:
>
> Es hat funktioniert nur muss die weewx.conf nicht so wie hier beschrieben.
>>
>>
>> http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
>>
>> Hier her kopiert werden.
>>
>> sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
>>
>>  
> Sondern hier her sudo cp util/apache/conf.d/weewx.conf 
> /etc/apache2/conf-available
>
> Danach habe ich diesen Befehl ausgeführt sudo a2enconf weewx.conf und dann 
> apache2 neugestrartet.
>
> Und siehe da ich kann plötzlich von meinem Rechner unter Angabe der IP 
> Adresse 192.168.0.100/weewx auf die Datenbank und die index.html auf dem 
> Raspberry zugreifen.
>
> Danke an alle die mir geholfen haben.
>


Es muss auch die weewx.conf richtig sein.

Bei Apache 2.2

Alias /weewx /home/weewx/public_html

  Options FollowSymlinks
  AllowOverride None
  Order allow,deny
  Allow from all 



Bei Apache 2.4

Alias /weewx /home/weewx/public_html

  Options FollowSymlinks
  AllowOverride None
  Require all granted


Dann funktioniert das auch.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3586de37-2219-4c4c-9a2b-eaea4e477d06%40googlegroups.com.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-26 Thread Günther Wrana
Ja genau diese Seite wird mir angezeigt.


Am Mittwoch, 26. Juni 2019 17:54:14 UTC+2 schrieb Patrick Tranchant:
>
> halo
> Haben Sie diese Art von Seite, wenn Sie nur die IP-Adresse des Servers 
> eingeben, auf dem sich weewx befindet?
>
>
> Patrick
> On Wednesday, June 26, 2019 at 5:34:43 PM UTC+2, Günther Wrana wrote:
>>
>> Es hat funktioniert nur muss die weewx.conf nicht so wie hier beschrieben.
>>>
>>>
>>> http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
>>>
>>> Hier her kopiert werden.
>>>
>>> sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
>>>
>>>  
>> Sondern hier her sudo cp util/apache/conf.d/weewx.conf 
>> /etc/apache2/conf-available
>>
>> Danach habe ich diesen Befehl ausgeführt sudo a2enconf weewx.conf und 
>> dann apache2 neugestrartet.
>>
>> Und siehe da ich kann plötzlich von meinem Rechner unter Angabe der IP 
>> Adresse 192.168.0.100/weewx auf die Datenbank und die index.html auf dem 
>> Raspberry zugreifen.
>>
>> Danke an alle die mir geholfen haben.
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/9bbc3be7-a2aa-4a6e-a1f5-805420c0010d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-26 Thread Patrick Tranchant
halo
Haben Sie diese Art von Seite, wenn Sie nur die IP-Adresse des Servers 
eingeben, auf dem sich weewx befindet?


Patrick
On Wednesday, June 26, 2019 at 5:34:43 PM UTC+2, Günther Wrana wrote:
>
> Es hat funktioniert nur muss die weewx.conf nicht so wie hier beschrieben.
>>
>>
>> http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
>>
>> Hier her kopiert werden.
>>
>> sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
>>
>>  
> Sondern hier her sudo cp util/apache/conf.d/weewx.conf 
> /etc/apache2/conf-available
>
> Danach habe ich diesen Befehl ausgeführt sudo a2enconf weewx.conf und dann 
> apache2 neugestrartet.
>
> Und siehe da ich kann plötzlich von meinem Rechner unter Angabe der IP 
> Adresse 192.168.0.100/weewx auf die Datenbank und die index.html auf dem 
> Raspberry zugreifen.
>
> Danke an alle die mir geholfen haben.
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/8b4f2304-0cfb-482e-8724-4f9639b4de71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-26 Thread Günther Wrana

>
> Es hat funktioniert nur muss die weewx.conf nicht so wie hier beschrieben.
>
>
> http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
>
> Hier her kopiert werden.
>
> sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
>
>  
Sondern hier her sudo cp util/apache/conf.d/weewx.conf 
/etc/apache2/conf-available

Danach habe ich diesen Befehl ausgeführt sudo a2enconf weewx.conf und dann 
apache2 neugestrartet.

Und siehe da ich kann plötzlich von meinem Rechner unter Angabe der IP 
Adresse 192.168.0.100/weewx auf die Datenbank und die index.html auf dem 
Raspberry zugreifen.

Danke an alle die mir geholfen haben.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/1aca661d-1821-4094-a4a8-8a955953fe64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-26 Thread Günther Wrana
Es hat funktioniert nur muss die weewx.conf nicht so wie hier beschrieben.

http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine

Hier her kopiert werden.

sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/ee28a0a6-5ee6-4f91-9408-8c8769d587b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-18 Thread Günther Wrana
Genau das steht in der conf.d/weewx.conf

Alias /weewx /home/weewx/public_html
>> 
>>   Options FollowSymlinks
>>   AllowOverride None
>>   Require all granted
>> 
>>
>
Nur wenn ich auf meinem Ubuntu Rechner im Browser Chrome die IP 
192.168.0.100/weewx eingebe zeigt er mir das an.

Not Found

The requested URL /weewx was not found on this server.
--
Apache/2.4.25 (Raspbian) Server at 192.168.0.100 Port 80
Was und warum mache ich falsch?

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0c8a235c-3a7b-405f-9611-b9b20c7605cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-15 Thread rich T
Did you look the following

https://github.com/weewx/weewx/wiki/webserver

On Saturday, June 15, 2019 at 3:07:27 AM UTC-4, Günther Wrana wrote:

> Das wurde mir angezeigt nach dem ich den Befehl eingegeben habe.
>
> sudo tail -f /var/log/syslog
>
> Jun 15 08:50:24 raspberrypi weewx[5203]: cheetahgenerator: Generated 8 
> files for report SeasonsReport in 1.80 seconds
> Jun 15 08:50:25 raspberrypi weewx[5203]: imagegenerator: Generated 14 
> images for SeasonsReport in 1.16 seconds
> Jun 15 08:50:25 raspberrypi weewx[5203]: copygenerator: copied 0 files to 
> /home/weewx/public_html
> Jun 15 08:55:25 raspberrypi weewx[5203]: manager: Added record 2019-06-15 
> 08:55:00 CEST (1560581700) to database 'weewx.sdb'
> Jun 15 08:55:25 raspberrypi weewx[5203]: manager: Added record 2019-06-15 
> 08:55:00 CEST (1560581700) to daily summary in 'weewx.sdb'
> Jun 15 08:55:25 raspberrypi weewx[5203]: restx: AWEKAS: Published record 
> 2019-06-15 08:55:00 CEST (1560581700)
> Jun 15 08:55:26 raspberrypi weewx[5203]: restx: Wunderground-PWS: 
> Published record 2019-06-15 08:55:00 CEST (1560581700)
> Jun 15 08:55:27 raspberrypi weewx[5203]: cheetahgenerator: Generated 8 
> files for report SeasonsReport in 1.78 seconds
> Jun 15 08:55:28 raspberrypi weewx[5203]: imagegenerator: Generated 14 
> images for SeasonsReport in 1.15 seconds
> Jun 15 08:55:28 raspberrypi weewx[5203]: copygenerator: copied 0 files to 
> /home/weewx/public_html
>
> Das die files in diesem Ordner liegen wusste ich.
>
> Nur wie bringe ich apache2 dazu in diesem Ordner nach zu sehen.
> Nach dem kopieren der weewx.conf
>
> sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
>
>
> Sieht es in der conf.d von apache2 so aus.
>
> Alias /weewx /home/weewx/public_html
> 
>   Options FollowSymlinks
>   AllowOverride None
>   Require all granted
> 
>
> Ist das richtig oder muss ich noch etwas tun um apache2 dazu zu bringen 
> unter /home/weewx/public_html die Daten ab zu holen und im Browser an zu 
> zeigen?
>
> Ich dachte wenn ich alles so mache wie auf der Seite beschrieben 
> http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
> funktioniert das.
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5a2477f4-5bb0-482b-a7c8-399b462e588a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-15 Thread Günther Wrana
Das wurde mir angezeigt nach dem ich den Befehl eingegeben habe.

sudo tail -f /var/log/syslog

Jun 15 08:50:24 raspberrypi weewx[5203]: cheetahgenerator: Generated 8 
files for report SeasonsReport in 1.80 seconds
Jun 15 08:50:25 raspberrypi weewx[5203]: imagegenerator: Generated 14 
images for SeasonsReport in 1.16 seconds
Jun 15 08:50:25 raspberrypi weewx[5203]: copygenerator: copied 0 files to 
/home/weewx/public_html
Jun 15 08:55:25 raspberrypi weewx[5203]: manager: Added record 2019-06-15 
08:55:00 CEST (1560581700) to database 'weewx.sdb'
Jun 15 08:55:25 raspberrypi weewx[5203]: manager: Added record 2019-06-15 
08:55:00 CEST (1560581700) to daily summary in 'weewx.sdb'
Jun 15 08:55:25 raspberrypi weewx[5203]: restx: AWEKAS: Published record 
2019-06-15 08:55:00 CEST (1560581700)
Jun 15 08:55:26 raspberrypi weewx[5203]: restx: Wunderground-PWS: Published 
record 2019-06-15 08:55:00 CEST (1560581700)
Jun 15 08:55:27 raspberrypi weewx[5203]: cheetahgenerator: Generated 8 
files for report SeasonsReport in 1.78 seconds
Jun 15 08:55:28 raspberrypi weewx[5203]: imagegenerator: Generated 14 
images for SeasonsReport in 1.15 seconds
Jun 15 08:55:28 raspberrypi weewx[5203]: copygenerator: copied 0 files to 
/home/weewx/public_html

Das die files in diesem Ordner liegen wusste ich.

Nur wie bringe ich apache2 dazu in diesem Ordner nach zu sehen.
Nach dem kopieren der weewx.conf

sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d


Sieht es in der conf.d von apache2 so aus.

Alias /weewx /home/weewx/public_html

  Options FollowSymlinks
  AllowOverride None
  Require all granted


Ist das richtig oder muss ich noch etwas tun um apache2 dazu zu bringen 
unter /home/weewx/public_html die Daten ab zu holen und im Browser an zu 
zeigen?

Ich dachte wenn ich alles so mache wie auf der Seite beschrieben 
http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
funktioniert das.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/add60cf0-dfbc-4461-a7ce-13f4c185787d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-15 Thread Günther Wrana
Das wurde mir angezeigt nach dem ich den Befehl eingegeben habe.

sudo tail -f /var/log/syslog

Jun 15 08:50:24 raspberrypi weewx[5203]: cheetahgenerator: Generated 8 
files for report SeasonsReport in 1.80 seconds
Jun 15 08:50:25 raspberrypi weewx[5203]: imagegenerator: Generated 14 
images for SeasonsReport in 1.16 seconds
Jun 15 08:50:25 raspberrypi weewx[5203]: copygenerator: copied 0 files to 
/home/weewx/public_html
Jun 15 08:55:25 raspberrypi weewx[5203]: manager: Added record 2019-06-15 
08:55:00 CEST (1560581700) to database 'weewx.sdb'
Jun 15 08:55:25 raspberrypi weewx[5203]: manager: Added record 2019-06-15 
08:55:00 CEST (1560581700) to daily summary in 'weewx.sdb'
Jun 15 08:55:25 raspberrypi weewx[5203]: restx: AWEKAS: Published record 
2019-06-15 08:55:00 CEST (1560581700)
Jun 15 08:55:26 raspberrypi weewx[5203]: restx: Wunderground-PWS: Published 
record 2019-06-15 08:55:00 CEST (1560581700)
Jun 15 08:55:27 raspberrypi weewx[5203]: cheetahgenerator: Generated 8 
files for report SeasonsReport in 1.78 seconds
Jun 15 08:55:28 raspberrypi weewx[5203]: imagegenerator: Generated 14 
images for SeasonsReport in 1.15 seconds
Jun 15 08:55:28 raspberrypi weewx[5203]: copygenerator: copied 0 files to 
/home/weewx/public_html

Das die files in diesem Ordner liegen wusste ich.

Nur wie bringe ich apache2 dazu in diesem Ordner nach zu sehen.
Nach dem kopieren der weewx.conf

sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d


Sieht es in der conf.d vaon apache2 so aus.

Alias /weewx /home/weewx/public_html

  Options FollowSymlinks
  AllowOverride None
  Require all granted


Ist das richtig oder muss ich noch etwas tun um apache2 dazu zu bringen 
unter /home/weewx/public_html die Daten ab zu holen und im Browser an zu 
zeigen?

Ich dachte wenn ich alles so mache wie auf der Seite beschrieben 
http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
funktioniert das.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f61da6cb-b416-400c-96b1-5a1dafcfaaa4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-14 Thread rich T
HTML_ROOT is a directory where your files are stored locally. Your 
weewx.conf  file will show the HTML_ROOT. If you type the following and 
watch the log, you should see where your files are stored.

sudo tail -f /var/log/syslog

Jun 14 22:25:19 raspberrypi weewx[25766]: cheetahgenerator: Generated 11 
files for report Belchertown in 3.63 seconds
Jun 14 22:25:19 raspberrypi weewx[25766]: copygenerator: copied 2 files to 
/home/weewx/public_html

Again this will vary depending how you installed Weewx software.  You will 
need to point your browser to that location.

On Friday, June 14, 2019 at 3:33:30 AM UTC-4, Günther Wrana wrote:

> Genau so habe ich es gemacht nur funktioniert es nicht.
>
> Nur ist mir nicht ganz klar was die HTML_ROOT ist. Ein Verzeichnis oder 
> eine Datei oder wo steht das.
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/1f27d660-ce62-4563-b0c6-e09bc0aa6dc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-14 Thread Andrew Milner
are there files actually in the /var/www/html/weewx directory??  

On Friday, 14 June 2019 10:33:30 UTC+3, Günther Wrana wrote:
>
> Genau so habe ich es gemacht nur funktioniert es nicht.
>
> Nur ist mir nicht ganz klar was die HTML_ROOT ist. Ein Verzeichnis oder 
> eine Datei oder wo steht das.
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a23c79b0-4821-4916-be77-741d7ec99c14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-14 Thread Günther Wrana
Genau so habe ich es gemacht nur funktioniert es nicht.

Nur ist mir nicht ganz klar was die HTML_ROOT ist. Ein Verzeichnis oder eine 
Datei oder wo steht das.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2a9d37e1-b45d-4afc-8a75-f161cb8daaeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-13 Thread Andrew Milner
where are you putting the generated webpages??  ie what is HTMLROOT set to?

have you checked 
http://weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine 
???




On Thursday, 13 June 2019 17:11:54 UTC+3, Günther Wrana wrote:
>
>
> 192.168.0.100 die IP Adresse des Raspberry
>
> Dann wird mir immer nur die Seite angezeigt. Apache2 Debian Default Page
>
> weil das mit den Einstellungen nicht funktioniert.
>
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4a8e715a-5297-43d8-b45a-24779d2b8fc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-13 Thread Günther Wrana

192.168.0.100 die IP Adresse des Raspberry

Dann wird mir immer nur die Seite angezeigt. Apache2 Debian Default Page

weil das mit den Einstellungen nicht funktioniert.


-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e385be58-f705-4c7e-9696-904b0fbff726%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-12 Thread rich T
You are seeing the default Apache Page, when you type the your RPI address 
from your computer? What address are you typing?

>From any device I can see my data using *http://RPI IP address/weewx/* 
.

On Wednesday, June 12, 2019 at 3:22:10 PM UTC-4, Günther Wrana wrote:

> Ich habe Apache auf dem Raspberry installiert, wo weewx läuft und die 
> Daten meiner Wetterstation sammelt. Ich dachte, dass ich von anderen 
> Geräten die im selben Netzwerk (WLAN oder LAN) sind die Daten im Browser 
> anzeigen kann. Ich schaffe es zwar Apache am Raspberry zu installieren und 
> die default Seite auf anderen Geräten über die IP des Raspberry im Browser 
> zu sehen aber sonst nichts. Mit diversen Versuchen und Einstellungen 
>  schaffe ich es nicht. Ist das eigentlich der richtige Weg den schön 
> langsam glaube ich, dass ich den falschen Weg gehe. Wie schaffe ich es die 
> Wetterdaten auf dem Raspberry auf meinem mit Ubuntu installieren Rechner an 
> zu sehen? 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/81954548-b5df-45c1-81be-80d42a45d913%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-12 Thread Günther Wrana
Ich habe Apache auf dem Raspberry installiert, wo weewx läuft und die Daten 
meiner Wetterstation sammelt. Ich dachte, dass ich von anderen Geräten die im 
selben Netzwerk (WLAN oder LAN) sind die Daten im Browser anzeigen kann. Ich 
schaffe es zwar Apache am Raspberry zu installieren und die default Seite auf 
anderen Geräten über die IP des Raspberry im Browser zu sehen aber sonst 
nichts. Mit diversen Versuchen und Einstellungen  schaffe ich es nicht. Ist das 
eigentlich der richtige Weg den schön langsam glaube ich, dass ich den falschen 
Weg gehe. Wie schaffe ich es die Wetterdaten auf dem Raspberry auf meinem mit 
Ubuntu installieren Rechner an zu sehen? 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6f46f37e-9d46-4293-bc0e-e21ad926cb5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-08 Thread rich T
Verify the following:

In the "/etc/apache2/conf.d" file

Alias /weewx /home/weewx/public_html

Options FollowSymlinks
AllowOverride None
Require all granted


restart apache server

restart weewx and wait 5 minutes then try loading the web page.



On Saturday, June 8, 2019 at 1:30:43 AM UTC-4, Günther Wrana wrote:
>
> Habe ich gemacht aber mir wird wieder nur die Apache2 Debian Default Page 
> angezeigt.
>
>
>
>
> Am Samstag, 8. Juni 2019 04:00:13 UTC+2 schrieb rich T:
>>
>>
>> Try this:
>>
>> Go to "/home/weewx/util/apache/conf.d"
>>
>> Rename "conf.d" to "weewx.conf"
>>
>> Modify the file since you are using apache 2.4.25.
>>
>> Place a copy in the "/etc/apache2/conf-available" and 
>> "/etc/apache2/conf-enabled" folders
>>
>> restart apache server
>>
>> restart weewx and wait  5 minutes then try loading the web page.
>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a5e57846-4241-4205-9fc9-0c678400a166%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-07 Thread Günther Wrana
Habe ich gemacht aber mir wird wieder nur die Apache2 Debian Default Page 
angezeigt.




Am Samstag, 8. Juni 2019 04:00:13 UTC+2 schrieb rich T:
>
>
> Try this:
>
> Go to "/home/weewx/util/apache/conf.d"
>
> Rename "conf.d" to "weewx.conf"
>
> Modify the file since you are using apache 2.4.25.
>
> Place a copy in the "/etc/apache2/conf-available" and 
> "/etc/apache2/conf-enabled" folders
>
> restart apache server
>
> restart weewx and wait  5 minutes then try loading the web page.
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0aa4de53-2c83-41f1-b0f2-82dca950c017%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-07 Thread rich T

Try this:

Go to "/home/weewx/util/apache/conf.d"

Rename "conf.d" to "weewx.conf"

Modify the file since you are using apache 2.4.25.

Place a copy in the "/etc/apache2/conf-available" and 
"/etc/apache2/conf-enabled" folders

restart apache server

restart weewx and wait  5 minutes then try loading the web page.



On Friday, June 7, 2019 at 4:54:17 PM UTC-4, Günther Wrana wrote:
>
> Ich habe schon heraus gefunden das ich die weewx.conf in den Ordner 
> conf-available kopiern muss.
>
> Nur weiß ich immer noch nicht was ich im Ordner conf-enabled wo eingeben 
> muss das ich meine Seite die im Verzeichniss /home/weewx/puplic_html/ liegt 
> anzeigen kann.
>
> Was mache ich falsch? 
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6f8599c0-32be-4573-855e-0dcd5ea5a9e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-07 Thread rich T
Do you have a copy of the weewx config file in the conf-enabled folder 
(/etc/apache2/conf-enabled)? 

On Friday, June 7, 2019 at 4:54:17 PM UTC-4, Günther Wrana wrote:
>
> Ich habe schon heraus gefunden das ich die weewx.conf in den Ordner 
> conf-available kopiern muss.
>
> Nur weiß ich immer noch nicht was ich im Ordner conf-enabled wo eingeben 
> muss das ich meine Seite die im Verzeichniss /home/weewx/puplic_html/ liegt 
> anzeigen kann.
>
> Was mache ich falsch? 
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0cacb1fe-4b97-4c51-9b7c-211768588bb6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-07 Thread Günther Wrana
Ich habe schon heraus gefunden das ich die weewx.conf in den Ordner 
conf-available kopiern muss.

Nur weiß ich immer noch nicht was ich im Ordner conf-enabled wo eingeben 
muss das ich meine Seite die im Verzeichniss /home/weewx/puplic_html/ liegt 
anzeigen kann.

Was mache ich falsch? 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/84d447ae-ce59-4a45-8b50-caa470b84d00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-03 Thread Günther Wrana
Hallo dort


/etc/apache2/conf.d 

steht das darin 

Alias /weewx /home/weewx/public_html

  Options FollowSymlinks
  AllowOverride None


Ist das korrekt? Stimmt das mit den Leerzeichen? Ist die Datei korrekt?
Den es funktioniert immer noch nicht.

Not Found

The requested URL /weewx was not found on this server.
--
Apache/2.4.25 (Raspbian) Server at localhost Port 80

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d5dc47c0-42b4-41d8-aa4e-e1575cb6be32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-05-29 Thread Günther Wrana
Genau das was ich geschrieben habe das einzige was ich noch nicht gemacht 
habe.
Ist den Raspberry ganz aus und wieder ein zu schalten.

Grüße Günther
 

>  
>>
> Not Found
>>
>> The requested URL /weewx was not found on this server.
>> --
>> Apache/2.4.25 (Raspbian) Server at localhost Port 80
>>
>> Wo liegt jetzt mein Fehler?
>>
>>
>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f3ff1f0e-19fd-4b91-8f1d-6d4bffd8af16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-05-29 Thread Patrick Tranchant
hi
what is the result after this command ? /etc/init.d/apache2 restart
and after http://localhost in a browser ?
Gruß

salinois

On Wednesday, May 29, 2019 at 5:48:21 PM UTC+2, Günther Wrana wrote:
>
> Jetzt noch eine Frage was stimmt nun nicht.
>
> Ich habe am Raspberry wo ich nun alles Installiert und kopiert und neu 
> gestartet habe,
> im Chromium http://localhost/weewx eingegeben.
> Nun schreibt der Browser aber das.
>
>
> Not Found
>
> The requested URL /weewx was not found on this server.
> --
> Apache/2.4.25 (Raspbian) Server at localhost Port 80
>
> Wo liegt jetzt mein Fehler?
>
>
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0ae293e4-b89a-49bf-9484-7e55537deb82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-05-29 Thread Günther Wrana
Jetzt noch eine Frage was stimmt nun nicht.

Ich habe am Raspberry wo ich nun alles Installiert und kopiert und neu 
gestartet habe,
im Chromium http://localhost/weewx eingegeben.
Nun schreibt der Browser aber das.


Not Found

The requested URL /weewx was not found on this server.
--
Apache/2.4.25 (Raspbian) Server at localhost Port 80

Wo liegt jetzt mein Fehler?



-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e5186083-a959-4a64-b683-9e773210f73d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-05-29 Thread Günther Wrana
Danke für die Hilfe ich habe es schon installiert.
Wieder einmal mein Fehler ich war nicht im Richtigen Pfad.

Grüße Günther

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/72acc15d-038f-43c1-96c4-025d1fa24685%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-05-28 Thread gjr80
I suspect the additional spaces are artefacts of translating the original 
text in-page. The original text when viewed in a browser or via the email 
notification doesn't show spaces (well not for me).

In any case I suspect the issue is one of paths. The cp command was issued 
from the /home/pi directory and command as issued will try to copy 
/home/pi/util/apache/conf.d/weewx.conf which of course does not exist. You 
will find util/apache/conf.d/weewx.conf is in /home/weewx if installed via 
setup.py. It's a bit more complicated if you installed via deb or rpm, 
there is no util directory but you will find the contents of the util 
directory in /etc/weewx. So you can either change directories or include a 
full path in the cp command as follows:

$ sudo cp /home/weewx/util/apache/conf.d/weewx.conf /etc/apache2/conf.d

for a setup.py install or 

$ sudo cp /etc/weewx/apache/conf.d/weewx.conf /etc/apache2/conf.d

for a deb/rpm install.

Gary

On Wednesday, 29 May 2019 04:30:08 UTC+10, vince wrote:
>
> On Tuesday, May 28, 2019 at 11:16:15 AM UTC-7, Günther Wrana wrote:
>
>> Was habe ich falsch eingegeben oder was muss ich noch tun? 
>>
>
> You have extra space characters in your command.
>
> Try:
> sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
>
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/84e0a4e7-56e4-49cc-91ea-ef3517239a2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-05-28 Thread vince
On Tuesday, May 28, 2019 at 11:16:15 AM UTC-7, Günther Wrana wrote:

> Was habe ich falsch eingegeben oder was muss ich noch tun? 
>

You have extra space characters in your command.

Try:
sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d


-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b47835e8-0951-43d7-b03c-686b1950455c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.