Hi,
bin noch etwas neu hier, hänge jetzt aber schon eine Zeit an dem Problem. CGI-Skripte auf dem Raspi laufen lassen.
Wo stehe ich:
Habe aktuelles Image (Jessie)
Habe den apache2 am Laufen mit standard Einstellungen.
Code
apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Active: active (running) since Sun 2016-04-24 10:08:51 UTC; 20min ago
Process: 3417 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS)
Process: 3442 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/apache2.service
├─3458 /usr/sbin/apache2 -k start
├─3461 /usr/sbin/apache2 -k start
└─3462 /usr/sbin/apache2 -k start
Apr 24 10:08:50 raspberrypi apache2[3442]: Starting web server: apache2AH005...e
Apr 24 10:08:51 raspberrypi apache2[3442]: .
Apr 24 10:08:51 raspberrypi systemd[1]: Started LSB: Apache2 web server.
Display More
Habe skripte die in Phython funktionieren in /usr/lib/cgi-bin (diese habe ich mit chmod +x auch ausführbar gemacht)
Mein Problem:
Bei aufruf via webbrowser, z.B. http://192.168.178.54/cgi-bin/hello.cgi
kommt nur:
Code
Not Found
The requested URL /cgi-bin/hello.cgi was not found on this server.
Apache/2.4.10 (Raspbian) Server at 192.168.178.54 Port 80
[font="Arial"]Kann mir mal jemand helfen wo ich hier noch was einstellen muß?[/font]