Results 1 to 1 of 1
Hi, I've got apache2 with a custom httpd.conf but I get the following error:
Code:
Syntax error on line 16 of /path/to/httpd.conf:
Invalid command 'AddType', perhaps mis-spelled or defined by ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-28-2005 #1
Apache error - Invalid Command 'AddType'...
Hi, I've got apache2 with a custom httpd.conf but I get the following error:
I don't know why this error is occurring, the apache is emerged but started with the following line so it uses the pre-made apache conf:Code:Syntax error on line 16 of /path/to/httpd.conf: Invalid command 'AddType', perhaps mis-spelled or defined by a module not included in the server configuration
If I comment out the AddType line that it refers to, the error simply picks the next one when I rerun apache2ctlCode:/usr/sbin/apache2ctl -f /path/to/httpd.conf -DSSL -k start
Does anybody know why this error occurs?


Reply With Quote
