[rt-users] Request for comments from Apache/FastCGI gurus/users.
Ruslan U. Zakirov
cubic at acronis.ru
Fri Jul 16 10:18:28 EDT 2004
Hi, folks.
Please comment me few strrings from
http://wiki.bestpractical.com/index.cgi?FastCGIFAQ
> DocumentRoot /opt/rt3/share/html
> ...
> Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
As remember Apache request cycle if you request
http://rt.example.com/NoAuth/images/foo.gif then apache strip URL to
/NoAuth/images/foo.gif then if there is no aliases for any location uses
DocumentRoot to map URL to file. So finally we get
'/opt/rt3/share/html/NoAuth/images/foo.gif'.
I don't understand why alias is required in config.
Any comments.
Ruslan.
More information about the rt-users
mailing list