Giter VIP home page Giter VIP logo

Comments (3)

iasdeoupxe avatar iasdeoupxe commented on September 6, 2024

See owncloud/core#41145

This specific case looks more like a web server misconfiguration, the "Client error response" to "/owncloud/index.php/occ/config:list" from the screenshot (usually it's better to not use screenshots for error message so that other user can find them but also can copy them for further search) with a 404 status (Not Found) shows that the web server seems to not provide ownCloud on the "localhost" domain which looks like that is mandatory.

My best bet would be that you need to fix the web server config (this doesn't look like a ownCloud specific thing) with the help of the support community of the web server in use. :-)

from updater.

hannesa2 avatar hannesa2 commented on September 6, 2024

From where does this localhost https://localhost/owncloud/index.php/occ/config:list comes from ? This is the main question !

I use ownClud in a sub directory of my apache.
Obsolete, but this is my apache config

<VirtualHost *:80>
        ServerName www.mxxxxx.info
        DocumentRoot /srv/www/vhosts/mxxxxx
        ErrorLog /var/log/apache2/mxxxxx.error.log
        CustomLog /var/log/apache2/mxxxxx.access.log combined
        RewriteEngine on
        RewriteRule     ^/wordpress(.*)$ https://%{SERVER_NAME}/wordpress$1 [L,R]
        LogLevel alert rewrite:trace3

        <Directory /srv/www/vhosts/mxxxxx>
                DirectoryIndex index.php index.html
                Options Indexes SymLinksIfOwnerMatch
                Require all granted
                AllowOverride All
        </Directory>
RewriteCond %{SERVER_NAME} =www.mxxxxx.info
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>

from updater.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.