Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by noodl:
http://wiki.apache.org/httpd/Platform/DebianLike

The comment on the change is:
Typos, style, todo

------------------------------------------------------------------------------
- The Debian family of linux distributions share a common, heavily customised, 
Apache HTTPD configuration. Though they're not exactly alike (Gentoo for 
example makes use of the !IfDefine module for enabling features), this guide 
will attempt to point out where they differ from the 'standard' upstream 
configuration layout, as available from httpd.apache.org.
+ The Debian family of linux distributions share a common - heavily customised 
- Apache HTTPD configuration.  Though they're not exactly alike (Gentoo for 
example makes use of the !IfDefine module for enabling features), this guide 
will attempt to point out where they differ from the 'standard' upstream 
configuration layout, as available from httpd.apache.org.
  
  For a high level overview of these platforms, and others, see 
["Info/DistrosDefaultLayout"]
  
  = Module Configuration =
- The Debian apache package for version 2.0 and greater puts module 
configuration files in /etc/apache2/mods-available and for version 2.2 
/etc/apache22/modes-available.
+ The Debian apache package for version 2.0 and greater puts module 
configuration files in /etc/apache2/mods-available and for version 2.2 
/etc/apache22/mods-available.
- These files are not loaded by the server by default. In order to enable them, 
symlinks are made in the /etc/apache2/mods-enabled directory pointing back to 
mods-available. There is a command line tool available to automate this process 
called a2enmod.
+ These files are not loaded in to the server by default.  In order to enable 
them, symlinks are made in the /etc/apache2/mods-enabled directory pointing 
back to mods-available.  There is a command line tool available to automate 
this process called ''a2enmod''.
  
  {{{
  $ # to enable mod_rewrite, for example
  $ a2enmod rewrite
  }}}
  
- Similarly there's a command named a2dismod which simply removes the symlink.
+ Similarly there's a command named ''a2dismod'' which simply removes the 
symlink.
  
  = VirtualHost Configuration =
- In much the same way that modules are enabled and disabled, sites 
(!VirtualHosts) are kept in /etc/apache2/sites-available and symlinked in to 
/etc/apache2/sites-enabled with the a2ensite and a2dissite commands.
+ In much the same way that modules are enabled and disabled, sites 
(!VirtualHosts) are kept in /etc/apache2/sites-available and symlinked in to 
/etc/apache2/sites-enabled with the ''a2ensite'' and ''a2dissite'' commands.
  
  = Bundled Documentation =
  
@@ -26, +26 @@

  //usr/share/doc/apache*/README.Debian*
  }}}
  
+ = TODO =
+ List of package names, or at least a link to a list of them.
+ 

Reply via email to