Am 03.04.2016 um 22:04 schrieb Subhi S Hashwa:

Would you be willing to share your Apache config + .htaccess file ?
(Don't think anything else would affect this).

sure:
<VirtualHost *:80 localhost:443>
Define Domain owncloud.domain.tld

Define BaseDir /usr/home/http/owncloud
Define DocumentRoot /usr/local/www/owncloud

DocumentRoot ${DocumentRoot}
 <Directory "${DocumentRoot}">
        AllowOverride all
        Require all granted
        Options Indexes Includes FollowSymLinks MultiViews
 </Directory>

ServerName ${Domain}

ErrorLog ${BaseDir}/logs/error.log
TransferLog ${BaseDir}/logs/access.log
CustomLog ${BaseDir}/logs/custom.log combined

ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://localhost:9000${DocumentRoot}/$1

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

SecAuditEngine Off
SecRuleRemoveById 960015
SecRuleInheritance Off

Include etc/apache24/ssl/ssl-template.conf
Include etc/apache24/ssl/https-forward.conf

</VirtualHost>

I heavily split it into small parts I include, I removed the includes and pasted you the content of the small files in. I have not touched the .htaccess file, as it is part of the package installed.


Gruß
Matthias

--

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to