Nach installation ist der /admin bereich nicht erreichbar

Post Reply
bibsi
Jr. Bludit
Posts: 3
Joined: Tue Feb 06, 2024 6:26 pm
Location: München

Liebe Forengemeinde.

auf meiner Homepage bei Checkdomain läuft Buldit wunderbar.
Ich wollt auf meinen Raspberry im heimischen Netz auch mal Buldit ausprobieren.
Ist nach der Installation und der Eingabe des Passworts auch die Standartseite angezeigt worden.
Nur, nach dem ich auf "musst du dich im Administrationsbereich anmelden " geklickt habe
kommt:

Not Found
The requested URL was not found on this server.
Apache/2.4.38 (Raspbian) Server at raspberrypi.local Port 80

Ist da Apache schuld oder PHP?
Hat da jemand einen Tip für mich? :-)

Danke und liebe Grüße
bibsi
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
bibsi
Jr. Bludit
Posts: 3
Joined: Tue Feb 06, 2024 6:26 pm
Location: München

Danke Edi für Deinen Tipp, muss ich mal durcharbeiten.

Auf meinem Raspberry läuft schon Pi-hole, ist vermutlich auch ein Problem, oder?

Sonnige Grüße aus München ;-)
bibsi
Jr. Bludit
Posts: 3
Joined: Tue Feb 06, 2024 6:26 pm
Location: München

Hab jetzt die Anleitung durchgearbeitet.
Da hat sich das Problem gezeigt:

Code: Select all

rsync: change_dir "/var/www/html//bludit-*" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]
*************************** Set Permissions ****************************
*************************** Enable Mod Rewrite *************************
Module rewrite already enabled
*************************** Update Apache Conf *************************
<VirtualHost *:80>
	  DocumentRoot /var/www/html/bluditpi
	  ErrorLog /error.log
	  CustomLog /access.log combined
</VirtualHost>
<Directory /var/www/html/bluditpi>
    Options Indexes FollowSymLinks
    AllowOverride All
    Require all granted
</Directory>
Site 000-default disabled.
To activate the new configuration, you need to run:
  systemctl reload apache2
Enabling site bluditpi.
To activate the new configuration, you need to run:
  systemctl reload apache2
*************************** Restart Apache *****************************
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.
pi@raspberrypi:/var/www/html/Bludit-Pi $ 
:-(

Code: Select all

sudo service apache2 status
● apache2.service - The Apache HTTP Server
   Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sat 2024-02-10 11:32:20 CET; 4min 1s ago
     Docs: https://httpd.apache.org/docs/2.4/
  Process: 3247 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

Feb 10 11:32:20 raspberrypi apachectl[3247]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 
Feb 10 11:32:20 raspberrypi apachectl[3247]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Feb 10 11:32:20 raspberrypi apachectl[3247]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Feb 10 11:32:20 raspberrypi apachectl[3247]: no listening sockets available, shutting down
Feb 10 11:32:20 raspberrypi apachectl[3247]: AH00015: Unable to open logs
Feb 10 11:32:20 raspberrypi apachectl[3247]: Action 'start' failed.
Feb 10 11:32:20 raspberrypi apachectl[3247]: The Apache error log may have more information.
Feb 10 11:32:20 raspberrypi systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Feb 10 11:32:20 raspberrypi systemd[1]: apache2.service: Failed with result 'exit-code'.
Feb 10 11:32:20 raspberrypi systemd[1]: Failed to start The Apache HTTP Server.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Ich kann Dir leider nicht weiterhelfen. Vielleicht kann das ein Raspberry-Forum.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply