Autoconf macros for Apache and conf.d install process?

Posted by Stephen Burke on Stack Overflow See other posts from Stack Overflow or by Stephen Burke
Published on 2010-05-12T13:37:23Z Indexed on 2010/05/13 2:14 UTC
Read the original article Hit count: 315

Filed under:
|
|
|

I have a package that is using the autotools to build and install. Part of the package is a website that can be run on the local machine. So in the package there is a .conf file that is meant to be either copied or linked to the /etc/apache2/conf.d directory. What's the standard way that packages would do this? If possible, I'd like for the user not to have an extra step to make the website work. I'd like to have them install the package and then be able to browse to http://localhost/newpackage to get up and running.

Also, is there a way that autoconf knows about the apache install or a standard way through then environment some how? If someone could point me in the right direction that would be great.

Steve

© Stack Overflow or respective owner

Related posts about apache

Related posts about autoconf