brianafischer
1st March 2006, 08:34 AM
I was wondering if there were any tricks that would allow me to configure my system running a webserver to only prompt a user coming through my cable modem and not a user on the LAN. My configuration:
Fedora 2.6.12-1.1381_FC3
httpd-2.0.53-3.3
From httpd.conf:
AllowOverride None
# Force a password
AuthType Basic
AuthName "BasicAuth"
AuthUserFile /etc/httpd/conf/basicauth
Require valid-user
Any advice? Thanks,
Brian
Fedora 2.6.12-1.1381_FC3
httpd-2.0.53-3.3
From httpd.conf:
AllowOverride None
# Force a password
AuthType Basic
AuthName "BasicAuth"
AuthUserFile /etc/httpd/conf/basicauth
Require valid-user
Any advice? Thanks,
Brian