[How-To] ownCloud using NGINX, PHP-FPM, and MySQL

Bruce Wilfong

Explorer
Joined
Mar 25, 2016
Messages
85
I can't tell if your having line wrapping issues or if that's just how your editor is displaying the long line. But I'd check that long line is all on a single line.

And you never showed the output of 'sockstat'

It is all on one line.

Here is the sockstat

sc3.jpg
 

rodofrn

Contributor
Joined
Apr 13, 2016
Messages
180
YEIII..! there we goo..!!!! finally, lol I did not realize i had to take out the ";" because i didnt know it was like the "#" from other parts of the editing...:( Thanks mate for all your help...
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
YEIII..! there we goo..!!!! finally, lol I did not realize i had to take out the ";" because i didnt know it was like the "#" from other parts of the editing...:( Thanks mate for all your help...
great
 

rodofrn

Contributor
Joined
Apr 13, 2016
Messages
180
GREAT GUIDES MATE, I followed the movies and tv shows downloading, and this one, both fairly easy to setup, with some hiccups on my part tho...THANK YOU VERY MUCH...!!! have a great rest of the night.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
GREAT GUIDES MATE, I followed the movies and tv shows downloading, and this one, both fairly easy to setup, with some hiccups on my part tho...THANK YOU VERY MUCH...!!! have a great rest of the night.
welcome, you too
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
root@owncloud:/ # ls -l /var/run/php-fpm.sock
srw-rw---- 1 www www 0 Apr 17 18:35 /var/run/php-fpm.sock


listen.owner is uncommented
Not sure what's wrong. you never got to the part where you enter your admin user/password? If not it's something with your nginx or php-fpm configuration.
 

rodofrn

Contributor
Joined
Apr 13, 2016
Messages
180
Also, one last question, what guide can I follow to setup the owncloud to access it from outside the network (remotely)? Thanks.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Also, one last question, what guide can I follow to setup the owncloud to access it from outside the network (remotely)? Thanks.
not sure, I just knew how to do that from experience.
same as hosting anything else, port forward, probably need to setup Dynamic DNS.
You probably want to setup HTTPS too
 
Joined
Dec 2, 2015
Messages
730
Weclome! If you want to try to upgrade these steps should work. I'd replace 9.0.0 with 9.0.1 though. Tell me if that doesn't work for you.
https://forums.freenas.org/index.ph...x-php-fpm-and-mysql.17786/page-51#post-274763

And if you update your nginx.conf from the first few post of this thread you can get "Pretty URLs" working.

Here's a link to my paypal in case you wanted to make a contribution
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=joshruehlig@gmail.com&item_name=JRuehlig Technologies
$25 is coming your way.

I'll try the upgrade again the next time I have a pause from work. We're in the midst of a big project now, and I'm working long weeks. I think there will be a pause in a couple of weeks and I'll try then.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
$25 is coming your way.

I'll try the upgrade again the next time I have a pause from work. We're in the midst of a big project now, and I'm working long weeks. I think there will be a pause in a couple of weeks and I'll try then.
got it, thanks!

ok goodluck with the upgrade
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949

rodofrn

Contributor
Joined
Apr 13, 2016
Messages
180
not sure, I just knew how to do that from experience.
same as hosting anything else, port forward, probably need to setup Dynamic DNS.
You probably want to setup HTTPS too
Hi joshua, I posted in another section on the forums and got some help on setting up a "real" SSL for the owncloud, i forwaded the ports, created the dns, but now when I go to the address, i get a blank page (instead of the owncloud GUI), I think it has to do with a config in the files you said to change in the guide. do you have any idea what it could be??? here is the post if you wanna read it.\https://forums.freenas.org/index.php?threads/need-help-setting-up-owncloud-with-ssl.42862/
 
Top