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
     Docs: man:systemd-sysv-generator(8)
  Process: 20473 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/
SUCCESS)
  Process: 20531 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/
SUCCESS)
    Tasks: 9 (limit: 512)
   CGroup: /system.slice/apache2.service
           ├─20547 /usr/sbin/apache2 -k start
           ├─20550 /usr/sbin/apache2 -k start
           ├─20551 /usr/sbin/apache2 -k start
           ├─20552 /usr/sbin/apache2 -k start
           ├─20553 /usr/sbin/apache2 -k start
           ├─20554 /usr/sbin/apache2 -k start
           ├─20566 /usr/sbin/apache2 -k start
           ├─20594 /usr/sbin/apache2 -k start
           └─21064 /usr/sbin/apache2 -k start

Mai 01 11:05:05 desktop systemd[1]: Starting LSB: Apache2 web server...
Mai 01 11:05:05 desktop apache2[20531]:  * Starting Apache httpd web server 
apache2
Mai 01 11:05:05 desktop apache2[20531]: AH00558: apache2: Could not reliably 
determine the server's fully qualified domain name, using 127.0.1.1. Set the 
'ServerName' directive globally to s
Mai 01 11:05:06 desktop apache2[20531]:  *
Mai 01 11:05:06 desktop systemd[1]: Started LSB: Apache2 web 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"

/var/log/apache2 % tail error.log 
[Sun May 01 10:58:19.793476 2016] [mpm_prefork:notice] [pid 16082] AH00163: 
Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Sun May 01 10:58:19.793622 2016] [core:notice] [pid 16082] AH00094: Command 
line: '/usr/sbin/apache2'
[Sun May 01 10:58:21.389173 2016] [mpm_prefork:notice] [pid 16082] AH00169: 
caught SIGTERM, shutting down
[Sun May 01 10:58:22.632621 2016] [mpm_prefork:notice] [pid 16195] AH00163: 
Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Sun May 01 10:58:22.632679 2016] [core:notice] [pid 16195] AH00094: Command 
line: '/usr/sbin/apache2'
[Sun May 01 11:05:03.829703 2016] [mpm_prefork:notice] [pid 16195] AH00169: 
caught SIGTERM, shutting down
[Sun May 01 11:05:05.179759 2016] [ssl:warn] [pid 20546] AH01909: 
127.0.1.1:443:0 server certificate does NOT include an ID which matches the 
server name
[Sun May 01 11:05:05.257462 2016] [ssl:warn] [pid 20547] AH01909: 
127.0.1.1:443:0 server certificate does NOT include an ID which matches the 
server name
[Sun May 01 11:05:05.262056 2016] [mpm_prefork:notice] [pid 20547] AH00163: 
Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g-fips configured -- resuming normal 
operations
[Sun May 01 11:05:05.262081 2016] [core:notice] [pid 20547] AH00094: Command 
line: '/usr/sbin/apache2'



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


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

Reply via email to