The spawning tag has no wiki summary.
0
votes
0answers
52 views
B Spawn Networking? [closed]
The company I work for is trying to obtain a Static IP address and amongst the troubleshooting the ISP technician came in to replace the cable/fiber modem battery. While he was here he said the static ...
0
votes
2answers
153 views
Use sudo in shell script
I have access to another user's account using command:
sudo su - other_user
I do not have enter password. It seems that this is the only command that sudo allows me.
After that I'm able to perform ...
1
vote
3answers
740 views
PHP fast cgi (used in conjunction with NGINX) freeze on suspend
I set up a very small local network for web development. The webserver is a stack of
MySql 5.1.37
NGINX 0.8.19
PHP 5.2.10 with w/ Suhosin-Patch 0.9.7 and Xdebug v2.0.4
The server itself runs ...
1
vote
1answer
83 views
Getting waaay too many “Spawning Local” fastcgi messages
I've got Lighttpd running 7 Python apps via fastcgi on an Ubuntu server. I turned on fastcgi debugging in the Lighttpd configuration and noticed something very weird in the logs:
Normally, when you ...