Saturday, May 22, 2010

How The Hell Do I Install mod_vhost_alias on Linux???

I have downloaded apache 2.0x source. I have run





./configure


make


make install





How do I get mod_vhost_alias installed? Every second Apache module website has that stock page about configuring it, but not one person has written how you get the damn thing in the first place. Rubbish. I see a .c source code file relating to it in the apache2 source code, but getting the thing to appear as a finished mod_vhost_alias.so file everyone seems to think is required is an impossibility.





This cannot be that hard, it's just a module. Any help?

How The Hell Do I Install mod_vhost_alias on Linux???
I don't know about that specific module, but usually you can say ./configure --help


and that will list options you can pass to configure. Maybe one of those is to enable your module.


No comments:

Post a Comment