I have installed MySQL en Apache but with sudo /usr/local/apache2/bin/apachectl start I get this error message:
httpd: Could not reliably the server's fully qualified name, ising imac-van-jim.local for ServerName
When I put in the apachectl configtest command I get this:
Syntax error on line 45 of /ect/httpd/httpd/conf:
API module structure 'authn_file_module' in file /usr/local/apache2/modules/mod_authn_file.so is garbled - perhaps this is not an Apache module DSO?
I guess something went wrong during compilation or the module is still there from a previous version. Try removing everything from modules and re-install or remove the module from httpd.conf if you are not going to use it.
25 Mar 2007
I have installed MySQL en Apache but with sudo /usr/local/apache2/bin/apachectl start I get this error message:
httpd: Could not reliably the server's fully qualified name, ising imac-van-jim.local for ServerNameWhen I put in the apachectl configtest command I get this:
Syntax error on line 45 of /ect/httpd/httpd/conf:API module structure 'authn_file_module' in file /usr/local/apache2/modules/mod_authn_file.so is garbled - perhaps this is not an Apache module DSO?
Anyone has an idea what's wrong?
26 Mar 2007
I guess something went wrong during compilation or the module is still there from a previous version. Try removing everything from modules and re-install or remove the module from httpd.conf if you are not going to use it.