Hi Darrell, > had to reboot the server to get HTTPD running. Why it wasn't restarting > HTTPD when I edited the main server's PHP memory limit is beyond me
That can sometimes happen. The RC start/stop script for Apache tries to stop Apache during a restart, before it starts it again. But if the "stop" command doesn't kill off all "httpd" processes, a (re)start can fail. In that case a reboot fixes thing. Or manually issuing a "killall -9 httpd" as "root" does the job as well. But then you have to manually (re)start both AdmServ. -- With best regards Michael Stauber _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
