Hallo fbartels,
danke für deine Antwort, ich habe die Logs einmal hochgeladen.
http://nopaste.debianforum.de/37818 Access Log
http://nopaste.debianforum.de/37819 Error log
http://nopaste.debianforum.de/37820 V-Host
Hier die weiteren Config Dateien:
/etc/apache2/sites-available/owncloud
Code: Alles auswählen
<VirtualHost *:80>
<Directory /var/www/owncloud>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
/etc/apache2/sites-available/owncloud (END)
/etc/apache2/ports.conf
Code: Alles auswählen
NameVirtualHost *:80
Listen 80
<IfModule mod_ssl.c>
# If you add NameVirtualHost *:443 here, you will also have to change
# the VirtualHost statement in /etc/apache2/sites-available/default-ssl
# to <VirtualHost *:443>
# Server Name Indication for SSL named virtual hosts is currently not
# supported by MSIE on Windows XP.
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
/etc/apache2/ports.conf (END)
/etc/apache2/sites-available/ssl
Code: Alles auswählen
<virtualhost *:443>
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/apache.pem
DocumentRoot /var/www/owncloud
</virtualhost>
/etc/hosts
Code: Alles auswählen
127.0.0.1 localhost
127.0.1.1 debianserver.link debianserver
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Code: Alles auswählen
/etc/apache2/sites-available# ls
default default_backup default-ssl owncloud ssl ssl_backup ssl.conf
Hier der Inhalt von der :
/etc/apache2/sites-available/default
Code: Alles auswählen
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
SSL sollte auch aktiv sein :
Code: Alles auswählen
root@debianserver:/home/lockslay# a2enmod ssl
Module ssl already enabled
root@debianserver:/home/lockslay# service apache2 force-reload
[ ok ] Reloading web server config: apache2
a2ensite ssl
Site ssl already enabled
Wobei ich hier eine andere Anleitung gefunden habe, dies ist zwar auf rasbian was aber eigentlich keinen Unterschied machen sollte.
http://www.golem.de/news/owncloud-dropb ... 05843.html
Wobei ich jetzt nicht zwei Anleitungen durcheinander werfen möchte.
Hoffe das diese Aussagen helfen den fehler zu finden.
Gruß Stefan
Ein Betriebssystem sie zu knechten, sie alle zu finden, Ins Dunkle zu treiben und ewig zu binden, Im Lande Microsoft wo die Schatten drohen.
Debian 7 3.2.0-4 64 - MSI nVidia GeForce 7600 GS - 8 DDR2 SDRAM 800 MHz Quad-CoreIntel Xeon : 2,67 GHz - Gigabyte GA-EP45-DS3 - 256GB SSD 840 Pro Gnome 3