Forgot to mention that it works now only when I type in the real IP, not
127.0.0.1.

Also, the index.cgi does not open automatically.

Mark

On Thu, 2003-07-31 at 14:01, Mark Ehle wrote:
> Folks - 
> 
> I wound up putting this at the end of my httpd.conf file:
> 
> <Directory "/var/www/html/direqcafe">
>     Options Indexes Includes FollowSymLinks ExecCGI
>     AuthName "For Mark's eyes only"
>     AuthType Basic
>     AuthUserFile /var/www/.htpasswd
>     require valid-user
> </Directory>
> 
> Not sure if this is more than I need, but it works now. 
> 
> I had to create a .htpasswd file by typing:
> 
> >htpasswd -c /var/www/.hptasswd admin
> 
> then giving a password twice. Don't forget to change the permissions
> of the .htpasswd file to whatever the server likes, in my case, I
> changed the ownership from root to apache:
> 
> >chown apache.apache .htpasswd
> 
> Hope this helps!
> 
> Mark Ehle
> Computer Support Librarian
> Willard Public Library
> Battle Creek, MI
> 
> 
> On Wed, 2003-07-30 at 12:21, Peter Billson wrote: 
> > Mark,
> >   You need to add something like:
> > 
> > <Directory /var/www/html/direqcafe>
> > Options ExecCGI
> > </Directory>
> > 
> > to your http.conf file. See the Apache docs for more info.
> > 
> > BTW - I do LTSP installs in Public Libraries here in New Jersey. I'd be
> > interested in hearing your experience and would be happy to provide
> > hints/tips to you if you get stuck.
> > 
> > 
> > Pete



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to