While reinstalling the owncloud in Ubuntu I got this error message on screen when I hit the URL of owncloud – “Your data directory and files are probably accessible from the internet because the .htaccess file does not work”. To solve this issue. We have to only correct our apache configuration file. In owncloud.conf file […]
owncloud
How to configure self signed SSL certificate in owncloud Ubuntu
How to configure self signed SSL certificate in owncloud Ubuntu Before directly jumping into this tutorial you must have running owncloud server in your system. I have written it in my previous post,you can learn how to from this link https://sharadchhetri.com/2013/05/15/installing-owncloud-in-ubuntu-13-04/ In this tutorial we will learn how to configure self signed ssl certificate in […]
Installing owncloud in Ubuntu 13.04
Installing owncloud in Ubuntu 13.04 In this tutorial we will learn how to install owncloud in ubuntu 13.04. Step 1: Update the apt repo source list sudo echo ‘deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_13.04/ /’ >> /etc/apt/sources.list.d/owncloud.list Step 2: Now add the repository key to apt sudo wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_13.04/Release.key apt-key add – < Release.key Step 3: Update the system […]
The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form
The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form After installing the owncloud in Ubuntu Server I faced the problem, I was not able to upload the file. I was getting this error “The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form” How I solved […]
How to install owncloud in Ubuntu 12.10
In this we will learn,how to install owncloud in Ubuntu 12.10. Owncloud is a free and opensource software.Through owncloud you can store,sync or share data. The owncloud is managed through web browser by user. In this tutorial we are installing the owncloud with the help of apt-get command. You can download the package supporting other […]