Ankündigung

#1 2014-11-13 14:13:41

FaxMax
Gast

Installation Piwigo 2.7.1 - HTTP 500

Hallo zusammen,

ich bin gerade dabei mir eine Piwigo Gallery zu installieren, ich habe die Daten via "NetInstall" erfolgreich auf den Server geladen. Wenn ich jetzt meine Gallery aufrufe mit domain.gallery (ich habe eine .gallery tld) wird die https://domain.gallery/install.php Fehlerfrei angezeigt. Wenn ich jetzt die Daten Eintrage SQL Benutzer etc. (egal ob richtige oder Falsche) und auf "Start der Installation" klicke sehe ich eine Weiße Seite (HTTP 500 Error).

Es ist ein Apache 2.4.7-1 auf einer Ubuntu 14.04 LTS 64 Bit Maschine.

error.log

Code:

[Thu Nov 13 13:37:24.169902 2014] [mpm_prefork:notice] [pid 5769] AH00171: Graceful restart requested, doing restart
[Thu Nov 13 13:37:24.264380 2014] [ssl:warn] [pid 5769] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Nov 13 13:37:24.264663 2014] [mpm_prefork:notice] [pid 5769] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 OpenSSL/1.0.1f configured -- resuming normal operations
[Thu Nov 13 13:37:24.264673 2014] [core:notice] [pid 5769] AH00094: Command line: '/usr/sbin/apache2'

in der access.log steht nur Folgendes:

Code:

84.148.195.2 - - [13/Nov/2014:14:04:26 +0100] "POST /install.php?language=de_DE HTTP/1.1" 500 1836 "https://frare.gallery/install.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0"

Code:

root@hostname:/etc/apache2# less sites-available/default-ssl.conf | grep -v "#"
<IfModule mod_ssl.c>
        <VirtualHost _default_:443>
                ServerAdmin webmaster@domain.gallery

                ServerName domain.gallery
                ServerAlias www.domain.gallery

                DocumentRoot /var/www/piwigo


                ErrorLog ${APACHE_LOG_DIR}/error.log
                CustomLog ${APACHE_LOG_DIR}/access.log combined

                SSLEngine on

                SSLCertificateFile      /etc/ssl/certs/apache.crt
                SSLCertificateKeyFile /etc/ssl/private/apache.key

                <FilesMatch "\.(cgi|shtml|phtml|php)$">
                                SSLOptions +StdEnvVars
                </FilesMatch>
                <Directory /usr/lib/cgi-bin>
                                SSLOptions +StdEnvVars
                </Directory>

                BrowserMatch "MSIE [2-6]" \
                                nokeepalive ssl-unclean-shutdown \
                                downgrade-1.0 force-response-1.0
                BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown

        </VirtualHost>
</IfModule>

Grüße

Max

#2 2014-11-13 16:04:53

FaxMax
Gast

Re: Installation Piwigo 2.7.1 - HTTP 500

Hallo zusammen,

es ist wie immer, kaum schreibt man seine Fragen ins Forum findet man das Problem selbst...

Code:

apt-get install php-gd php5-mysql php5-curl

was genau benötigt wurde weis ich nicht, die Pakete habe ich für die owncloud Installation Angelegt...

Grüße

Max

Brett Fußzeile

Unterstützt von FluxBB

github twitter newsletter Spenden Piwigo.org © 2002-2024 · Kontakt