Thanks for the suggestions. Here is what I have found:
The reason my temp folder was growing was due to old temp files related to my owncloud server that were not being deleted after they were no longer needed. I checked the last modified date of each file and anything that was more than 10 days old I manually deleted. After a reboot everything was running normally. A few days later I noticed in my log files for owncloud I was getting an error "Temporary directory not present or writeable". I must have accidently removed the temp folder all together and owncloud was not recreating it. So I created a new temp folder to see if sentora/owncloud would see it again and checked the owncloud log files to see if the error went away. It didn't so I changed the ownership of the directory "/var/sentora/temp" to www-data (apache user?) and the error went away. I read on owncloud forums that the owner of the temp folder was PHP-FPM but because I have Sentora installed I assumed it would require the apache user to own the temp folder which I believe is www-data.
Can someone confirm the default owner of the temp folder for sentora? "/var/sentora/temp"
The reason my temp folder was growing was due to old temp files related to my owncloud server that were not being deleted after they were no longer needed. I checked the last modified date of each file and anything that was more than 10 days old I manually deleted. After a reboot everything was running normally. A few days later I noticed in my log files for owncloud I was getting an error "Temporary directory not present or writeable". I must have accidently removed the temp folder all together and owncloud was not recreating it. So I created a new temp folder to see if sentora/owncloud would see it again and checked the owncloud log files to see if the error went away. It didn't so I changed the ownership of the directory "/var/sentora/temp" to www-data (apache user?) and the error went away. I read on owncloud forums that the owner of the temp folder was PHP-FPM but because I have Sentora installed I assumed it would require the apache user to own the temp folder which I believe is www-data.
Can someone confirm the default owner of the temp folder for sentora? "/var/sentora/temp"