Apache Will Not Restart - Can Figure Out Cause URGENT

ScottBaetz

New member
Joined
Jul 28, 2012
Messages
2
Our apache is not running. Checked the Apache Error Log..

Received Following Message..

Code:
Syntax error on line 47 of /usr/local/directadmin/data/users/admin/httpd.conf:
Invalid command 'php_admin_flag', perhaps misspelled or defined by a module not included in the server configuration

Those lines in httpd.conf are..

have tried with the line uncommented, and error moves to next line... thoughts?


Code:
	<Directory /home/admin/domains/hudkins.admininternet.net/public_html>
		Options +Includes -Indexes

		# php_admin_flag engine ON 
		php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
 
PHP is probably not being loaded. What versions of apache/php and custombuild are you using? And have you changed/updated anything lately as of why this now doesn't work anymore?
 
Back
Top