You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Bishop, Cass" <cb...@atxna.com> on 2003/06/12 15:56:07 UTC

[users@httpd] Alias directive with no mod_alias

I have used apache for a few years no but it has always been the version
that came with Red Hat.  No I am trying to compile my own version and I am a
little confused.  I compile without mod_alias enabled and it does not show
up in my httpd.conf but the Alias directive still works.  My questions are,
why does this work and what other directives/modules does this affect?

Cass

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Alias directive with no mod_alias

Posted by Joshua Slive <jo...@slive.ca>.
On Thu, 12 Jun 2003, Bishop, Cass wrote:

> I have used apache for a few years no but it has always been the version
> that came with Red Hat.  No I am trying to compile my own version and I am a
> little confused.  I compile without mod_alias enabled and it does not show
> up in my httpd.conf but the Alias directive still works.  My questions are,
> why does this work and what other directives/modules does this affect?

Modules may be either statically compiled (included in the binary) or
dynamically compiled (loaded with the LoadModule directive).  The first
can be found using the command "./httpd -l" while the second will be
listed with an appropriate LoadModule in httpd.conf.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org