tinouheb team mailing list archive
-
tinouheb team
-
Mailing list archive
-
Message #00035
Re: Installation auf Mac
Hallo Thurid und Maria,
> Hallo Johannes,
>
> manchmal glaube ich es endet nie...
ich fürchte wir sind auch noch ein paar Iterationen vom Ziel entfernt.
Ich bitte meinen schlechten Ping zu entschuldigen, der macht das ganze
etwas zäh...
>
> also ich habe ghostscript installiert und in ps2html.pl den Pfad dafuer per
> hand eingegeben.
> Jetzt kriegen wir eine korrekte Rechnungsvorschau und koennen die auch
> drucken.
Schön! :)
>
> Aber, wenn ich dann die Rechnung verschicken will, (ich nehme an mit
> xauftrag.pl)
Ja mit xauftrag.pl.
> wird sie nicht aufgefuehrt, auch nicht, wenn ich auf
> aktualisieren klicke :(
> ich hab dir den error_log aus /var/log/apache2/error_log angehaengt und
Euer mysql-Server scheint keine Null-Datums zu mögen:
[Wed May 04 16:41:37.771318 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: [Wed May 4 16:41:37 2016] ps2html.pl: DBD::mysql::st execute failed:
+Incorrect datetime value: '0000-00-00 00:00:00' for column 'EDI_DATUM' at row 1 at ../Heb_leistung.pm line 134.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl,
+referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
Könnt ihr mal in der mysql config (my.cnf) nachsehen ob/auf was da der Wert sql_mode
gesetzt wird? (Normalerweise liegt die Datei in /etc/mysql/my.cnf oder /usr/my.cnf,
es könnte aber auch eine Kopie in /opt/mysql/my.cnf liegen. Bei mir wir in ersterem
auf das hier verwiesen: /etc/mysql/mysql.conf.d/mysqld.cnf. Hier noch eine Referenz
wo die Datei sein könnte: http://stackoverflow.com/questions/10757169/mysql-my-cnf-location)
Ist da eine Zeile die so ähnlich aussieht wie das hier:
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_DATES
Falls ja, in allen Kopien der Config-Datei das NO_ZERO_DATES entfernen.
Welche mysql-Version habt ihr? (mysqld --version auf der Kommandozeile)
(Über kurz oder lang sollte ich diese ungültigen Datums vielleicht durch NULL oder
so ersetzen, aber keine Ahnung wieviele Stellen das betrifft...)
> deine mail extra, falls er geloescht wird.
>
> was noch aufgefallen ist, ist dass die Rechnung nach fertigstellung zwar
> ohne den Vorschau-querbalken angezeigt wird aber wenn ich sie erneut
> aufrufe, ist sie wieder in der Vorschau-Variante.
>
> Wenn ich eine Fertige Rechnung von frueher aufrufe, bekomme ich wieder keine
> Anzeige, sondern nur das graue Feld.
> die fertiggestellte neue Rechnung taucht da in der Liste auch nicht auf.
Ich vermute das liegt auch an obigem Fehler.
Nebenbei beschwert er sich aber auch noch, dass er das Programm ps2pdf nicht findet:
[Wed May 04 16:25:10.682690 2016] [cgi:error] [pid 720] [client ::1:51567] AH01215: [Wed May 4 16:25:10 2016] ps2html.pl: Can't exec "ps2pdf": No such file or
+directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer:
aber das scheint kein echtes Problem zu sein...
Diesen Fehler hier kann ich noch nicht so recht zuordnen:
[Wed May 04 16:40:57.969354 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: Error: /undefined in pagelevel:
+/srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
[Wed May 04 16:40:57.969379 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: Operand stack:: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer:
+http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
[Wed May 04 16:40:57.969383 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: : /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer:
+http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
[Wed May 04 16:40:57.969392 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: Execution stack:: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer:
+http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
[Wed May 04 16:40:57.969574 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: %interp_exit .runexec2 --nostringval-- --nostringval--
+--nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1951 1 3 %oparray_pop 1950 1
+3 %oparray_pop 1934 1 3 %oparray_pop 1820 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval--
vielleicht versteckt sich da noch was...
Grüße
Johannes
>
> ich habe Ghostscript http://tug.org/mactex/morepackages.html
> hier runtergeladen und installiert (ganz unten war die Version)
> das perl paket ist installiert und up to date.
>
> Liebe Gruesse,
> Thurid und Maria
>
>
>
> Am 01/05/16 um 23:16 schrieb Johannes Renkl:
> >Hallo Thurid, hallo Maria
> >
> >seid ihr sicher, dass die Rechnung(svorschau) gar nicht generiert wird?
> >Es kann sein, dass das Vorschau-PDF nur im Hintergrund heruntergeladen
> >wird... Ihr bekommt keinen entsprechenden Download? (Wenigstens eine
> >korrupte/leere Datei müsstet ihr eigentlich bekommen [nämlich wenn das
> >Programm ps2pdf nicht gefunden werden kann]) Habt ihr das perl-Paket
> >PostScript::Simple installiert?
> >Ihr könnt mir mal den Apache-Error-Log /var/log/apache/error.log schicken.
> >
> >Grüße
> >Johannes
> >
> >>Hallo Thurid,
> >>
> >>ja ich habe die Mail bekommen, entschuldigung viel los letzte Woche.
> >>Allerdings schmeißt die Mailingliste leider die Anhänge raus... Kannst
> >>Du mir die Mail mit den Bildern nochmal persönlich schicken? Im Moment
> >>ist mir nicht klar was da schief geht. Ist ghostview/ghostscript schon
> >>installiert? (wobei das beschriebene Fehlerbild nicht entstehen sollte
> >>nur weil das fehlt...)
> >>Das heißt ihr könnt Positionen anlegen, nur das Rechnung generieren
> >>und wegschicken klappt nicht...(?)
> >>
> >>Grüße
> >>Johannes
> >>
> >>>Hallo Johannes,
> >>>hast Du diese mail bekommen?
> >>>wir hatten ein bisschen Schwierigkeiten beim versenden...
> >>>
> >>>Lg,
> >>>Thurid
> >>>
> >>>
> >>>Am 17/04/16 um 18:42 schrieb tigernest:
> >>>
> >>>
> >>>
> >>> Am 17.04.2016 um 15:12 schrieb tigernest < tigernest@xxxxxxxxx>:
> >>>
> >>> Hallo Johannes,
> >>>
> >>> also das hat jetzt geklappt :) wieder einen Schritt weiter, aber …
> >>>
> >>> das Generieren einer Rechnung funktioniert nicht, das sieht wohl ein
> >>> bisschen anders aus als bei der alten Version, aber ich kriege auch
> >>> kein Ergebnis.
> >>> Beim Generieren einer Rechnung bekomme ich keine Vorschau angezeigt,
> >>> siehe screenshot:
> >>>
> >>> <Bildschirmfoto 2016-04-17 um 12.37.07.png>
> >>>
> >>> Wenn ich die Rechnung dann trotzdem Fertig Stelle bekomme ich den
> >>> korrekten Dialog:
> >>>
> >>> <Bildschirmfoto 2016-04-17 um 13.26.41.png>
> >>>
> >>> Wenn ich dann aber in Versandte Rechnungen nachsehe, ist die Rechnung
> >>> nicht da.
> >>> Wenn ich xauftrag.pl im Terminal starte, ist die Rechnung ebenfalls
> >>> nicht da.
> >>>
> >>> wenn ich direkt auf Rechnung generieren gehe, kann ich keine Patientin
> >>> auswählen…
> >>>
> >>> <Bildschirmfoto 2016-04-17 um 14.39.23.png>
> >>>
> >>> und das mit dem .profile hat leider nicht funktioniert :( aber wir
> >>> können ja mit der jetzigen Version erst mal leben und ich kann das
> >>> vielleicht irgendwann mal googeln, wie ich das hinkriegen kann oder
> >>> kann es sein dass das Rechnung generieren aus dem gleichen Grund nicht
> >>> klappt?
> >>>
> >>> Bin ich froh, dass Du Dich über Fragen freust :)
> >>>
> >>> LG,
> >>> Thurid
> >>>
> >>>
> >>>
> >>>
> >>> Am 16.04.2016 um 23:33 schrieb Johannes Renkl <
> >>> renkljs@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>:
> >>>
> >>> Hallo Thurid,
> >>>
> >>>
> >>>
> >>>
> >>> Hallo Johannes,
> >>>
> >>> ich habe eine Anleitung gefunden nach der man ein
> >>> .bash_profile erstellt,
> >>> so dass der Befehl mysql ausgeführt wird, auch wenn man
> >>> nicht in dem Ordner
> >>> ist,… vorher ging der Befehl mit dem Passwort auch nicht,
> >>> ich dachte, das
> >>> sollte das Problem beheben,… wenn ich jetzt mysql oder
> >>> mysqldump im
> >>> Terminal eingebe geht es auch, nur bei tinyheb geht es
> >>> anscheinend nicht :(
> >>>
> >>>
> >>> Das liegt daran, dass in tinyheb nicht bash sondern sh benutzt wird
> >>> und das
> >>> .bash_profile dann nicht gelesen wird. Wenn Du stattdessen eine
> >>> Datei .profile
> >>> anlegst und da
> >>> export PATH="$PATH":<verzeichnis in dem mysql liegt>
> >>> reinschreibst könnte es klappen.
> >>>
> >>>
> >>>
> >>> echo $PATH
> >>> sieht im Moment so aus:
> >>>
> >>> /usr/local/mysql/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:
> >>> /sbin:/opt/X11/
> >>> bin
> >>>
> >>> zu 2. da bekomme ich operation not permitted, auch als su :(
> >>>
> >>>
> >>> Vielleicht ist /usr irgendwie read only gemounted oder so...
> >>>
> >>>
> >>>
> >>> zu 3. das funktioniert :) mir wäre ja ein dauerhaftes 1.
> >>> lieber, sonst muss
> >>> ich ja bei jedem update von Tinyheb erneut alles per hand
> >>> ändern, oder?
> >>>
> >>>
> >>> Ja da hast Du natürlich recht, je nachdem wie man das Update macht
> >>> und auf jeden
> >>> Fall wenn sich die Dateien restore.pl bzw. backup_gen.pl ändern
> >>> müsstest Du das
> >>> händisch wieder ändern. Also vielleicht klappts ja doch noch mit 1.
> >>>
> >>>
> >>>
> >>> und dann habe ich noch eine Frage (jaja es hört nie auf ;))
> >>>
> >>>
> >>> Ich freue mich über jede einzelne... :)
> >>>
> >>>
> >>> ich habe das backup jetzt eingespielt, aber da ist noch die
> >>> alte
> >>> Gebührenordnung drin, ich nehme an, ich muss das update
> >>> dafür noch machen?
> >>> dann wüsste ich gerne wie, ich hab ja die email mit den
> >>> links zu den
> >>> Dateien, aber aus gegebenem Anlass dann die Frage, wo muss
> >>> ich die
> >>> Speichern, damit es funktioniert?
> >>>
> >>>
> >>> Die Dateien kommen nach /srv/www/cgi-bin/tinyheb/DATA/ und für das
> >>> Update wird
> >>> wie bisher /srv/www/cgi-bin/tinyheb/DATA/update.pl aufgerufen...
> >>> (Hier sollte
> >>> der nicht auffindbare mysql Befehl kein Problem darstellen.)
> >>>
> >>>
> >>> Grüße
> >>> Johannes
> >>>
> >>>
> >>>
> >>> Danke und Liebe Grüße,
> >>> Thurid
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> Am 14.04.2016 um 23:47 schrieb Johannes Renkl <
> >>> renkljs@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>:
> >>>
> >>> Hallo Thurid,
> >>>
> >>> du hattest ja schon festgestellt, dass das mysql beim
> >>> Mac woanders
> >>> liegt und
> >>> in den Logs sieht es so aus wäre das das Problem. Die
> >>> Befehle mysqldump
> >>> und
> >>> mysql sind nicht "im Pfad" (also nicht in den
> >>> Verzeichnissen in denen
> >>> auto-
> >>> matisch nach Programmen gesucht wird).
> >>> Jetzt gibt es (mindestens) drei Möglichkeiten :)
> >>> 1. Das Verzeichnis in denen mysql (usw.) liegt in die
> >>> Umgebungsvariable
> >>> PATH
> >>> aufnehmen.
> >>> 2. Links für mysql in ein Verzeichnis machen das in PATH
> >>> ist, das ginge
> >>> so:
> >>> ln -s <voller pfad zu mysql> /usr/bin/mysql
> >>> ln -s <voller pfad zu mysqldump> /usr/bin/mysqldump
> >>> 3. In restore.pl und backup_gen.pl aus /srv/www/cgi-bin/
> >>> tinyheb/tools
> >>> in
> >>> Zeile 45 bzw. 37 mysql bzw mysqldump mit vollem Pfad
> >>> angeben. Es könnte
> >>> aber sein, dass es noch weitere Stellen gibt wo das zu
> >>> korrigieren
> >>> wäre.
> >>>
> >>> Vielleicht versuchst Du es zunächst mal mit 2. und wenn
> >>> das nicht
> >>> hinhaut
> >>> mit 3. Für 1. müsste man nachsehen welche Dateien die
> >>> shell beim Start
> >>> liest - vielleicht .profile im Home-Verzeichnis. 1. wäre
> >>> vielleicht das
> >>> richtigste aber auch gerade das komplizierteste...
> >>>
> >>> Viel Glück und Grüße
> >>> Johannes
> >>>
> >>>
> >>>
> >>> Hallo Johannes,
> >>>
> >>> das funktioniert nach der Eingabe des
> >>> Passwortes, will sagen,
> >>> ich habe das
> >>> richtige :)
> >>>
> >>> die Fehlermeldung und error_logs als screenshots
> >>> sind hier.
> >>> beim Versuch einer Sicherung:
> >>>
> >>> beim Einspielen einer Sicherung:
> >>>
> >>>
> >>> der Errorlog nach beidem:
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> ich versteh nur Bahnhof ;)
> >>>
> >>> ich hoffe dir sagt das was …
> >>>
> >>> Liebe Grüße,
> >>> Thurid
> >>>
> >>>
> >>> Am 30.03.2016 um 21:44 schrieb Johannes
> >>> Renkl
> >>> <renkljs@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> >>> <
> >>> mailto:renkljs@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>>:
> >>>
> >>> Hallo Thurid,
> >>>
> >>>
> >>> kannst Du mal versuchen Dich mit
> >>>
> >>> mysql -u root -p
> >>>
> >>> und anschließender Passworteingabe in die
> >>> Datenbank
> >>> einzuloggen um
> >>> sicher zu
> >>> gehen, dass Du wirklich das richtige
> >>> Passwort verwendest?
> >>>
> >>> Der error log liegt unter Linux hier: /var/
> >>> log/apache2/
> >>> error.log
> >>> Wenn das Passwort bzw die Berechtigung nicht
> >>> passt steht am
> >>> Ende der
> >>> Datei
> >>> (nach einem erfolglosen Backup-Versuch) zum
> >>> Beispiel sowas:
> >>> [Wed Mar 30 21:41:30.172774 2016]
> >>> [cgi:error] [pid 13229]
> >>> [client
> >>> 192.168.7.123:56672] AH01215: mysqldump: Got
> >>> error: 1045:
> >>> Access denied
> >>> for user 'root'@'localhost' (using password:
> >>> YES) when
> >>> trying to
> >>> connect: /srv/www/cgi-bin/tinyheb/tools/
> >>> backup_gen.pl,
> >>> referer:
> >>> http://192.168.7.123/tinyheb/tools/backup.pl
> >>>
> >>>
> >>> Grüße
> >>> Johannes
> >>>
> >>>
> >>>
> >>> Hallo Rolf,
> >>>
> >>> das hab ich auch schon versucht... :(
> >>> und ich habe bei
> >>> der
> >>> Installation fuer
> >>> mysql eins vergeben muessen, man bekommt
> >>> erst ein
> >>> temporaeres, das man
> >>> dann
> >>> aendern kann...
> >>>
> >>> lg,
> >>> Thurid
> >>>
> >>> Am 28/03/16 um 17:19 schrieb Rolf
> >>> Skowronek:
> >>>
> >>> Hallo Thurid,
> >>> wenn Du die Installation so gemacht
> >>> hast wie Thomas
> >>> es beschrieben hat,
> >>> gibt es auch kein Passwort.
> >>> Ich habe die Installation auch immer
> >>> so gemacht und
> >>> nie ein Passwort
> >>> gebraucht. Wenn ich ein Backup der
> >>> Datenbank machen
> >>> will und gebe ein
> >>> Passwort ein, bekomme ich dieselbe
> >>> Fehlermeldung
> >>> wie Du. Wenn das Feld
> >>> einfach leer bleibt funktioniert es
> >>> wie erwartet.
> >>> Die Eingabeaufforderung ist ja:
> >>> Passwort des Datenbankadmin (falls
> >>> benötigt)
> >>> Probiers mal ohne.
> >>>
> >>> Rolf
> >>>
> >>>
> >>> On 03/28/2016 02:31 PM,
> >>> edelstahlelfe wrote:
> >>>
> >>> :) auch frohe Ostern...
> >>> danke, jetzt bin ich wieder
> >>> einen Schritt
> >>> weiter :) das Zertifikat ist
> >>> erfolgreich eingespielt :) yay
> >>> :)
> >>>
> >>> aber das mit der Datenbank geht
> >>> nach wie vor
> >>> nicht. ich kann zwar neue
> >>> Patientinnen erstellen, aber ich
> >>> kann weder
> >>> eine Sicherung erstellen,
> >>> noch eine einspielen. Die
> >>> Fehlermeldung ist
> >>> gleich, egal welches
> >>> Passwort ich eingebe,
> >>> Admin-Passwort des
> >>> Rechners, der Datenbank,
> >>> keins...
> >>>
> >>> in der /etc/tinyheb.conf steht
> >>> keines drin,
> >>> weder bei Admin noch bei
> >>> user, wenn ich das admin
> >>> passwort der Datenbank
> >>> da eingebe und es
> >>> wieder
> >>> versuche, geht es auch nicht.
> >>>
> >>> ich habe versucht, die init.sql
> >>> noch mal laufen
> >>> zu lassen, laut den
> >>> Fehlermeldungen da, gehe ich
> >>> davon aus, dass
> >>> die Datenbank
> >>> Konfiguration
> >>> schon funktioniert hat...
> >>>
> >>> kann es sein, dass es nicht am
> >>> Passwort liegt?
> >>>
> >>> Vielen Dank,
> >>> Thurid
> >>>
> >>>
> >>> Am 28/03/16 um 01:21 schrieb
> >>> Johannes Renkl:
> >>>
> >>> Frohe Ostern allerseits, :)
> >>>
> >>>
> >>> versuch mal den Befehl
> >>> startx auszuführen
> >>> bevor Du
> >>> das tk modul installierst.
> >>> Bzw schau Dir
> >>> die ersten
> >>> beiden Treffer bei google an
> >>> für die
> >>> Suchbegriffe
> >>> "perl tk cpan macos".
> >>>
> >>> Das Passwort zum Einspielen
> >>> der
> >>> Datensicherung müsste
> >>> eigentlich das sein das in /
> >>> etc/
> >>> tinyheb.conf steht
> >>> denke ich...
> >>>
> >>>
> >>> Grüße Johannes
> >>>
> >>>
> >>> ich kann leider xkey.pl
> >>> nicht starten,
> >>> Fehlermeldung:
> >>>
> >>> using OpenSSL command
> >>> line at xkey.pl
> >>> line 33.
> >>> Can't locate Tk.pm in
> >>> @INC (you may
> >>> need to install
> >>> the Tk module) (@INC
> >>> contains:
> >>> /Library/Perl/5.18/
> >>> darwin-thread-multi-2level
> >>> /Library/Perl/5.18
> >>> /Network/Library/Perl/
> >>> 5.18/
> >>> darwin-thread-multi-2level
> >>> /Network/Library/Perl/
> >>> 5.18
> >>> /Library/Perl/Updates/
> >>> 5.18.2/
> >>> darwin-thread-multi-2level
> >>> /Library/Perl/Updates/
> >>> 5.18.2
> >>> /System/Library/Perl/
> >>> 5.18/
> >>> darwin-thread-multi-2level
> >>> /System/Library/Perl/
> >>> 5.18
> >>> /System/Library/Perl/
> >>> Extras/5.18/
> >>> darwin-thread-multi-2level
> >>> /System/Library/Perl/
> >>> Extras/5.18 .) at
> >>> xkey.pl line
> >>> 45.
> >>> BEGIN
> >>> failed--compilation aborted at
> >>> xkey.pl line 45.
> >>>
> >>> daraufhin, hab ich jetzt
> >>> versucht, alle
> >>> Module aus
> >>> der Doku zu
> >>> installieren, ging auch,
> >>> ausser die Tk
> >>> Module:
> >>>
> >>> Using -L/usr/X11R6/lib
> >>> to find /usr/
> >>> X11R6/lib/libX11.6.dylib
> >>> Cannot find X include
> >>> files via /usr/
> >>> X11R6/include
> >>> Cannot find X include
> >>> files anywhere.
> >>> No 'Makefile'
> >>> created'YAML' not
> >>> installed, will not
> >>> store persistent
> >>> state
> >>> SREZIC/Tk-804.033.tar.gz
> >>> /usr/bin/perl
> >>> Makefile.PL -- NOT OK
> >>> Running make test
> >>> Make had some problems,
> >>> won't test
> >>> Running make install
> >>> Make had some problems,
> >>> won't install
> >>> Could not read metadata
> >>> file. Falling
> >>> back to other
> >>> methods to determine
> >>> prerequisites
> >>>
> >>> Langsam denke ich an
> >>> aufgeben... ;)
> >>>
> >>> hat noch irgendjemand
> >>> eine gute Idee?
> >>>
> >>> Danke und LG,
> >>> Thurid
> >>>
> >>>
> >>> Am 27/03/16 um 10:36
> >>> schrieb Rolf
> >>> Skowronek:
> >>>
> >>> Thurid,
> >>> die Übernahme des
> >>> Zertifikats passiert
> >>> wohl genauso, wie nach
> >>> der
> >>> ürsprünglichen
> >>> Erteilung. Also
> >>> 'gesamt-pkcs.key' von
> >>> der ITSG
> >>> herunterladen und mit
> >>> xkey.pl einlesen
> >>> (Seiten 134 und 135 in
> >>> der
> >>> Doku).
> >>> Zum Einspielen der
> >>> Sicherung habe ich
> >>> im Moment keine Idee.
> >>>
> >>> Rolf
> >>>
> >>> On 03/27/2016 12:46 AM,
> >>> edelstahlelfe
> >>> wrote:
> >>>
> >>> Hallo alle miteinander
> >>> :)
> >>>
> >>> @Rolf, danke hab es
> >>> gefunden und die
> >>> Skripte werden jetzt
> >>> ausgefuehrt,... :)
> >>>
> >>> @Johannes, das mit dem
> >>> mysql Befehl hat
> >>> sich auch
> >>> geklaert, das ist
> >>> bei
> >>> dem Mac an einer anderen
> >>> Stelle,
> >>> die Skripte
> >>> funktionierten aber erst,
> >>> nachdem ich noch ein
> >>> zusaetzliches
> >>> perl modul installiert
> >>> habe
> >>> (DBD::mysql) (war in der
> >>> Fehlermeldung so
> >>> genannt),
> >>> habe die init datei
> >>> danach nochmal
> >>> gestartet und den Fehler
> >>> 1396
> >>> (HY000)
> >>> at line 4: Operation
> >>> create User failed
> >>> for 'wwwrun'@'localhost'
> >>> liegt es daran, dass ich
> >>> es nicht
> >>> mehrmals starten kann,
> >>> oder ist noch
> >>> was nicht ok?
> >>>
> >>> und jetzt habe ich noch
> >>> das Problem,
> >>> dass ich die Sicherung
> >>> nicht
> >>> einspielen kann :(
> >>>
> >>> Fehlermeldung Von "http:
> >>> //localhost <
> >>> http://localhost/>":
> >>> Sicherung konnte nicht
> >>> erfolgreich in
> >>> Datenbank
> >>> eingespielt werden,
> >>> bitte Passwort und
> >>> Error-Log des
> >>> Webservers ueberpruefen.
> >>>
> >>> Ich habe es mit allen
> >>> pwds der
> >>> Datenbank probiert (es
> >>> gab
> >>> am Anfang
> >>> ein
> >>> Temporaeres, dass ich
> >>> aber geaendert
> >>> habe). Ich glaube nicht
> >>> dass
> >>> es am
> >>> Passwort liegt, wie
> >>> prueft man denn
> >>> Error-Logs?
> >>> oder hat jemand eine
> >>> Idee, woran es
> >>> liegt?
> >>>
> >>> und zum einspielen des
> >>> Zertifikats, ich
> >>> finde in der Doku den
> >>> Fall
> >>> nicht, dass man ein
> >>> bestehendes
> >>> Zertifikat migriert...
> >>> ich habe eine Kopie des
> >>> Privaten
> >>> Schluessels (zumindest
> >>> des
> >>> angegebenen
> >>> Ordners unter windows
> >>> erstellt.
> >>> genuegt, es diesen
> >>> irgendwo auf dem
> >>> Mac
> >>> zu speichern? und wenn
> >>> wo? ich bin mir
> >>> nicht sicher, wo
> >>> hier (der mac)
> >>> das Aequivalent zu dem
> >>> home verzeichnis
> >>> sein soll.
> >>>
> >>> Danke fuer die Hilfe und
> >>> frohe Ostern
> >>> :)
> >>>
> >>> Thurid
> >>>
> >>>
> >>>
> >>>
> >>> Am 24/03/16 um 15:08
> >>> schrieb Rolf
> >>> Skowronek:
> >>>
> >>> Hallo Thurid,
> >>> dasselbe Problem hatte
> >>> ich auch mal
> >>> nachdem ich einige
> >>> Pakete
> >>> upgedated
> >>> hatte. Damals war wohl
> >>> auch ein Update
> >>> für den httpd
> >>> dabei und das
> >>> hat
> >>> auch Kofigurationsfiles
> >>> überschrieben.
> >>> Hier meine Notiz
> >>> von damals:
> >>>
> >>> Tinyheb lief nicht, Perl
> >>> Scripts wurden
> >>> angezeigt aber nicht
> >>> ausgeführt.
> >>> In /etc/httpd/httpd.conf
> >>> war das Laden
> >>> von 'mod_cgi.so'
> >>> auskommentiert.
> >>> ( http://
> >>> httpd.apache.org/docs/2.2/
> >>> howto/cgi.html)
> >>>
> >>> Vieleicht hilft das ja
> >>> weiter.
> >>>
> >>> Rolf
> >>>
> >>>
> >>> On 03/23/2016 07:46 PM,
> >>> edelstahlelfe
> >>> wrote:
> >>>
> >>> also, es gibt auch kein
> >>> Verzeichnis
> >>> sites-available...
> >>> zumindest
> >>> nicht
> >>> auf dem Mac.
> >>> wenn man die conf Datei
> >>> in das
> >>> Verzeichnis other (da
> >>> ist noch
> >>> php5.conf
> >>> drin) kopiert,
> >>> funktioniert es, wenn
> >>> man die Seite unter
> >>> localhost/tinyheb
> >>> aufruft...
> >>> jetzt weiss ich nicht,
> >>> was es mit dem
> >>> Aktivieren der Seite auf
> >>> sich hat?
> >>> muss ich das noch machen
> >>> und in welchem
> >>> Verzeichnis?
> >>>
> >>> mein eigentliches
> >>> Problem ist, dass die
> >>> perl-skripte im Browser
> >>> als code
> >>> angezeigt werden,
> >>> Die beiden unten
> >>> genannten Module habe
> >>> ich mit cpan
> >>> runtergeladen. das
> >>> ging problemlos.
> >>> Wenn ich versuche eines
> >>> der Perlskripte
> >>> direkt auszufuehren,
> >>> bekomme ich
> >>> die Fehlermeldung: "-T"
> >>> is on the #!
> >>> line, it must also be
> >>> used
> >>> on the
> >>> command line at
> >>> stammdatenerfassung.pl
> >>> line 1.
> >>>
> >>> irgendeine Idee, warum
> >>> es nicht
> >>> funktion
> >>>
> >>> [truncated for moderation]
> >>>
> >>>
> >>> --
> >>> Mailing list: https://launchpad.net/~tinouheb
> >>> Post to : tinouheb@xxxxxxxxxxxxxxxxxxx
> >>> Unsubscribe : https://launchpad.net/~tinouheb
> >>> More help : https://help.launchpad.net/ListHelp
> >>>
> >>>
> >>>
> >>> --
> >>> Think of XFCE as a very fast, low-calorie desktop that
> >>> appeals to
> >>> people who think that Gnome and KDE are too heavy and
> >>> filled with
> >>> polyunsaturated fats. ;>
> >>>
> >>> --
> >>> Mailing list: https://launchpad.net/~tinouheb
> >>> Post to : tinouheb@xxxxxxxxxxxxxxxxxxx
> >>> Unsubscribe : https://launchpad.net/~tinouheb
> >>> More help : https://help.launchpad.net/ListHelp
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> Mailing list: https://launchpad.net/~tinouheb
> >>> Post to : tinouheb@xxxxxxxxxxxxxxxxxxx
> >>> Unsubscribe : https://launchpad.net/~tinouheb
> >>> More help : https://help.launchpad.net/ListHelp
> >>>
> >>>
> >>>
> >>> --
> >>> Think of XFCE as a very fast, low-calorie desktop that appeals to
> >>> people who think that Gnome and KDE are too heavy and filled with
> >>> polyunsaturated fats. ;>
> >>>
> >>> --
> >>> Mailing list: https://launchpad.net/~tinouheb
> >>> Post to : tinouheb@xxxxxxxxxxxxxxxxxxx
> >>> Unsubscribe : https://launchpad.net/~tinouheb
> >>> More help : https://help.launchpad.net/ListHelp
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>--
> >>>Mailing list: https://launchpad.net/~tinouheb
> >>>Post to : tinouheb@xxxxxxxxxxxxxxxxxxx
> >>>Unsubscribe : https://launchpad.net/~tinouheb
> >>>More help : https://help.launchpad.net/ListHelp
> >>
> >>--
> >>Think of XFCE as a very fast, low-calorie desktop that appeals to people who think that Gnome and KDE are too heavy and filled with polyunsaturated fats. ;>
> >>
> >>--
> >>Mailing list: https://launchpad.net/~tinouheb
> >>Post to : tinouheb@xxxxxxxxxxxxxxxxxxx
> >>Unsubscribe : https://launchpad.net/~tinouheb
> >>More help : https://help.launchpad.net/ListHelp
>
> [Sat Mar 26 17:49:21.986782 2016] [mpm_prefork:notice] [pid 52] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Sat Mar 26 17:49:21.987016 2016] [core:notice] [pid 52] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Mar 26 17:59:34.735937 2016] [mpm_prefork:notice] [pid 52] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message
> [Sat Mar 26 20:57:26.401846 2016] [mpm_prefork:notice] [pid 73] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Sat Mar 26 20:57:26.402238 2016] [core:notice] [pid 73] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Mar 26 21:11:34.062112 2016] [mpm_prefork:notice] [pid 73] AH00169: caught SIGTERM, shutting down
> [Sat Mar 26 21:23:33.381871 2016] [mpm_prefork:notice] [pid 440] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Sat Mar 26 21:23:33.382142 2016] [core:notice] [pid 440] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Mar 26 21:26:09.210350 2016] [mpm_prefork:notice] [pid 440] AH00169: caught SIGTERM, shutting down
> [Sat Mar 26 21:31:32.593120 2016] [mpm_prefork:notice] [pid 554] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Sat Mar 26 21:31:32.593389 2016] [core:notice] [pid 554] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Mar 26 22:14:23.647793 2016] [mpm_prefork:notice] [pid 554] AH00169: caught SIGTERM, shutting down
> [Sat Mar 26 22:14:23.853269 2016] [mpm_prefork:notice] [pid 657] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Sat Mar 26 22:14:23.853474 2016] [core:notice] [pid 657] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Mar 26 22:15:00.084816 2016] [cgi:error] [pid 663] [client ::1:49531] AH01215: [Sat Mar 26 22:15:00 2016] rechnungserfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:00.084958 2016] [cgi:error] [pid 663] [client ::1:49531] AH01215: [Sat Mar 26 22:15:00 2016] rechnungserfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:00.085011 2016] [cgi:error] [pid 663] [client ::1:49531] AH01215: [Sat Mar 26 22:15:00 2016] rechnungserfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:00.085070 2016] [cgi:error] [pid 663] [client ::1:49531] AH01215: [Sat Mar 26 22:15:00 2016] rechnungserfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:00.085107 2016] [cgi:error] [pid 663] [client ::1:49531] AH01215: [Sat Mar 26 22:15:00 2016] rechnungserfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:00.085163 2016] [cgi:error] [pid 663] [client ::1:49531] AH01215: [Sat Mar 26 22:15:00 2016] rechnungserfassung.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:00.085220 2016] [cgi:error] [pid 663] [client ::1:49531] AH01215: [Sat Mar 26 22:15:00 2016] rechnungserfassung.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:00.085300 2016] [cgi:error] [pid 663] [client ::1:49531] AH01215: [Sat Mar 26 22:15:00 2016] rechnungserfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl line 32.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:00.085375 2016] [cgi:error] [pid 663] [client ::1:49531] AH01215: [Sat Mar 26 22:15:00 2016] rechnungserfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl line 32.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:15.791452 2016] [cgi:error] [pid 665] [client ::1:49533] AH01215: [Sat Mar 26 22:15:15 2016] rechbear.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/rechnung/rechbear.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:15.791571 2016] [cgi:error] [pid 665] [client ::1:49533] AH01215: [Sat Mar 26 22:15:15 2016] rechbear.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/rechnung/rechbear.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:15.791613 2016] [cgi:error] [pid 665] [client ::1:49533] AH01215: [Sat Mar 26 22:15:15 2016] rechbear.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/rechnung/rechbear.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:15.791662 2016] [cgi:error] [pid 665] [client ::1:49533] AH01215: [Sat Mar 26 22:15:15 2016] rechbear.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/rechnung/rechbear.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:15.791691 2016] [cgi:error] [pid 665] [client ::1:49533] AH01215: [Sat Mar 26 22:15:15 2016] rechbear.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/rechnung/rechbear.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:15.791736 2016] [cgi:error] [pid 665] [client ::1:49533] AH01215: [Sat Mar 26 22:15:15 2016] rechbear.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/rechnung/rechbear.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:15.791783 2016] [cgi:error] [pid 665] [client ::1:49533] AH01215: [Sat Mar 26 22:15:15 2016] rechbear.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/rechnung/rechbear.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:15.791839 2016] [cgi:error] [pid 665] [client ::1:49533] AH01215: [Sat Mar 26 22:15:15 2016] rechbear.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/rechnung/rechbear.pl line 31.: /srv/www/cgi-bin/tinyheb/rechnung/rechbear.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:15.791896 2016] [cgi:error] [pid 665] [client ::1:49533] AH01215: [Sat Mar 26 22:15:15 2016] rechbear.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/rechnung/rechbear.pl line 31.: /srv/www/cgi-bin/tinyheb/rechnung/rechbear.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:25.112895 2016] [cgi:error] [pid 666] [client ::1:49536] AH01215: [Sat Mar 26 22:15:25 2016] da_stammdaten.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/da_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:25.113073 2016] [cgi:error] [pid 666] [client ::1:49536] AH01215: [Sat Mar 26 22:15:25 2016] da_stammdaten.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/da_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:25.113125 2016] [cgi:error] [pid 666] [client ::1:49536] AH01215: [Sat Mar 26 22:15:25 2016] da_stammdaten.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/da_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:25.113175 2016] [cgi:error] [pid 666] [client ::1:49536] AH01215: [Sat Mar 26 22:15:25 2016] da_stammdaten.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/da_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:25.113206 2016] [cgi:error] [pid 666] [client ::1:49536] AH01215: [Sat Mar 26 22:15:25 2016] da_stammdaten.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/da_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:25.113251 2016] [cgi:error] [pid 666] [client ::1:49536] AH01215: [Sat Mar 26 22:15:25 2016] da_stammdaten.pl: Compilation failed in require at ../Heb_leistung.pm line 26.: /srv/www/cgi-bin/tinyheb/erfassung/da_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:25.113299 2016] [cgi:error] [pid 666] [client ::1:49536] AH01215: [Sat Mar 26 22:15:25 2016] da_stammdaten.pl: BEGIN failed--compilation aborted at ../Heb_leistung.pm line 26.: /srv/www/cgi-bin/tinyheb/erfassung/da_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:25.113358 2016] [cgi:error] [pid 666] [client ::1:49536] AH01215: [Sat Mar 26 22:15:25 2016] da_stammdaten.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/da_stammdaten.pl line 31.: /srv/www/cgi-bin/tinyheb/erfassung/da_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:25.113420 2016] [cgi:error] [pid 666] [client ::1:49536] AH01215: [Sat Mar 26 22:15:25 2016] da_stammdaten.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/da_stammdaten.pl line 31.: /srv/www/cgi-bin/tinyheb/erfassung/da_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:31.074604 2016] [cgi:error] [pid 663] [client ::1:49544] AH01215: [Sat Mar 26 22:15:31 2016] stammdatenerfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:31.074731 2016] [cgi:error] [pid 663] [client ::1:49544] AH01215: [Sat Mar 26 22:15:31 2016] stammdatenerfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:31.074781 2016] [cgi:error] [pid 663] [client ::1:49544] AH01215: [Sat Mar 26 22:15:31 2016] stammdatenerfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:31.074845 2016] [cgi:error] [pid 663] [client ::1:49544] AH01215: [Sat Mar 26 22:15:31 2016] stammdatenerfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:31.074881 2016] [cgi:error] [pid 663] [client ::1:49544] AH01215: [Sat Mar 26 22:15:31 2016] stammdatenerfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:31.074934 2016] [cgi:error] [pid 663] [client ::1:49544] AH01215: [Sat Mar 26 22:15:31 2016] stammdatenerfassung.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:31.074990 2016] [cgi:error] [pid 663] [client ::1:49544] AH01215: [Sat Mar 26 22:15:31 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:31.075060 2016] [cgi:error] [pid 663] [client ::1:49544] AH01215: [Sat Mar 26 22:15:31 2016] stammdatenerfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:31.075131 2016] [cgi:error] [pid 663] [client ::1:49544] AH01215: [Sat Mar 26 22:15:31 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:37.826366 2016] [cgi:error] [pid 664] [client ::1:49547] AH01215: [Sat Mar 26 22:15:37 2016] stammdatenerfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:37.826556 2016] [cgi:error] [pid 664] [client ::1:49547] AH01215: [Sat Mar 26 22:15:37 2016] stammdatenerfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:37.826633 2016] [cgi:error] [pid 664] [client ::1:49547] AH01215: [Sat Mar 26 22:15:37 2016] stammdatenerfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:37.826708 2016] [cgi:error] [pid 664] [client ::1:49547] AH01215: [Sat Mar 26 22:15:37 2016] stammdatenerfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:37.826757 2016] [cgi:error] [pid 664] [client ::1:49547] AH01215: [Sat Mar 26 22:15:37 2016] stammdatenerfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:37.826829 2016] [cgi:error] [pid 664] [client ::1:49547] AH01215: [Sat Mar 26 22:15:37 2016] stammdatenerfassung.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:37.826904 2016] [cgi:error] [pid 664] [client ::1:49547] AH01215: [Sat Mar 26 22:15:37 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:37.827065 2016] [cgi:error] [pid 664] [client ::1:49547] AH01215: [Sat Mar 26 22:15:37 2016] stammdatenerfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:37.827181 2016] [cgi:error] [pid 664] [client ::1:49547] AH01215: [Sat Mar 26 22:15:37 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:42.674041 2016] [cgi:error] [pid 665] [client ::1:49548] AH01215: [Sat Mar 26 22:15:42 2016] krankenkassenerfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/krankenkassenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:42.674181 2016] [cgi:error] [pid 665] [client ::1:49548] AH01215: [Sat Mar 26 22:15:42 2016] krankenkassenerfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/krankenkassenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:42.674229 2016] [cgi:error] [pid 665] [client ::1:49548] AH01215: [Sat Mar 26 22:15:42 2016] krankenkassenerfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/krankenkassenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:42.674282 2016] [cgi:error] [pid 665] [client ::1:49548] AH01215: [Sat Mar 26 22:15:42 2016] krankenkassenerfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/krankenkassenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:42.674316 2016] [cgi:error] [pid 665] [client ::1:49548] AH01215: [Sat Mar 26 22:15:42 2016] krankenkassenerfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/krankenkassenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:42.674367 2016] [cgi:error] [pid 665] [client ::1:49548] AH01215: [Sat Mar 26 22:15:42 2016] krankenkassenerfassung.pl: Compilation failed in require at ../Heb_krankenkassen.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/krankenkassenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:42.674419 2016] [cgi:error] [pid 665] [client ::1:49548] AH01215: [Sat Mar 26 22:15:42 2016] krankenkassenerfassung.pl: BEGIN failed--compilation aborted at ../Heb_krankenkassen.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/krankenkassenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:42.674485 2016] [cgi:error] [pid 665] [client ::1:49548] AH01215: [Sat Mar 26 22:15:42 2016] krankenkassenerfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/krankenkassenerfassung.pl line 31.: /srv/www/cgi-bin/tinyheb/erfassung/krankenkassenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:15:42.674553 2016] [cgi:error] [pid 665] [client ::1:49548] AH01215: [Sat Mar 26 22:15:42 2016] krankenkassenerfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/krankenkassenerfassung.pl line 31.: /srv/www/cgi-bin/tinyheb/erfassung/krankenkassenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:20.080908 2016] [mpm_prefork:notice] [pid 657] AH00169: caught SIGTERM, shutting down
> [Sat Mar 26 22:18:20.200953 2016] [mpm_prefork:notice] [pid 700] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Sat Mar 26 22:18:20.201161 2016] [core:notice] [pid 700] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Mar 26 22:18:32.800048 2016] [cgi:error] [pid 701] [client ::1:49556] AH01215: [Sat Mar 26 22:18:32 2016] rechnung_generierung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/rechnung/rechnung_generierung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:32.800316 2016] [cgi:error] [pid 701] [client ::1:49556] AH01215: [Sat Mar 26 22:18:32 2016] rechnung_generierung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/rechnung/rechnung_generierung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:32.800369 2016] [cgi:error] [pid 701] [client ::1:49556] AH01215: [Sat Mar 26 22:18:32 2016] rechnung_generierung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/rechnung/rechnung_generierung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:32.800431 2016] [cgi:error] [pid 701] [client ::1:49556] AH01215: [Sat Mar 26 22:18:32 2016] rechnung_generierung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/rechnung/rechnung_generierung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:32.800470 2016] [cgi:error] [pid 701] [client ::1:49556] AH01215: [Sat Mar 26 22:18:32 2016] rechnung_generierung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/rechnung/rechnung_generierung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:32.800524 2016] [cgi:error] [pid 701] [client ::1:49556] AH01215: [Sat Mar 26 22:18:32 2016] rechnung_generierung.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/rechnung/rechnung_generierung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:32.800585 2016] [cgi:error] [pid 701] [client ::1:49556] AH01215: [Sat Mar 26 22:18:32 2016] rechnung_generierung.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/rechnung/rechnung_generierung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:32.800667 2016] [cgi:error] [pid 701] [client ::1:49556] AH01215: [Sat Mar 26 22:18:32 2016] rechnung_generierung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/rechnung/rechnung_generierung.pl line 31.: /srv/www/cgi-bin/tinyheb/rechnung/rechnung_generierung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:32.800750 2016] [cgi:error] [pid 701] [client ::1:49556] AH01215: [Sat Mar 26 22:18:32 2016] rechnung_generierung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/rechnung/rechnung_generierung.pl line 31.: /srv/www/cgi-bin/tinyheb/rechnung/rechnung_generierung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:36.424058 2016] [cgi:error] [pid 703] [client ::1:49558] AH01215: [Sat Mar 26 22:18:36 2016] heb_stammdaten.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/heb_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:36.424198 2016] [cgi:error] [pid 703] [client ::1:49558] AH01215: [Sat Mar 26 22:18:36 2016] heb_stammdaten.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/heb_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:36.424244 2016] [cgi:error] [pid 703] [client ::1:49558] AH01215: [Sat Mar 26 22:18:36 2016] heb_stammdaten.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/heb_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:36.424295 2016] [cgi:error] [pid 703] [client ::1:49558] AH01215: [Sat Mar 26 22:18:36 2016] heb_stammdaten.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/heb_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:36.424327 2016] [cgi:error] [pid 703] [client ::1:49558] AH01215: [Sat Mar 26 22:18:36 2016] heb_stammdaten.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/heb_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:36.424374 2016] [cgi:error] [pid 703] [client ::1:49558] AH01215: [Sat Mar 26 22:18:36 2016] heb_stammdaten.pl: Compilation failed in require at ../Heb_leistung.pm line 26.: /srv/www/cgi-bin/tinyheb/erfassung/heb_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:36.424422 2016] [cgi:error] [pid 703] [client ::1:49558] AH01215: [Sat Mar 26 22:18:36 2016] heb_stammdaten.pl: BEGIN failed--compilation aborted at ../Heb_leistung.pm line 26.: /srv/www/cgi-bin/tinyheb/erfassung/heb_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:36.424483 2016] [cgi:error] [pid 703] [client ::1:49558] AH01215: [Sat Mar 26 22:18:36 2016] heb_stammdaten.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/heb_stammdaten.pl line 31.: /srv/www/cgi-bin/tinyheb/erfassung/heb_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:36.424546 2016] [cgi:error] [pid 703] [client ::1:49558] AH01215: [Sat Mar 26 22:18:36 2016] heb_stammdaten.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/heb_stammdaten.pl line 31.: /srv/www/cgi-bin/tinyheb/erfassung/heb_stammdaten.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:42.645935 2016] [cgi:error] [pid 704] [client ::1:49559] AH01215: [Sat Mar 26 22:18:42 2016] feiertagserfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/feiertagserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:42.646133 2016] [cgi:error] [pid 704] [client ::1:49559] AH01215: [Sat Mar 26 22:18:42 2016] feiertagserfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/feiertagserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:42.646190 2016] [cgi:error] [pid 704] [client ::1:49559] AH01215: [Sat Mar 26 22:18:42 2016] feiertagserfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/feiertagserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:42.646247 2016] [cgi:error] [pid 704] [client ::1:49559] AH01215: [Sat Mar 26 22:18:42 2016] feiertagserfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/feiertagserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:42.646293 2016] [cgi:error] [pid 704] [client ::1:49559] AH01215: [Sat Mar 26 22:18:42 2016] feiertagserfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/feiertagserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:42.646344 2016] [cgi:error] [pid 704] [client ::1:49559] AH01215: [Sat Mar 26 22:18:42 2016] feiertagserfassung.pl: Compilation failed in require at ../Heb_datum.pm line 37.: /srv/www/cgi-bin/tinyheb/erfassung/feiertagserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:42.646396 2016] [cgi:error] [pid 704] [client ::1:49559] AH01215: [Sat Mar 26 22:18:42 2016] feiertagserfassung.pl: BEGIN failed--compilation aborted at ../Heb_datum.pm line 37.: /srv/www/cgi-bin/tinyheb/erfassung/feiertagserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:42.646465 2016] [cgi:error] [pid 704] [client ::1:49559] AH01215: [Sat Mar 26 22:18:42 2016] feiertagserfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/feiertagserfassung.pl line 31.: /srv/www/cgi-bin/tinyheb/erfassung/feiertagserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:18:42.646536 2016] [cgi:error] [pid 704] [client ::1:49559] AH01215: [Sat Mar 26 22:18:42 2016] feiertagserfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/feiertagserfassung.pl line 31.: /srv/www/cgi-bin/tinyheb/erfassung/feiertagserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:19:01.641169 2016] [cgi:error] [pid 703] [client ::1:49575] AH01215: [Sat Mar 26 22:19:01 2016] stammdatenerfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:19:01.641286 2016] [cgi:error] [pid 703] [client ::1:49575] AH01215: [Sat Mar 26 22:19:01 2016] stammdatenerfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:19:01.641333 2016] [cgi:error] [pid 703] [client ::1:49575] AH01215: [Sat Mar 26 22:19:01 2016] stammdatenerfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:19:01.641385 2016] [cgi:error] [pid 703] [client ::1:49575] AH01215: [Sat Mar 26 22:19:01 2016] stammdatenerfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:19:01.641418 2016] [cgi:error] [pid 703] [client ::1:49575] AH01215: [Sat Mar 26 22:19:01 2016] stammdatenerfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:19:01.641467 2016] [cgi:error] [pid 703] [client ::1:49575] AH01215: [Sat Mar 26 22:19:01 2016] stammdatenerfassung.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:19:01.641518 2016] [cgi:error] [pid 703] [client ::1:49575] AH01215: [Sat Mar 26 22:19:01 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:19:01.641592 2016] [cgi:error] [pid 703] [client ::1:49575] AH01215: [Sat Mar 26 22:19:01 2016] stammdatenerfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 22:19:01.641658 2016] [cgi:error] [pid 703] [client ::1:49575] AH01215: [Sat Mar 26 22:19:01 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:11.718109 2016] [cgi:error] [pid 702] [client ::1:50704] AH01215: [Sat Mar 26 23:38:11 2016] stammdatenerfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:11.718325 2016] [cgi:error] [pid 702] [client ::1:50704] AH01215: [Sat Mar 26 23:38:11 2016] stammdatenerfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:11.718409 2016] [cgi:error] [pid 702] [client ::1:50704] AH01215: [Sat Mar 26 23:38:11 2016] stammdatenerfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:11.718466 2016] [cgi:error] [pid 702] [client ::1:50704] AH01215: [Sat Mar 26 23:38:11 2016] stammdatenerfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:11.718499 2016] [cgi:error] [pid 702] [client ::1:50704] AH01215: [Sat Mar 26 23:38:11 2016] stammdatenerfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:11.718548 2016] [cgi:error] [pid 702] [client ::1:50704] AH01215: [Sat Mar 26 23:38:11 2016] stammdatenerfassung.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:11.718598 2016] [cgi:error] [pid 702] [client ::1:50704] AH01215: [Sat Mar 26 23:38:11 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:11.718662 2016] [cgi:error] [pid 702] [client ::1:50704] AH01215: [Sat Mar 26 23:38:11 2016] stammdatenerfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:11.718727 2016] [cgi:error] [pid 702] [client ::1:50704] AH01215: [Sat Mar 26 23:38:11 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:14.821645 2016] [cgi:error] [pid 703] [client ::1:50705] AH01215: [Sat Mar 26 23:38:14 2016] stammdatenerfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:14.821778 2016] [cgi:error] [pid 703] [client ::1:50705] AH01215: [Sat Mar 26 23:38:14 2016] stammdatenerfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:14.821826 2016] [cgi:error] [pid 703] [client ::1:50705] AH01215: [Sat Mar 26 23:38:14 2016] stammdatenerfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:14.821879 2016] [cgi:error] [pid 703] [client ::1:50705] AH01215: [Sat Mar 26 23:38:14 2016] stammdatenerfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:14.821912 2016] [cgi:error] [pid 703] [client ::1:50705] AH01215: [Sat Mar 26 23:38:14 2016] stammdatenerfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:14.821962 2016] [cgi:error] [pid 703] [client ::1:50705] AH01215: [Sat Mar 26 23:38:14 2016] stammdatenerfassung.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:14.822014 2016] [cgi:error] [pid 703] [client ::1:50705] AH01215: [Sat Mar 26 23:38:14 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:14.822080 2016] [cgi:error] [pid 703] [client ::1:50705] AH01215: [Sat Mar 26 23:38:14 2016] stammdatenerfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:38:14.822147 2016] [cgi:error] [pid 703] [client ::1:50705] AH01215: [Sat Mar 26 23:38:14 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:10.341792 2016] [cgi:error] [pid 704] [client ::1:50711] AH01215: [Sat Mar 26 23:40:10 2016] stammdatenerfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:10.341913 2016] [cgi:error] [pid 704] [client ::1:50711] AH01215: [Sat Mar 26 23:40:10 2016] stammdatenerfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:10.341960 2016] [cgi:error] [pid 704] [client ::1:50711] AH01215: [Sat Mar 26 23:40:10 2016] stammdatenerfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:10.342022 2016] [cgi:error] [pid 704] [client ::1:50711] AH01215: [Sat Mar 26 23:40:10 2016] stammdatenerfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:10.342055 2016] [cgi:error] [pid 704] [client ::1:50711] AH01215: [Sat Mar 26 23:40:10 2016] stammdatenerfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:10.342105 2016] [cgi:error] [pid 704] [client ::1:50711] AH01215: [Sat Mar 26 23:40:10 2016] stammdatenerfassung.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:10.342156 2016] [cgi:error] [pid 704] [client ::1:50711] AH01215: [Sat Mar 26 23:40:10 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:10.342250 2016] [cgi:error] [pid 704] [client ::1:50711] AH01215: [Sat Mar 26 23:40:10 2016] stammdatenerfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:10.342317 2016] [cgi:error] [pid 704] [client ::1:50711] AH01215: [Sat Mar 26 23:40:10 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:16.234387 2016] [cgi:error] [pid 701] [client ::1:50712] AH01215: [Sat Mar 26 23:40:16 2016] rechnungserfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:16.234523 2016] [cgi:error] [pid 701] [client ::1:50712] AH01215: [Sat Mar 26 23:40:16 2016] rechnungserfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:16.234569 2016] [cgi:error] [pid 701] [client ::1:50712] AH01215: [Sat Mar 26 23:40:16 2016] rechnungserfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:16.234622 2016] [cgi:error] [pid 701] [client ::1:50712] AH01215: [Sat Mar 26 23:40:16 2016] rechnungserfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:16.234655 2016] [cgi:error] [pid 701] [client ::1:50712] AH01215: [Sat Mar 26 23:40:16 2016] rechnungserfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:16.234704 2016] [cgi:error] [pid 701] [client ::1:50712] AH01215: [Sat Mar 26 23:40:16 2016] rechnungserfassung.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:16.234810 2016] [cgi:error] [pid 701] [client ::1:50712] AH01215: [Sat Mar 26 23:40:16 2016] rechnungserfassung.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:16.234945 2016] [cgi:error] [pid 701] [client ::1:50712] AH01215: [Sat Mar 26 23:40:16 2016] rechnungserfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl line 32.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:40:16.235015 2016] [cgi:error] [pid 701] [client ::1:50712] AH01215: [Sat Mar 26 23:40:16 2016] rechnungserfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl line 32.: /srv/www/cgi-bin/tinyheb/erfassung/rechnungserfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:41:23.778383 2016] [mpm_prefork:notice] [pid 700] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message
> [Sat Mar 26 23:41:37.872829 2016] [mpm_prefork:notice] [pid 74] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Sat Mar 26 23:41:37.873152 2016] [core:notice] [pid 74] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Mar 26 23:42:14.941783 2016] [cgi:error] [pid 219] [client ::1:49288] AH01215: [Sat Mar 26 23:42:14 2016] stammdatenerfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:14.942126 2016] [cgi:error] [pid 219] [client ::1:49288] AH01215: [Sat Mar 26 23:42:14 2016] stammdatenerfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:14.942280 2016] [cgi:error] [pid 219] [client ::1:49288] AH01215: [Sat Mar 26 23:42:14 2016] stammdatenerfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:14.942372 2016] [cgi:error] [pid 219] [client ::1:49288] AH01215: [Sat Mar 26 23:42:14 2016] stammdatenerfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:14.942428 2016] [cgi:error] [pid 219] [client ::1:49288] AH01215: [Sat Mar 26 23:42:14 2016] stammdatenerfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:14.942506 2016] [cgi:error] [pid 219] [client ::1:49288] AH01215: [Sat Mar 26 23:42:14 2016] stammdatenerfassung.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:14.942592 2016] [cgi:error] [pid 219] [client ::1:49288] AH01215: [Sat Mar 26 23:42:14 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:14.942699 2016] [cgi:error] [pid 219] [client ::1:49288] AH01215: [Sat Mar 26 23:42:14 2016] stammdatenerfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:14.942861 2016] [cgi:error] [pid 219] [client ::1:49288] AH01215: [Sat Mar 26 23:42:14 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:17.403872 2016] [cgi:error] [pid 219] [client ::1:49297] AH01215: [Sat Mar 26 23:42:17 2016] stammdatenerfassung.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: ../ /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18) at (eval 8) line 3.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:17.404040 2016] [cgi:error] [pid 219] [client ::1:49297] AH01215: [Sat Mar 26 23:42:17 2016] stammdatenerfassung.pl: Perhaps the DBD::mysql perl module hasn't been fully installed,: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:17.404109 2016] [cgi:error] [pid 219] [client ::1:49297] AH01215: [Sat Mar 26 23:42:17 2016] stammdatenerfassung.pl: or perhaps the capitalisation of 'mysql' isn't right.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:17.404181 2016] [cgi:error] [pid 219] [client ::1:49297] AH01215: [Sat Mar 26 23:42:17 2016] stammdatenerfassung.pl: Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:17.404228 2016] [cgi:error] [pid 219] [client ::1:49297] AH01215: [Sat Mar 26 23:42:17 2016] stammdatenerfassung.pl: at ../Heb.pm line 73.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:17.404295 2016] [cgi:error] [pid 219] [client ::1:49297] AH01215: [Sat Mar 26 23:42:17 2016] stammdatenerfassung.pl: Compilation failed in require at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:17.404369 2016] [cgi:error] [pid 219] [client ::1:49297] AH01215: [Sat Mar 26 23:42:17 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at ../Heb_stammdaten.pm line 36.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:17.404474 2016] [cgi:error] [pid 219] [client ::1:49297] AH01215: [Sat Mar 26 23:42:17 2016] stammdatenerfassung.pl: Compilation failed in require at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sat Mar 26 23:42:17.404559 2016] [cgi:error] [pid 219] [client ::1:49297] AH01215: [Sat Mar 26 23:42:17 2016] stammdatenerfassung.pl: BEGIN failed--compilation aborted at /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl line 35.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/
> [Sun Mar 27 00:07:50.001405 2016] [cgi:error] [pid 666] [client ::1:49530] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:08:07.019052 2016] [cgi:error] [pid 668] [client ::1:49531] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:08:27.428673 2016] [cgi:error] [pid 667] [client ::1:49532] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:08:48.405020 2016] [cgi:error] [pid 669] [client ::1:49533] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:09:20.635619 2016] [cgi:error] [pid 219] [client ::1:49534] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:09:40.613879 2016] [cgi:error] [pid 662] [client ::1:49541] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:10:16.565128 2016] [cgi:error] [pid 664] [client ::1:49544] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:10:35.985147 2016] [cgi:error] [pid 666] [client ::1:49545] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:11:00.280034 2016] [cgi:error] [pid 668] [client ::1:49546] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:11:15.707325 2016] [cgi:error] [pid 667] [client ::1:49547] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:11:37.618536 2016] [cgi:error] [pid 669] [client ::1:49574] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:12:23.959518 2016] [cgi:error] [pid 219] [client ::1:49585] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:12:32.245712 2016] [cgi:error] [pid 662] [client ::1:49586] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:12:46.351652 2016] [cgi:error] [pid 666] [client ::1:49589] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:13:02.270365 2016] [cgi:error] [pid 668] [client ::1:49590] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:16:57.451061 2016] [cgi:error] [pid 667] [client ::1:49597] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:17:13.075139 2016] [cgi:error] [pid 663] [client ::1:49600] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:35:57.768965 2016] [cgi:error] [pid 662] [client ::1:49707] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 00:47:02.639196 2016] [mpm_prefork:notice] [pid 74] AH00169: caught SIGTERM, shutting down
> [Sun Mar 27 00:47:47.893494 2016] [mpm_prefork:notice] [pid 74] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Sun Mar 27 00:47:47.899390 2016] [core:notice] [pid 74] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sun Mar 27 00:54:57.716036 2016] [mpm_prefork:notice] [pid 74] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message
> [Sun Mar 27 11:16:44.959372 2016] [mpm_prefork:notice] [pid 74] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Sun Mar 27 11:16:44.959643 2016] [core:notice] [pid 74] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sun Mar 27 11:18:32.929579 2016] [cgi:error] [pid 182] [client ::1:49253] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 11:18:50.191605 2016] [cgi:error] [pid 391] [client ::1:49256] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 11:29:34.095834 2016] [cgi:error] [pid 391] [client ::1:49320] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 11:29:44.186365 2016] [cgi:error] [pid 182] [client ::1:49321] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 11:46:24.421173 2016] [cgi:error] [pid 182] [client ::1:49396] AH01215: using OpenSSL command line at ./key.pl line 31.: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:46:31.558356 2016] [cgi:error] [pid 391] [client ::1:49397] AH01215: using OpenSSL command line at ./key.pl line 31.: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:46:34.255748 2016] [cgi:error] [pid 391] [client ::1:49397] AH01215: using OpenSSL command line at ./key.pl line 31.: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:46:42.182991 2016] [cgi:error] [pid 182] [client ::1:49398] AH01215: using OpenSSL command line at ./key.pl line 31.: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:46:57.062686 2016] [cgi:error] [pid 391] [client ::1:49399] AH01215: using OpenSSL command line at ./key.pl line 31.: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:46:57.895696 2016] [cgi:error] [pid 391] [client ::1:49399] AH01215: unable to load certificate: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:46:57.895841 2016] [cgi:error] [pid 391] [client ::1:49399] AH01215: 2781:error:0906D06C:PEM routines:PEM_read_bio:no start line:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-59/src/crypto/pem/pem_lib.c:648:Expecting: TRUSTED CERTIFICATE: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:46:57.896262 2016] [cgi:error] [pid 391] [client ::1:49399] AH01215: konnte Seriennummer eines Zertifikates nicht ermittlen: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:46:59.712221 2016] [cgi:error] [pid 391] (70008)Partial results are valid but processing is incomplete: [client ::1:49399] AH01225: Error reading request entity data, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:47:00.846165 2016] [cgi:error] [pid 182] [client ::1:49400] AH01215: using OpenSSL command line at ./key.pl line 31.: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:47:00.926789 2016] [cgi:error] [pid 182] [client ::1:49400] AH01215: unable to load certificate: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:47:00.926883 2016] [cgi:error] [pid 182] [client ::1:49400] AH01215: 2985:error:0906D06C:PEM routines:PEM_read_bio:no start line:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-59/src/crypto/pem/pem_lib.c:648:Expecting: TRUSTED CERTIFICATE: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:47:00.927210 2016] [cgi:error] [pid 182] [client ::1:49400] AH01215: konnte Seriennummer eines Zertifikates nicht ermittlen: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 11:47:01.575211 2016] [cgi:error] [pid 391] [client ::1:49401] AH01215: using OpenSSL command line at ./key.pl line 31.: /srv/www/cgi-bin/tinyheb/tools/key_ein.pl, referer: http://localhost/tinyheb/tools/key.html
> [Sun Mar 27 12:10:17.950280 2016] [cgi:error] [pid 182] [client ::1:49498] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Mar 27 12:12:35.177593 2016] [mpm_prefork:notice] [pid 74] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message
> [Mon Mar 28 12:12:16.951006 2016] [mpm_prefork:notice] [pid 74] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Mon Mar 28 12:12:16.954842 2016] [core:notice] [pid 74] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Mar 28 12:15:21.582722 2016] [cgi:error] [pid 184] [client ::1:49269] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Mon Mar 28 12:16:32.892245 2016] [cgi:error] [pid 417] [client ::1:49274] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Mon Mar 28 12:16:45.490455 2016] [cgi:error] [pid 184] [client ::1:49277] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Mon Mar 28 12:17:32.887447 2016] [cgi:error] [pid 418] [client ::1:49278] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Mon Mar 28 12:30:38.579208 2016] [mpm_prefork:notice] [pid 74] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message
> [Mon Mar 28 12:30:53.814996 2016] [mpm_prefork:notice] [pid 74] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Mon Mar 28 12:30:53.815235 2016] [core:notice] [pid 74] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Mar 28 13:01:57.713804 2016] [mpm_prefork:notice] [pid 74] AH00169: caught SIGTERM, shutting down
> [Mon Mar 28 13:02:10.882023 2016] [mpm_prefork:notice] [pid 74] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Mon Mar 28 13:02:10.882338 2016] [core:notice] [pid 74] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Mar 28 13:16:07.017761 2016] [cgi:error] [pid 198] [client ::1:49336] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Mon Mar 28 13:39:15.067340 2016] [cgi:error] [pid 31205] [client ::1:49563] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Mon Mar 28 13:39:37.977785 2016] [cgi:error] [pid 198] [client ::1:49566] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Mon Mar 28 13:41:01.627160 2016] [cgi:error] [pid 31205] [client ::1:49572] AH01215: [Mon Mar 28 13:41:01 2016] stammdatenerfassung.pl: DBD::mysql::st execute failed: Incorrect date value: '0000-00-00' for column 'GEBURTSDATUM_KIND' at row 1 at ../Heb_stammdaten.pm line 185.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/erfassung/stammdatenerfassung.pl
> [Mon Mar 28 13:41:01.627523 2016] [cgi:error] [pid 31205] [client ::1:49572] AH01215: [Mon Mar 28 13:41:01 2016] stammdatenerfassung.pl: DBD::mysql::st execute failed: Incorrect date value: '0000-00-00' for column 'GEBURTSDATUM_KIND' at row 1 at ../Heb_stammdaten.pm line 185.: /srv/www/cgi-bin/tinyheb/erfassung/stammdatenerfassung.pl, referer: http://localhost/tinyheb/erfassung/stammdatenerfassung.pl
> [Mon Mar 28 13:43:32.731840 2016] [cgi:error] [pid 31204] [client ::1:49589] AH01215: [Mon Mar 28 13:43:32 2016] backup_gen.pl: Can't exec "mysqldump": No such file or directory at /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl line 63.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Mon Mar 28 13:43:32.732749 2016] [cgi:error] [pid 31204] [client ::1:49589] AH01215: [Mon Mar 28 13:43:32 2016] backup_gen.pl: Konnte Datenbank nicht sichern: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Mon Mar 28 13:43:43.072414 2016] [cgi:error] [pid 31205] [client ::1:49590] AH01215: [Mon Mar 28 13:43:43 2016] backup_gen.pl: Can't exec "mysqldump": No such file or directory at /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl line 63.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Mon Mar 28 13:43:43.073775 2016] [cgi:error] [pid 31205] [client ::1:49590] AH01215: [Mon Mar 28 13:43:43 2016] backup_gen.pl: Konnte Datenbank nicht sichern: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Mon Mar 28 13:49:28.242028 2016] [cgi:error] [pid 31205] [client ::1:49609] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Mon Mar 28 13:50:42.913200 2016] [cgi:error] [pid 31203] [client ::1:49618] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Mon Mar 28 14:06:50.729042 2016] [cgi:error] [pid 31204] [client ::1:49666] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Mon Mar 28 22:16:39.503550 2016] [mpm_prefork:notice] [pid 74] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message
> [Tue Mar 29 09:03:32.920754 2016] [mpm_prefork:notice] [pid 74] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Tue Mar 29 09:03:32.921063 2016] [core:notice] [pid 74] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Mar 29 10:20:39.059961 2016] [mpm_prefork:notice] [pid 74] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message
> [Tue Mar 29 13:52:35.804259 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.16 (Unix) configured -- resuming normal operations
> [Tue Mar 29 13:52:35.804502 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Wed Mar 30 02:06:46.177403 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Wed Mar 30 02:08:27.410302 2016] [mpm_prefork:notice] [pid 79] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Wed Mar 30 02:08:27.421705 2016] [core:notice] [pid 79] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Wed Mar 30 10:03:35.548844 2016] [mpm_prefork:notice] [pid 79] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Thu Mar 31 08:55:25.202914 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Mar 31 08:55:25.203383 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Mar 31 09:59:16.447294 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Thu Mar 31 13:28:12.947296 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Mar 31 13:28:12.947636 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Mar 31 17:39:21.381677 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Fri Apr 01 09:03:52.096095 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 01 09:03:52.096420 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 01 10:02:53.774309 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Fri Apr 01 14:00:50.074886 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 01 14:00:50.075213 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 01 17:29:33.295505 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sat Apr 02 15:58:22.083565 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sat Apr 02 15:58:22.083848 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Apr 02 17:21:20.717744 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Mon Apr 04 08:52:45.514190 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 04 08:52:45.514559 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 04 09:56:49.079167 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Mon Apr 04 09:59:19.387178 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 04 09:59:19.387568 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 04 10:10:06.023009 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Mon Apr 04 13:50:03.620257 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 04 13:50:03.620692 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 04 14:28:47.918324 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Mon Apr 04 15:11:57.007101 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 04 15:11:57.007402 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 04 20:38:14.846676 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Tue Apr 05 08:58:31.439640 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 05 08:58:31.440209 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 05 10:08:42.636340 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Tue Apr 05 13:49:50.245284 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 05 13:49:50.251377 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 05 18:34:00.195659 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Tue Apr 05 19:13:43.830552 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 05 19:13:43.830946 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 05 19:30:44.079398 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Wed Apr 06 13:14:22.990004 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Wed Apr 06 13:14:22.990376 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Wed Apr 06 17:56:16.537457 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Thu Apr 07 08:36:47.720055 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Apr 07 08:36:47.721929 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 07 10:01:16.290503 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Thu Apr 07 12:53:32.925090 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Apr 07 12:53:32.925396 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 07 13:07:53.518623 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Thu Apr 07 14:49:18.374951 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Apr 07 14:49:18.375482 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 07 16:18:11.616622 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Thu Apr 07 17:25:05.927245 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Apr 07 17:25:05.927569 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 07 17:31:23.859228 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Fri Apr 08 08:37:36.034755 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 08 08:37:36.035121 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 08 08:56:00.696643 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Fri Apr 08 08:57:52.173174 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 08 08:57:52.173535 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 08 10:14:24.857535 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Fri Apr 08 12:48:07.170518 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 08 12:48:07.171126 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 08 14:55:01.251237 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sat Apr 09 11:24:18.039649 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sat Apr 09 11:24:18.040027 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Apr 09 16:16:58.058284 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Sat Apr 09 19:01:17.389391 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sat Apr 09 19:01:17.389679 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Apr 09 20:46:02.428375 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Sat Apr 09 20:50:57.640129 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sat Apr 09 20:50:57.640464 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Apr 09 23:17:39.392655 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sun Apr 10 21:17:34.062506 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sun Apr 10 21:17:34.062843 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sun Apr 10 23:28:02.641580 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Mon Apr 11 08:51:25.057510 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 11 08:51:25.057908 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 11 10:33:27.218896 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Mon Apr 11 13:45:31.019654 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 11 13:45:31.019939 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 11 14:01:40.174039 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Mon Apr 11 14:29:08.191112 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 11 14:29:08.191383 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 11 17:08:03.797193 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Mon Apr 11 17:12:46.102279 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 11 17:12:46.102595 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 11 18:15:48.114235 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Tue Apr 12 09:00:52.168750 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 12 09:00:52.169084 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 12 10:00:24.419713 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Tue Apr 12 14:08:26.522954 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 12 14:08:26.526235 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 12 15:24:02.429296 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Tue Apr 12 16:44:31.237128 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 12 16:44:31.238363 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 12 17:15:13.908382 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Wed Apr 13 08:55:50.077893 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Wed Apr 13 08:55:50.083886 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Wed Apr 13 10:12:28.793387 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Wed Apr 13 12:25:28.085565 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Wed Apr 13 12:25:28.085904 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Wed Apr 13 14:03:15.222440 2016] [cgi:error] [pid 1221] [client ::1:49496] AH01215: [Wed Apr 13 14:03:15 2016] backup_gen.pl: Can't exec "mysqldump": No such file or directory at /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl line 63.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Wed Apr 13 14:03:15.223278 2016] [cgi:error] [pid 1221] [client ::1:49496] AH01215: [Wed Apr 13 14:03:15 2016] backup_gen.pl: Konnte Datenbank nicht sichern: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Wed Apr 13 14:03:48.310375 2016] [cgi:error] [pid 1218] [client ::1:49503] AH01215: [Wed Apr 13 14:03:48 2016] backup_gen.pl: Can't exec "mysqldump": No such file or directory at /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl line 63.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Wed Apr 13 14:03:48.311144 2016] [cgi:error] [pid 1218] [client ::1:49503] AH01215: [Wed Apr 13 14:03:48 2016] backup_gen.pl: Konnte Datenbank nicht sichern: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Wed Apr 13 14:12:04.408167 2016] [cgi:error] [pid 1221] [client ::1:49578] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Wed Apr 13 14:12:22.181420 2016] [cgi:error] [pid 1218] [client ::1:49579] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Wed Apr 13 14:12:40.554699 2016] [cgi:error] [pid 716] [client ::1:49580] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Wed Apr 13 14:12:56.500757 2016] [cgi:error] [pid 1218] [client ::1:49582] AH01215: [Wed Apr 13 14:12:56 2016] backup_gen.pl: Can't exec "mysqldump": No such file or directory at /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl line 63.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Wed Apr 13 14:12:56.501858 2016] [cgi:error] [pid 1218] [client ::1:49582] AH01215: [Wed Apr 13 14:12:56 2016] backup_gen.pl: Konnte Datenbank nicht sichern: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Wed Apr 13 14:16:54.664067 2016] [cgi:error] [pid 716] [client ::1:49591] AH01215: [Wed Apr 13 14:16:54 2016] backup_gen.pl: Can't exec "mysqldump": No such file or directory at /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl line 63.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Wed Apr 13 14:16:54.664980 2016] [cgi:error] [pid 716] [client ::1:49591] AH01215: [Wed Apr 13 14:16:54 2016] backup_gen.pl: Konnte Datenbank nicht sichern: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Wed Apr 13 14:17:17.973838 2016] [cgi:error] [pid 1218] [client ::1:49593] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Wed Apr 13 14:41:02.682793 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Wed Apr 13 19:50:18.130461 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Wed Apr 13 19:50:18.142303 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Wed Apr 13 21:26:38.645524 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Thu Apr 14 08:58:47.191357 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Apr 14 08:58:47.191792 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 14 10:08:35.355475 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Thu Apr 14 13:30:00.167832 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Apr 14 13:30:00.168157 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 14 14:48:28.274691 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Thu Apr 14 15:00:51.829406 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Apr 14 15:00:51.830177 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 14 15:38:30.121663 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Thu Apr 14 16:54:06.154188 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Apr 14 16:54:06.154538 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 14 17:21:45.949629 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Fri Apr 15 09:02:10.742904 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 15 09:02:10.744423 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 15 10:01:09.000937 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Fri Apr 15 17:58:57.142773 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 15 17:58:57.143159 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 15 19:55:05.413383 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Fri Apr 15 19:55:33.140225 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 15 19:55:33.140602 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 15 19:55:57.562017 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sat Apr 16 15:02:01.868389 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sat Apr 16 15:02:01.869303 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Apr 16 15:09:20.265625 2016] [cgi:error] [pid 1051] [client ::1:49292] AH01215: [Sat Apr 16 15:09:20 2016] backup_gen.pl: Can't exec "mysqldump": No such file or directory at /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl line 63.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Sat Apr 16 15:09:20.266337 2016] [cgi:error] [pid 1051] [client ::1:49292] AH01215: [Sat Apr 16 15:09:20 2016] backup_gen.pl: Konnte Datenbank nicht sichern: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Sat Apr 16 15:28:20.420832 2016] [cgi:error] [pid 1048] [client ::1:49327] AH01215: mysqldump: [Warning] Using a password on the command line interface can be insecure.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Sat Apr 16 15:28:20.528699 2016] [cgi:error] [pid 1048] [client ::1:49327] AH01215: mysqldump: [Warning] Using a password on the command line interface can be insecure.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Sat Apr 16 15:28:28.466380 2016] [cgi:error] [pid 1050] [client ::1:49328] AH01215: mysqldump: [Warning] Using a password on the command line interface can be insecure.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Sat Apr 16 15:28:28.504378 2016] [cgi:error] [pid 1050] [client ::1:49328] AH01215: mysqldump: [Warning] Using a password on the command line interface can be insecure.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Sat Apr 16 15:36:43.486836 2016] [cgi:error] [pid 691] [client ::1:49362] AH01215: mysql: [Warning] Using a password on the command line interface can be insecure.: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sat Apr 16 15:58:06.344902 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sat Apr 16 16:00:46.757061 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sat Apr 16 16:00:46.769255 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Apr 16 16:06:42.875502 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sat Apr 16 18:39:10.949849 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sat Apr 16 18:39:10.950287 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Apr 16 19:48:19.835222 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sun Apr 17 11:46:15.133222 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sun Apr 17 11:46:15.133544 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sun Apr 17 12:36:08.882244 2016] [cgi:error] [pid 1146] [client ::1:49730] AH01215: [Sun Apr 17 12:36:08 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 12:36:08.882718 2016] [cgi:error] [pid 1146] [client ::1:49730] AH01215: [Sun Apr 17 12:36:08 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 12:37:23.784970 2016] [cgi:error] [pid 1200] [client ::1:49738] AH01215: [Sun Apr 17 12:37:23 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 12:37:23.785705 2016] [cgi:error] [pid 1200] [client ::1:49738] AH01215: [Sun Apr 17 12:37:23 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 12:41:48.952270 2016] [cgi:error] [pid 715] [client ::1:49745] AH01215: [Sun Apr 17 12:41:48 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 12:41:48.952784 2016] [cgi:error] [pid 715] [client ::1:49745] AH01215: [Sun Apr 17 12:41:48 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 12:43:01.608181 2016] [cgi:error] [pid 1146] [client ::1:49748] AH01215: [Sun Apr 17 12:43:01 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 12:43:01.608763 2016] [cgi:error] [pid 1146] [client ::1:49748] AH01215: [Sun Apr 17 12:43:01 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 12:48:13.821884 2016] [cgi:error] [pid 1146] [client ::1:49765] AH01215: [Sun Apr 17 12:48:13 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl
> [Sun Apr 17 12:48:13.821978 2016] [cgi:error] [pid 1200] [client ::1:49763] AH01215: [Sun Apr 17 12:48:13 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 12:48:13.822503 2016] [cgi:error] [pid 1146] [client ::1:49765] AH01215: [Sun Apr 17 12:48:13 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl
> [Sun Apr 17 12:48:13.822574 2016] [cgi:error] [pid 1200] [client ::1:49763] AH01215: [Sun Apr 17 12:48:13 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 12:48:44.112403 2016] [cgi:error] [pid 1232] [client ::1:49767] AH01215: [Sun Apr 17 12:48:44 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 12:48:44.113297 2016] [cgi:error] [pid 1232] [client ::1:49767] AH01215: [Sun Apr 17 12:48:44 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 13:14:28.835548 2016] [cgi:error] [pid 1233] [client ::1:49875] AH01215: [Sun Apr 17 13:14:28 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 13:14:28.836077 2016] [cgi:error] [pid 1233] [client ::1:49875] AH01215: [Sun Apr 17 13:14:28 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 13:14:36.103459 2016] [cgi:error] [pid 715] [client ::1:49877] AH01215: [Sun Apr 17 13:14:36 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 13:14:36.104258 2016] [cgi:error] [pid 715] [client ::1:49877] AH01215: [Sun Apr 17 13:14:36 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 13:14:36.105409 2016] [cgi:error] [pid 1227] [client ::1:49878] AH01215: [Sun Apr 17 13:14:36 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl
> [Sun Apr 17 13:14:36.106812 2016] [cgi:error] [pid 1227] [client ::1:49878] AH01215: [Sun Apr 17 13:14:36 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl
> [Sun Apr 17 13:14:48.113844 2016] [cgi:error] [pid 1200] [client ::1:49881] AH01215: [Sun Apr 17 13:14:48 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 13:14:48.114580 2016] [cgi:error] [pid 1200] [client ::1:49881] AH01215: [Sun Apr 17 13:14:48 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 13:26:36.518546 2016] [cgi:error] [pid 1232] [client ::1:49991] AH01215: [Sun Apr 17 13:26:36 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 13:26:36.519142 2016] [cgi:error] [pid 1232] [client ::1:49991] AH01215: [Sun Apr 17 13:26:36 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 13:26:46.667657 2016] [cgi:error] [pid 1233] [client ::1:49992] AH01215: [Sun Apr 17 13:26:46 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 13:26:46.668238 2016] [cgi:error] [pid 1233] [client ::1:49992] AH01215: [Sun Apr 17 13:26:46 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 14:36:39.467952 2016] [cgi:error] [pid 1227] [client ::1:50261] AH01215: [Sun Apr 17 14:36:39 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 14:36:39.468492 2016] [cgi:error] [pid 1227] [client ::1:50261] AH01215: [Sun Apr 17 14:36:39 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 14:36:48.501674 2016] [cgi:error] [pid 1200] [client ::1:50265] AH01215: [Sun Apr 17 14:36:48 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 14:36:48.502174 2016] [cgi:error] [pid 1200] [client ::1:50265] AH01215: [Sun Apr 17 14:36:48 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 14:37:45.719358 2016] [cgi:error] [pid 715] [client ::1:50270] AH01215: [Sun Apr 17 14:37:45 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 14:37:45.719847 2016] [cgi:error] [pid 715] [client ::1:50270] AH01215: [Sun Apr 17 14:37:45 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 15:00:45.676517 2016] [cgi:error] [pid 1233] [client ::1:50353] AH01215: [Sun Apr 17 15:00:45 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 15:00:45.677278 2016] [cgi:error] [pid 1233] [client ::1:50353] AH01215: [Sun Apr 17 15:00:45 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 15:03:41.306710 2016] [cgi:error] [pid 1232] [client ::1:50376] AH01215: mysqldump: [Warning] Using a password on the command line interface can be insecure.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Sun Apr 17 15:03:41.628647 2016] [cgi:error] [pid 1232] [client ::1:50376] AH01215: mysqldump: [Warning] Using a password on the command line interface can be insecure.: /srv/www/cgi-bin/tinyheb/tools/backup_gen.pl, referer: http://localhost/tinyheb/tools/backup.pl
> [Sun Apr 17 15:04:41.189344 2016] [cgi:error] [pid 1146] [client ::1:50383] AH01215: sh: mysql: command not found: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Apr 17 15:05:42.191270 2016] [cgi:error] [pid 1227] [client ::1:50394] AH01215: sh: /mysql: No such file or directory: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Apr 17 15:07:07.534887 2016] [cgi:error] [pid 1200] [client ::1:50397] AH01215: mysql: [Warning] Using a password on the command line interface can be insecure.: /srv/www/cgi-bin/tinyheb/tools/restore.pl, referer: http://localhost/tinyheb/tools/restore.pl
> [Sun Apr 17 15:07:30.221189 2016] [cgi:error] [pid 715] [client ::1:50400] AH01215: [Sun Apr 17 15:07:30 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 15:07:30.221713 2016] [cgi:error] [pid 715] [client ::1:50400] AH01215: [Sun Apr 17 15:07:30 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 15:07:42.124723 2016] [cgi:error] [pid 1146] [client ::1:50401] AH01215: [Sun Apr 17 15:07:42 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 15:07:42.125450 2016] [cgi:error] [pid 1146] [client ::1:50401] AH01215: [Sun Apr 17 15:07:42 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Sun Apr 17 15:45:22.804830 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sun Apr 17 18:38:04.281527 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sun Apr 17 18:38:04.301133 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sun Apr 17 19:14:17.451944 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Mon Apr 18 09:02:49.234786 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 18 09:02:49.235312 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 18 10:15:14.885744 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Mon Apr 18 10:17:55.229927 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 18 10:17:55.230251 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 18 17:03:47.332169 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Tue Apr 19 08:52:21.108361 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 19 08:52:21.108681 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 19 09:39:20.894594 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Tue Apr 19 09:40:53.904700 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 19 09:40:53.904974 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 19 10:04:09.735570 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Tue Apr 19 13:59:49.839274 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 19 13:59:49.839773 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 19 15:10:22.342257 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Tue Apr 19 18:19:18.055975 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 19 18:19:18.056450 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 19 21:03:53.115293 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Wed Apr 20 08:56:50.239326 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Wed Apr 20 08:56:50.239641 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Wed Apr 20 10:20:01.002465 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Wed Apr 20 13:23:23.016126 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Wed Apr 20 13:23:23.016659 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 21 10:05:07.522488 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Thu Apr 21 13:23:24.149238 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Apr 21 13:23:24.149604 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 21 13:46:09.588113 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Thu Apr 21 16:54:42.391056 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Apr 21 16:54:42.391411 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 21 20:37:05.510044 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Fri Apr 22 08:50:51.823599 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 22 08:50:51.824136 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 22 14:54:41.989088 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sat Apr 23 12:08:36.243512 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sat Apr 23 12:08:36.244086 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Apr 23 13:30:19.675325 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sat Apr 23 14:18:06.029314 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sat Apr 23 14:18:06.029629 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Apr 23 14:29:11.365910 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sun Apr 24 08:31:35.074897 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sun Apr 24 08:31:35.075211 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sun Apr 24 12:50:55.739281 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sun Apr 24 14:30:32.120906 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sun Apr 24 14:30:32.121391 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sun Apr 24 15:26:17.246753 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sun Apr 24 15:29:24.210626 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sun Apr 24 15:29:24.210977 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sun Apr 24 16:41:23.641864 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sun Apr 24 18:33:38.891983 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sun Apr 24 18:33:38.892357 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sun Apr 24 21:45:35.206447 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Mon Apr 25 08:50:33.065908 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 25 08:50:33.066224 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 25 10:06:50.910239 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Mon Apr 25 13:35:14.084073 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon Apr 25 13:35:14.084439 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon Apr 25 17:10:42.786562 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Tue Apr 26 08:38:40.025602 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 26 08:38:40.025980 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 26 09:54:40.554298 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Tue Apr 26 13:41:47.200650 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue Apr 26 13:41:47.201649 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue Apr 26 17:41:16.855471 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Wed Apr 27 08:35:29.185771 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Wed Apr 27 08:35:29.186043 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Wed Apr 27 10:12:46.964400 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Wed Apr 27 15:09:29.234193 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Wed Apr 27 15:09:29.234710 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 28 10:03:32.554838 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Thu Apr 28 13:50:32.129764 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Thu Apr 28 13:50:32.130114 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Thu Apr 28 22:10:27.013374 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Fri Apr 29 08:49:28.253981 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 29 08:49:28.254331 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 29 09:30:23.631135 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Fri Apr 29 09:33:39.058397 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 29 09:33:39.058777 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 29 09:53:44.606981 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Fri Apr 29 14:07:17.900196 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 29 14:07:17.911727 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 29 14:26:35.992070 2016] [cgi:error] [pid 916] [client ::1:49294] AH01215: [Fri Apr 29 14:26:35 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=682
> [Fri Apr 29 14:26:35.992544 2016] [cgi:error] [pid 916] [client ::1:49294] AH01215: [Fri Apr 29 14:26:35 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=682
> [Fri Apr 29 16:57:20.594711 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Fri Apr 29 17:17:23.019194 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Fri Apr 29 17:17:23.021615 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Fri Apr 29 18:26:25.101685 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Sat Apr 30 19:55:01.369724 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sat Apr 30 19:55:01.370055 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Sat Apr 30 21:52:06.103387 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Sun May 01 10:38:48.106815 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Sun May 01 10:38:48.107220 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon May 02 09:55:38.394020 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Mon May 02 12:31:23.257046 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon May 02 12:31:23.257574 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon May 02 16:17:31.337666 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Mon May 02 18:22:20.006769 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon May 02 18:22:20.007171 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon May 02 18:39:23.956826 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Mon May 02 19:33:04.017685 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Mon May 02 19:33:04.018077 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Mon May 02 21:30:43.781424 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Tue May 03 09:01:09.285113 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue May 03 09:01:09.285431 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue May 03 14:50:12.340666 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Tue May 03 16:39:51.129035 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Tue May 03 16:39:51.129424 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Tue May 03 17:28:33.802653 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> [Wed May 04 08:48:55.796751 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Wed May 04 08:48:55.797253 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Wed May 04 09:20:50.058684 2016] [mpm_prefork:notice] [pid 75] AH00169: caught SIGTERM, shutting down
> AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using Marias-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message
> [Wed May 04 14:47:42.489336 2016] [mpm_prefork:notice] [pid 75] AH00163: Apache/2.4.18 (Unix) configured -- resuming normal operations
> [Wed May 04 14:47:42.489629 2016] [core:notice] [pid 75] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
> [Wed May 04 15:48:34.314116 2016] [cgi:error] [pid 1090] [client ::1:50660] AH01215: [Wed May 4 15:48:34 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 15:48:34.314591 2016] [cgi:error] [pid 1090] [client ::1:50660] AH01215: [Wed May 4 15:48:34 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 15:50:14.358645 2016] [cgi:error] [pid 720] [client ::1:50678] AH01215: [Wed May 4 15:50:14 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 15:50:14.359109 2016] [cgi:error] [pid 720] [client ::1:50678] AH01215: [Wed May 4 15:50:14 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:24:40.777752 2016] [cgi:error] [pid 720] [client ::1:51562] AH01215: [Wed May 4 16:24:40 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:24:40.778222 2016] [cgi:error] [pid 720] [client ::1:51562] AH01215: [Wed May 4 16:24:40 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:25:10.682690 2016] [cgi:error] [pid 720] [client ::1:51567] AH01215: [Wed May 4 16:25:10 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:25:10.683196 2016] [cgi:error] [pid 720] [client ::1:51567] AH01215: [Wed May 4 16:25:10 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:25:21.233070 2016] [cgi:error] [pid 1090] [client ::1:51568] AH01215: [Wed May 4 16:25:21 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:25:21.233541 2016] [cgi:error] [pid 1090] [client ::1:51568] AH01215: [Wed May 4 16:25:21 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:25:22.313911 2016] [cgi:error] [pid 1090] [client ::1:51568] AH01215: [Wed May 4 16:25:22 2016] ps2html.pl: Can't exec "ps2pdf": No such file or directory at /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl line 281.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl
> [Wed May 04 16:25:22.314403 2016] [cgi:error] [pid 1090] [client ::1:51568] AH01215: [Wed May 4 16:25:22 2016] ps2html.pl: konnte Datei nicht konvertieren in pdf: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl
> [Wed May 04 16:40:57.969354 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: Error: /undefined in pagelevel: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:40:57.969379 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: Operand stack:: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:40:57.969383 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: : /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:40:57.969392 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: Execution stack:: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:40:57.969574 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1951 1 3 %oparray_pop 1950 1 3 %oparray_pop 1934 1 3 %oparray_pop 1820 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:40:57.969588 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: Dictionary stack:: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:40:57.969619 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: --dict:1185/1684(ro)(G)-- --dict:0/20(G)-- --dict:84/200(L)--: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:40:57.969636 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: Current allocation mode is local: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:40:57.969652 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: Last OS error: Invalid argument: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:40:57.969668 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: Current file position is 15832: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:40:57.969693 2016] [cgi:error] [pid 720] [client ::1:51576] AH01215: GPL Ghostscript 9.16: Unrecoverable error, exit code 1: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.759038 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: Error: /undefined in pagelevel: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.759144 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: Operand stack:: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.759157 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: : /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.759166 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: Execution stack:: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.759346 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1951 1 3 %oparray_pop 1950 1 3 %oparray_pop 1934 1 3 %oparray_pop 1820 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.759359 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: Dictionary stack:: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.759390 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: --dict:1185/1684(ro)(G)-- --dict:0/20(G)-- --dict:84/200(L)--: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.759406 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: Current allocation mode is local: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.759422 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: Last OS error: Invalid argument: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.759438 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: Current file position is 15342: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.759463 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: GPL Ghostscript 9.16: Unrecoverable error, exit code 1: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.770933 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: [Wed May 4 16:41:37 2016] ps2html.pl: DBD::mysql::st execute failed: Incorrect datetime value: '0000-00-00 00:00:00' for column 'EDI_DATUM' at row 1 at ../Heb_leistung.pm line 134.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> [Wed May 04 16:41:37.771318 2016] [cgi:error] [pid 1259] [client ::1:51580] AH01215: [Wed May 4 16:41:37 2016] ps2html.pl: DBD::mysql::st execute failed: Incorrect datetime value: '0000-00-00 00:00:00' for column 'EDI_DATUM' at row 1 at ../Heb_leistung.pm line 134.: /srv/www/cgi-bin/tinyheb/rechnung/ps2html.pl, referer: http://localhost/tinyheb/rechnung/rechnung_generierung.pl?frau_id=607
> --
> Mailing list: https://launchpad.net/~tinouheb
> Post to : tinouheb@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~tinouheb
> More help : https://help.launchpad.net/ListHelp
--
Think of XFCE as a very fast, low-calorie desktop that appeals to people who think that Gnome and KDE are too heavy and filled with polyunsaturated fats. ;>
Follow ups
References