On Thu, Nov 13, 2003 at 01:11:43AM -0500, Teren wrote: : : Hi, I recently upgraded my box to php 4.3.4 and i copied the current : configure line and then ran it in the un-tared directory. I ran make, : then make install. I tried to restart apache and it wouldn't restart. : Any ideas? I tried the things that were on google but those didn't : work. The apache error log said it couldn't bind to port 80, but i'm : 100% sure it's the php upgrade problem, not apache. Thanks
You cannot bind to port numbers below 1024 without being root. You must gain root access and then start Apache. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php