Apache2 failure after 13.1 to 13.2 upgrade

I am fairly new to Suse, so If I fail to provide the right info, please educate me.

I installed 13.1 about 3 weeks ago to get my feet wet with Suse. Today I Upgraded (DVD upgrade option) to 13.2.

Now apache fails to start. Using the following,

sudo systemctl start apache2.service

I get

apache2.service - The Apache Webserver
   Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled)
   Active: failed (Result: exit-code) since Mon 2014-11-24 04:43:43 EST; 6s ago
  Process: 22012 ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful-stop (code=exited, status=1/FAILURE)
  Process: 21994 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k start (code=exited, status=1/FAILURE)
 Main PID: 21994 (code=exited, status=1/FAILURE)

Nov 24 04:43:43 SNIP start_apache2[22012]: Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
Nov 24 04:43:43 SNIP start_apache2[22012]: Module "imagemap" is not installed, ignoring.
Nov 24 04:43:43 SNIP start_apache2[22012]: Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
Nov 24 04:43:43 SNIP start_apache2[22012]: Module "imagemap" is not installed, ignoring.
Nov 24 04:43:43 SNIP start_apache2[22012]: Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
Nov 24 04:43:43 SNIP start_apache2[22012]: Module "fcgi" is not installed, ignoring.
Nov 24 04:43:43 SNIP start_apache2[22012]: Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
Nov 24 04:43:43 SNIP start_apache2[22012]: AH00526: Syntax error on line 53 of /etc/apache2/conf.d/mod_fcgid.conf:
Nov 24 04:43:43 SNIP start_apache2[22012]: FcgidIPCDir cannot occur within <VirtualHost> section
Nov 24 04:43:43 SNIP systemd[1]: Failed to start The Apache Webserver.


checking

/usr/lib64/apache2/

with

find . -type f -iname *mod*

gets a long list of mods, but no mod_imagemap.
Checking the file list in yast2 for installing apache2, mod_imagemap IS NOT present. Neither is mod_fcgi (although fcgid is).

Both of these were present in 13.1, and frankly mod_imagemap should be part of the base build. It is even listed as a bug (although I now cannot find the link) for the 13.2 RC.

I need both of these in order for several prebuilt web contents to function. Is there a way I can “downgrade” apache2, or somewhere to find these modules for the default build?

(Oh yeah, i checked /etc/systconfig/apache2. They were not enabled by default, so I added them to the appropriate line, but since they appear to not be on my system, that caused part of this mess. That much I have fixed, but I NEED these mods…)