0

I noticed installing a fresh Apache (2.4.2) doesn't have the Debian structure. (sites-available, sites-enabled, (blank) httpd.conf, etc...), so if I wanted to move my virtual settings over from a Debian structured Apache, would I just append all my virtual hosts settings at the bottom of httpd.conf? What about SSL, do I have to a2enmod ssl?

It's so weird, I think the Debian structure is so much more organized and clean.

Strawberry
  • 1,132
  • 4
  • 15
  • 27

1 Answers1

3

You can duplicate the Debian structure in a non-Debian system, by using the same pattern of Include directives in your own httpd.conf. You won't get the helpers like a2enmod by default, but you could bring those across as well if you wanted.

womble
  • 96,255
  • 29
  • 175
  • 230