Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alais Module

Status
Not open for further replies.

HolyWater

MIS
Joined
Jun 9, 2005
Messages
5
Location
US
I am having some problems getting it to work correctly. The syntax in my httpd.conf is correct, but it does not work. I am thinking myabe
"LoadModule alias_module ../usr/lib/apache2/mod_alias.so"

Does not work. Any ideas?

Here is the Alias section...

"Alias /acidviewer "var/<Directory "/var/ AuthType Basic
AuthName "SPL"
AuthUserFile /usr/lib/apache2/passwords/passwords
Require user acidviewer
AllowOverride None
</Directory>"
 
Still no luck. I think it is something about the module not loading. Is there a way to tell if it has loaded?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top