Tagged Questions
0
votes
0answers
22 views
uploading from Netbeans to remote CentOS server failed
I have a php web application on Netbeans on my Ubuntu , and server is CentOS on a virtualBox .
Suddenly uploading to server stopped and I'm getting these errors for non-root user :
Failed:
file ...
1
vote
1answer
166 views
nginx + php5-fpm + htdocs on USB
None of the configurations that I've looked up can help with setting up Nginx to serve PHP files on a mounted USB folder. I'm currently getting file not found when I try and access a PHP file on the ...
0
votes
2answers
197 views
process works without ampersand but doesn't work with ampersand
I wrote a small script to run as a daemon, everything seems to work when I run the command in unix:
php script.php
everything seems to work correctly, when I terminate that script and us the ...
3
votes
2answers
580 views
PHP interface to manage linux user accounts
I have a linux web & samba server. I need to give administrators access to manage minor accounts & groups. Is there a secure php web interface that can do this? I don't want to give them shell ...
1
vote
4answers
5k views
How to upgrade PHP to 5.3 on Debian 5.0 (Lenny)?
I currently have PHP 5.0 installed on my Debian VPS and was wondering how I would be able to upgrade it to PHP 5.3 and keep all of my installed modules running.