looks like centos7 doesn't have or need that, it comes with a folder call conf.d and if the .conf file I inside this folder, is like if was activate it. =)
On Wednesday, February 25, 2015 at 1:01:57 PM UTC-6, Blazor wrote: > thanks I am watching >> https://www.youtube.com/watch?v=hBMVVruB9Vs >> but i am stuck at min 20 since it say that I need to activate the >> website, with a2ensite >> they gave me a centos7 machine that doesn't have those commands. >> > > > a2ensite is basically a shortcut for creating a symbolic link between the > sites-available entry you are interested into and the sites-enabled > directory. You can do it manually: > > # as an administrative user > cd /etc/apache2/sites-enabled > ln -s ../sites-available/<entry_you_would_have_a2ensitED> > > > B. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a7702198-bc1b-4aeb-92a3-0a673979d04f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

