http://www.linux.com/community/blogs/133-general-linux/742528-pki-implementation-for-the-linux-admin
Posted via Blogaway
http://www.linux.com/community/blogs/133-general-linux/742528-pki-implementation-for-the-linux-admin
# /etc/apache2/apache2.conf - pulls in additional
# configurations in this order:
Include /etc/apache2/mods-enabled/*.load
Include /etc/apache2/mods-enabled/*.conf
Include /etc/apache2/httpd.conf
Include /etc/apache2/ports.conf
Include /etc/apache2/conf.d/[^.#]*
Include /etc/apache2/sites-enabled/[^.#]*
# Files related to Apache modules
/etc/apache2/mods-enabled/*.load
/etc/apache2/mods-enabled/*.conf
/etc/apache2/mods-available/*.load
/etc/apache2/mods-available/*.conf
/usr/sbin/a2enmod
/usr/sbin/a2dismod
a2enmod ${module}
/etc/init.d/apache2 force-reload
a2dismod ${module}
/etc/init.d/apache2 force-reload
# Files related to Apache virtual hosts
/etc/apache2/sites-enabled/[^.#]*
/etc/apache2/sites-available/*
/usr/sbin/a2ensite
/usr/sbin/a2dissite
|
Posted: 25 Aug 2013 07:44 PM PDT
It was August 25, 1991 when some Linus Benedict Torvalds sent an email introducing the world to some 'tiny' project he was working on.
|
|
Posted: 25 Aug 2013 03:27 PM PDT
Google has pushed an update for ChromeCast which has broken support for 3rd party apps like AirCast (AllCast) which allow users to 'stream' local files from their devices to ChromeCast connected TV sets.
|