James James <jre...@gmail.com> writes:

> I had two directories containing the weblogin files

> /usr/local/share/weblogin/
> and
> /usr/local/webkdc/share/weblogin

> when I changed in /etc/httpd/conf.d/webkdc.conf the following lines :

> ScriptAlias /login "/usr/local/webkdc/share/
> weblogin/login.fcgi"
> ScriptAlias /logout "/usr/local/webkdc/share/weblogin/logout.fcgi"
> ScriptAlias /pwchange "/usr/local/webkdc/share/weblogin/pwchange.fcgi"
> Alias /images "/usr/local/webkdc/share/weblogin/generic/images/"
> Alias /help.html
> "/usr/local/webkdc/share/weblogin/generic/templates/help.html"

> by

> ScriptAlias /login "/usr/local/share/weblogin/login.fcgi"
> ScriptAlias /logout "/usr/local/share/weblogin/logout.fcgi"
> ScriptAlias /pwchange "/usr/local/share/weblogin/pwchange.fcgi"
> Alias /images "/usr/local/share/weblogin/generic/images/"
> Alias /help.html \
>         "/usr/local/share/weblogin/generic/templates/help.html"

> everything is working now

Ah, huh.  Thanks for the update!  I wonder what was going on... sort of
weird that caused those particular symptoms, but I'm glad you got it
fixed!

-- 
Russ Allbery <ea...@windlord.stanford.edu>
Technical Lead, ITS Infrastructure Delivery Group, Stanford University

Reply via email to