NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
ssl
1 TopicOwncloud Appache Configuration
My apache configuration is a bit broken now. fortunately the admin page works well. I installed the owncloud add-on and it was working perfectly on the local host. Then I wanted to have access to it from public internet. Initially I set up a DDNS in no-ip.com then I just change the etc/apache2/sites-available/default file where I added the virtualhost for ports 80 and 443, I am not sure this was the file I had to edit, i also set-up the port forwarding in the router. After this I could access the owncloud from my local network and from internet through the no-ip domain. Then I wanted to create the SSL certificate and I tried using the cerbot, but it failed in different ways. One of the error was that the port 443 was being used, then I kill apache by console but still the error was there. The problem was that after that I couldn’t start apache, was getting some code error. I just did a reboot to the whole NAS and apache started but the owncloud connection was broken. ThenI tried local.ip/owncloud I get “The requested URL /owncloud/ was not found on this server.” But when I tried my local.ip I get to the readynas admin site as expected and the owncloud is up and running. I brought back the original default etc/apache2/sites-available/default but it did'nt work. I found out that owncloud is still accessible using http://local.ip/owncloud/index.php/login and also https. I tried different things found in the apache forums and owncloud forums, but somehow the file system is different and they hace other files and other configuration files. then i think i was starting to get the things worse and I decided to stop and ask for help. Right now the things are like this: http://local.ip/owncloud goes to http://local.ip/owncloud/index.php/login and works well https://local.ip/owncloud shows text that starts with "* author Lukas Reschke <lukas@statuscode.ch> * author Morris..... " certificate not working http://no-ip.domain/owncloud works well https://no-ip.domain/owncloud works well, certificate not working I also tried to use my owndomain that I have in godaddy but i couldnt make it connect to the no-ip domain. I created a masked forwarding but I dont know why it doesnt reach. I just don’t know how to fix the local.ip and how to add ssl cerfiticates without messing up the rest, should i add virtualhosts for the no-ip domain and the godaddy domain? I have spent some days on it, but cleary im still beginner to this things. thanks a lot for any help! /Oliver