Web Hosting Talk







View Full Version : Adding mods to apache


Sillysoft
02-28-2005, 07:36 PM
I noticed a lot of things I would like to do with apache require outside mods to be added? For instance snert. the problem is snert requires apx or apx2? I searched the server for that and I dont think apache was compiled with it.

Im on Fedora Core 2 using the Apache default install that comes with the installation, did a yum update to get it to Apache2. Im also doing the same with php, using the default install of php with FC2.

What do I need to do in order to add mods to Apache?

Thanks
Silly

zupanm
02-28-2005, 11:15 PM
you need to install the httpd-devel package in order to have apx2. Its odd how they do that but since you need that for development in a way i guess they package that in the -devel package

Sillysoft
02-28-2005, 11:24 PM
Yeah figured that out. Got snert working and mod_layout. Pretty cool and easy stuff. Had to create a couple of symlinks to get it working though. How would I go about adding the correct path to apxs in the profile so that when I install mods it knows to look in the directory that has apxs?

Thanks
Silly