CSWeb Server

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Forum rules
New release: CSPro 8.0
jfigueroa
Posts: 100
Joined: August 28th, 2014, 12:46 pm

Re: CSWeb Server

Post by jfigueroa »

Thank you so much for your reply Savy.
Thanks a lot.!
Finally I was able to overcome my issue.
And the trouble was because on the FastCGI configuration I had stderrMode = "IgnoreAndReturn200", because that was the way I did on my test area.
Captura_8.JPG
Captura_8.JPG (53.67 KiB) Viewed 3429 times
So I change it to: stderrMode = "ReturnStdErrIn500".
And Now Everything Works Perfect.!
I am able to configure and to log in to CSPro Web Server.
Captura_9.JPG
Captura_9.JPG (16.63 KiB) Viewed 3429 times
If Anyone else had the same Issue, that change in FastCGI configuration worked for me.

Thank You So Much Everyone For Your Support. I Really appreciate it.
Regards to everyone and to all CSPro Team.
You are the Best.
Joshua Figueroa.
lusunguchisesa
Posts: 1
Joined: July 30th, 2017, 3:24 pm

CSWeb Server Configuration

Post by lusunguchisesa »

Hi, I am configuring CSWeb Server on Linux CentOS 7 and LAMP has been sucessfully installed, but am stuck on CSWeb: Server Requirements requesting: var, logs, src/api/app, src/ui/src directories are writeable. I have made the permissions of the folders and files to 777 but still its not accepting. Any suggestion of how to go about it?
Attachments
Screen Shot 2017-07-30 at 9.33.33 PM.png
Screen Shot 2017-07-30 at 9.33.33 PM.png (162.63 KiB) Viewed 3408 times
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: CSWeb Server

Post by josh »

That is strange. All that check is doing is calling the php function is_writeable() on each of the following directories:

'csweb/var', 'csweb/logs', 'csweb/src/api/app', 'csweb/src/ui/src'

If those are all set to 777 then it should work.

Try making the owner the web server user (whatever user the web server is running on). On my system this user is named "apache" but it could be different on yours.
Post Reply