On 01/05/16 11:54, Volker Wysk wrote:
Am Sonntag, 1. Mai 2016, 11:45:43 CEST schrieb Gerald Vogt:
On 01/05/16 10:44, Volker Wysk wrote:
Am Samstag, 30. April 2016, 23:15:06 CEST schrieb Chris:
Okay, I've installed owncloud-9.0.1 now, from download.owncloud.org, and
it
installs fine. However, I can't access https://localhost/owncloud (or
anything below). I get a 404 error. This is despite the fact, that
/var/www/owncloud exists and is populated (by index.html for instance).

Is the web server really running on your local computer?

Sure:

/var/log/apache2 % service apache2 status
  apache2.service - LSB: Apache2 web server
   Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─apache2-systemd.conf
   Active: active (running) since So 2016-05-01 11:05:06 CEST; 43min ago

That doesn't say that it's running on your local computer. The Apache server is active. But where do you access https://localhost/owncloud? Is that really the same computer? You have installed the apache server and owncloud on the very same desktop on which you try to access the server?

"service apache2 stop && service apache2 start" doesn't help.

I couldn't determine what's up, in the notes I took, when I had installed
the previous version of owncloud.

In /var/log/apache2 there's nothing usual.

And what is in there in any of the apache logs when you try to access
the server?

This is in the log directory:

/var/log/apache2 % ll
insgesamt 36
-rw-r----- 1 root adm 28115 Mai  1 11:50 access.log
-rw-r----- 1 root adm  2256 Mai  1 11:05 error.log
-rw-r----- 1 root adm     0 Mai  1 10:56 other_vhosts_access.log

/var/log/apache2 % tail access.log
127.0.0.1 - - [01/May/2016:11:49:16 +0200] "GET /owncloud/status.php HTTP/1.1"
404 783 "-" "Mozilla/5.0 (Linux) mirall/2.1.1"
127.0.0.1 - - [01/May/2016:11:49:16 +0200] "GET /owncloud/owncloud/status.php
HTTP/1.1" 404 649 "-" "Mozilla/5.0 (Linux) mirall/2.1.1"
127.0.0.1 - - [01/May/2016:11:49:48 +0200] "GET /owncloud/status.php HTTP/1.1"
404 783 "-" "Mozilla/5.0 (Linux) mirall/2.1.1"
127.0.0.1 - - [01/May/2016:11:49:48 +0200] "GET /owncloud/owncloud/status.php
HTTP/1.1" 404 649 "-" "Mozilla/5.0 (Linux) mirall/2.1.1"
127.0.0.1 - - [01/May/2016:11:50:20 +0200] "GET /owncloud/status.php HTTP/1.1"
404 783 "-" "Mozilla/5.0 (Linux) mirall/2.1.1"
127.0.0.1 - - [01/May/2016:11:50:20 +0200] "GET /owncloud/owncloud/status.php
HTTP/1.1" 404 649 "-" "Mozilla/5.0 (Linux) mirall/2.1.1"
127.0.0.1 - - [01/May/2016:11:50:52 +0200] "GET /owncloud/status.php HTTP/1.1"
404 783 "-" "Mozilla/5.0 (Linux) mirall/2.1.1"
127.0.0.1 - - [01/May/2016:11:50:52 +0200] "GET /owncloud/owncloud/status.php
HTTP/1.1" 404 649 "-" "Mozilla/5.0 (Linux) mirall/2.1.1"
127.0.0.1 - - [01/May/2016:11:51:24 +0200] "GET /owncloud/status.php HTTP/1.1"
404 783 "-" "Mozilla/5.0 (Linux) mirall/2.1.1"
127.0.0.1 - - [01/May/2016:11:51:24 +0200] "GET /owncloud/owncloud/status.php
HTTP/1.1" 404 649 "-" "Mozilla/5.0 (Linux) mirall/2.1.1"

And where is your access attempt to http://localhost/owncloud? All there is are attempts to http://localhost/owncloud/status.php or http://localhost/owncloud/owncloud/status.php...

Where is your ssl access log?

Note, that I can access http://localhost. I get the norma "Apache2 Ubuntu
Default Page".

And when you access http://localhost/owncloud/ ?

Maybe it's time you post your owncloud apache configuration? What files do you have in /etc/apache/ and the *-enabled subdirectories in particular?

-Gerald

_______________________________________________
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to