hassio-addons
hassio-addons copied to clipboard
Don't find the folder /share/htdocs
The problem
Home Assistant Supervised on a Raspberry 4 Now i've installed Apache 2. All seems to work fine, I see the welcome screen on Port 80. Now, i don't find the folder /share/htdocs I tried it with HA File Editor, then VNC and File manager and Filezilla. How can i find the folder? In the HA sidebar, if i click on "Apache2", following message appears:
Apache2 Das Add-on scheint noch nicht bereit zu sein, möglicherweise startet es noch. Willst du es nochmal versuchen?
My Apache configuration:
document_root: /share/htdocs php_ini: default default_conf: default default_ssl_conf: default website_name: mywebsite ssl: false certfile: fullchain.pem keyfile: privkey.pem init_commands: []
My Apache Protocol:
Apache2 s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting s6-rc: info: service legacy-services successfully started You haven't put your website to /share/htdocs A default website will now be used SSL is deactivated and/or you are using a custom config. Here is your web file architecture. total 8 -rwxr-xr-x 1 root root 7057 Jul 10 17:29 index.html Starting Apache2... [Wed Jul 10 17:29:03.982335 2024] [mpm_prefork:notice] [pid 79:tid 79] AH00163: Apache/2.4.61 (Unix) PHP/8.2.21 OpenSSL/3.3.1 mod_wsgi/5.0.0 Python/3.12 configured -- resuming normal operations [Wed Jul 10 17:29:03.982465 2024] [core:notice] [pid 79:tid 79] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND' 192.168.178.21 - - [10/Jul/2024:17:29:26 +0200] "GET / HTTP/1.1" 200 7057 192.168.178.21 - - [10/Jul/2024:17:29:26 +0200] "GET /favicon.ico HTTP/1.1" 404 273 192.168.178.21 - - [10/Jul/2024:17:30:18 +0200] "-" 408 - s6-rc: info: service legacy-services: stopping s6-rc: info: service legacy-services successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped [Wed Jul 10 17:39:52.424637 2024] [mpm_prefork:notice] [pid 79:tid 79] AH00169: caught SIGTERM, shutting down s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting s6-rc: info: service legacy-services successfully started You haven't put your website to /share/htdocs A default website will now be used SSL is deactivated and/or you are using a custom config. Here is your web file architecture. total 8 -rwxr-xr-x 1 root root 7057 Jul 10 17:43 index.html Starting Apache2... [Wed Jul 10 17:43:04.790754 2024] [mpm_prefork:notice] [pid 79:tid 79] AH00163: Apache/2.4.61 (Unix) PHP/8.2.21 OpenSSL/3.3.1 mod_wsgi/5.0.0 Python/3.12 configured -- resuming normal operations [Wed Jul 10 17:43:04.790869 2024] [core:notice] [pid 79:tid 79] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND' 172.30.32.1 - - [10/Jul/2024:17:48:14 +0200] "GET / HTTP/1.1" 200 7057 172.30.32.1 - - [10/Jul/2024:17:48:16 +0200] "GET / HTTP/1.1" 304 - 172.30.32.1 - - [10/Jul/2024:17:48:21 +0200] "GET / HTTP/1.1" 304 - 172.30.32.1 - - [10/Jul/2024:17:49:05 +0200] "-" 408 -
What version of Home Assistant Core has the issue?
2024.7.2
What version of the addon has the issue?
latest
What type of installation are you running?
Home Assistant Supervised
Add-On causing the issue
Apache2
Log information
No response
Additional information
No response