The samples below are out of the conf file.
I actually did try to include the Alias declaration in the
<VirtualHosts> container, but no luck.
The thing that puzzles me is that the Alias "Manual" works and the other
two do not.
-----Original Message-----
From: Thomas Strike [mailto:striket@pacbell.net]
Sent: Thursday, 24 April 2003 8:18 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Alias Problem
The httpd.conf file you atached does not contain your Virtual Host
Configurations. You are using inclides to load those form seperate .conf
files. I have to assume that the VirtualHost containers that you show
below are samples of what's in these files.
try putting the Alias delarations inside your <VirtualHosts> containers
and see if that works.
Tom S
From: "Taco Fleur"
> I have a problem with Aliases in the Apache Config file.
> The Alias to "Manual" works fine, the other two don't work at all no
> matter what I try, am I missing something obvious or??.... Any help is
> appreciated.
>
> Alias /manual "C:/Program Files/Apache Group/Apache2/manual"
> <Directory "C:/Program Files/Apache Group/Apache2/manual">
> Options Indexes FollowSymLinks MultiViews IncludesNoExec
> AddOutputFilter Includes html
> AllowOverride None
> Order allow,deny
> Allow from all
> </Directory>
>
> Alias /cfdocs "C:/Program Files/Apache Group/Apache2/htdocs/cfdocs"
> <Directory "C:/Program Files/Apache Group/Apache2/htdocs/cfdocs">
> Options Indexes MultiViews
> AllowOverride None
> Order allow,deny
> Allow from all
> </Directory>
>
------------------------------------------------------------------------
----
----
> ---------------------------------------------------------------------
> 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
---------------------------------------------------------------------
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
---------------------------------------------------------------------
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
|