[Owncloud] Installation at UDmedia fails with .htaccess

Victor Dubiniuk victor.dubiniuk at gmail.com
Wed May 30 21:53:39 UTC 2012


Hi,

it is probably due to the restriction of changing PHP settings in the
.htaccess file (*in bold*).

<IfModule mod_php5.c>
*php_value upload_max_filesize 512M*
*php_value post_max_size 512M*
*php_value memory_limit 512M*
<IfModule env_module>
  SetEnv htaccessWorking true
</IfModule>
</IfModule>


Another candidate is the line

*Options -Indexes*


----
Victor Dubiniuk


On Wed, May 30, 2012 at 8:38 PM, Frank Karlitschek <frank at owncloud.org>wrote:

> Hi,
>
> a 500 error is sometimes triggered if you want to set a settings in the
> .htaccess that you are not allowed to override. So this can be caused by
> strict apache settings. More information should be in the apache error log.
>
> I donĀ“t suggest to remove the .htaccess completely. You should at least
> make sure that your data directory is not accessible from the browser. This
> would be a huge security problem.
>
>
> Frank
>
>
> On 30.05.2012, at 16:19, saschaview at gmail.com wrote:
>
> > Hello
> >
> > I am running ownCloud 2012.0.3 Enterprise hosted by the German company
> UDmedia (apache). The installation is only possible if I completely remove
> the .htaccess file in the owncloud root directory after setup, else I
> constantly get an 500 error. How does the .htaccess removal harm the
> overall installation? Is there a better workaround? Which other aspects
> should I take care of?
> >
> > Thanks!
> >
> > Regards
> > *S*
> >
>
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/owncloud/attachments/20120531/149c7846/attachment.html>


More information about the Owncloud mailing list