Worked fine to upgrade to 4.4.2 on most servers for me, but one server in particular, running CentOS 3.6 has major problems with Apache modules now.
service httpd restart:
/etc/init.d/httpd restart: httpd not running, trying to start
Syntax error on line 2 of /usr/local/apache/conf/httpd.conf:
Invalid command 'Alias', perhaps mis-spelled or defined by a module not included in the server configuration
If I comment that out, I get:
/etc/init.d/httpd restart: httpd not running, trying to start
Syntax error on line 227 of /usr/local/apache/conf/httpd.conf:
Cannot add module via name 'mod_env.c': not in list of loaded modules
/etc/init.d/httpd restart: httpd could not be started
If I comment that out, it goes down the list of AddModules with each one failing.
I have rebuilt apache loading config defaults, not skipping Apache build if it is the latest version, etc several times and same deal. HELP!!!
service httpd restart:
/etc/init.d/httpd restart: httpd not running, trying to start
Syntax error on line 2 of /usr/local/apache/conf/httpd.conf:
Invalid command 'Alias', perhaps mis-spelled or defined by a module not included in the server configuration
If I comment that out, I get:
/etc/init.d/httpd restart: httpd not running, trying to start
Syntax error on line 227 of /usr/local/apache/conf/httpd.conf:
Cannot add module via name 'mod_env.c': not in list of loaded modules
/etc/init.d/httpd restart: httpd could not be started
If I comment that out, it goes down the list of AddModules with each one failing.
I have rebuilt apache loading config defaults, not skipping Apache build if it is the latest version, etc several times and same deal. HELP!!!