Tagged Questions

0
votes
2answers
435 views

PHP HTTP server? Ports 80, 443-444, 1000-3000, 8000-9000. (No-Apache)

I will upgrading to Linux Debian 6.0 "Squeeze" on the server soon and I want to know how I can use Python as a web-server on many ports dedicated for different things.. Ports Directory ...
0
votes
4answers
437 views

PHP script runs over Browser but not with wget

I have a bash-sctipt running 5 php scripts via wget. Every php file is called but, on the last script, I get this warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in ...