Hi there,
I just installed this on a 6.0 server.
It broke the http server?
Please help - Can't run server-manager to restore old setup.
Investigated and tried to start apache manually:
[root@pdfserver root]# httpd restart
Syntax error on line 738 of /etc/httpd/conf/httpd.conf:
Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration
Checked line 738 in httpd.conf:
# Administration: phpsysinfo
Alias /phpsysinfo /opt/administration/phpsysinfo
<Directory /opt/administration/phpsysinfo>
Options -Indexes
AllowOverride None
order deny,allow
deny from all
allow from all
AddType application/x-httpd-php .php .php3
php_flag magic_quotes_gpc on
php_flag track_vars on
</Directory>
Line 738 is: php_flag magic_quotes_gpc on
Any one got a clue and a cure?