[Owncloud] Can't install OwnCloud 1.2, "Object not found!" error
jwr17 at postinbox.com
jwr17 at postinbox.com
Wed Jun 8 23:18:40 UTC 2011
Reading http://owncloud.org/index.php/Installation#openSUSE, I just
installed OwnCloud 1.2 from OpenSuse pagkages.
I added to my APache2 config,
Alias /owncloud /srv/www/htdocs/owncloud/
<Directory "/srv/www/htdocs/owncloud" >
Options none
Order Allow,Deny
Allow from All
Satisfy Any
</Directory>
@ https://site06.devlan:10016/owncloud/index.php I see the "First Run
Wizard".
I enter
Administrator User
user name: TEST
password: TEST
retype password: TEST
Advanced Configuration
data directory: /srv/www/htdocs/owncloud/data
force ssl: (test SLL) [ ]
automatic backup: [ ]
date format: 9 Jun 2011 0:54
database type: SQLite
Then click SAVE.
The browser redirects to
https://site06.devlan:10016/owncloud/#
Object not found!
The requested URL was not found on this server. The link
on the referring page seems to be wrong or outdated.
Please inform the author of that page about the error.
If you think this is a server error, please contact the
webmaster.
and in the webserver logs I get
==> /var/log/apache2/site06.devlan:10016.log <==
[Wed Jun 08 16:01:18 2011] [error] [client 127.0.0.1] Attempt to
serve directory: /srv/www/htdocs/owncloud/, referer:
https://site06.devlan:10016/owncloud/index.php
site06.devlan 10.15.1.15 - - [08/Jun/2011:16:01:18 -0700] "POST
/owncloud/ HTTP/1.0" 404 1222
"https://site06.devlan:10016/owncloud/index.php" "Mozilla/5.0
(X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
I don't know why it redirects to "owncloud/#", but I'm guessing that's
part of the problem?
More information about the Owncloud
mailing list