PatchDashboard / patchdashboard

Patch Management Dashboard
Apache License 2.0
37 stars 16 forks source link

Use conf-available and conf-enabled instead of conf.d for apache 2.4 #7

Closed RazarF closed 8 years ago

RazarF commented 9 years ago

In apache 2.4 - which is installed in Ubuntu 14.04 - conf.d/ is no longer used. Instead, conf-available/ and conf-enabled/ are.

I think you should update the install script to check which version of apache is installed and use the proper directories.

jonsjava commented 9 years ago

Thank you. You rock. You can either send a gist of the change or wait a week or two and we will update our script. On Mar 21, 2015 2:12 PM, "RazarF" notifications@github.com wrote:

In apache 2.4 - which is installed in Ubuntu 14.04 - conf.d/ is no longer used. Instead, conf-available/ and conf-enabled/ are.

I think you should update the install script to check which version of apache is installed and use the proper directories.

— Reply to this email directly or view it on GitHub https://github.com/PatchDashboard/patchdashboard/issues/7.

RazarF commented 9 years ago

I'm not great with coding, so I'd rather wait a little ;)

jonsjava commented 9 years ago

I'll make it a priority. On Mar 21, 2015 2:16 PM, "RazarF" notifications@github.com wrote:

I'm not great with coding, so I'd rather wait a little ;)

— Reply to this email directly or view it on GitHub https://github.com/PatchDashboard/patchdashboard/issues/7#issuecomment-84427718 .

faust64 commented 8 years ago

I can confirm current master properly uses /etc/apache2/conf-available and a2enconf on jessie, which comes with apache 2.4 as well. Using a test -d, we may assume it would work on trusty as well. I think you may close that one.