Apache Authentification

General discussion about PLUC and Linux in Pakistan.
Post Reply
Suleman.Khalil
Lance Naik
Posts: 21
Joined: Fri Jun 30, 2006 12:22 pm
Location: Pakistan Karachi
Contact:

Apache Authentification

Post by Suleman.Khalil »

Hello,
i find hidden files by,
#>ls -ah ( comands show hidden files)

but how can i find all hidden starting from /.
&

from where i set user authentification "username and password" in Apache 2.0
Suleman Khalil

Systems & Network Administrator
MN Textiles Pvt. Ltd.

Phone # +92321-2235677
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

there are no "hidden" files in unix. there are dot files, which show up when you use "ls -a". to find all dot files, type

Code: Select all

find / -type f -name '.*' -print
there is a howto for setting up authentication in apache at http://httpd.apache.org/docs/2.0/ (on the right side of the page).

no, wait, i have a better idea, just install suse, it'll automatically set everything up for just the way you want it. it'll even feed your pets.
nomankhn
Colonel
Posts: 714
Joined: Wed Aug 07, 2002 8:00 pm

Re: Apache Authentification

Post by nomankhn »

Suleman.Khalil wrote:Hello,
i find hidden files by,
#>ls -ah ( comands show hidden files)

but how can i find all hidden starting from /.
&

from where i set user authentification "username and password" in Apache 2.0
Dear,

For password and user authentication point of view.

http://www.apacheweek.com/features/userauth
http://www.cs.cmu.edu/~help/web_publish ... pages.html

Regards
Noman Liaquat Khanzada Rajput
Linux means productivity and fun.
NT means 'Not Today'.'XP' what else but 'Xtremely Painful.'
If Linux doesn't have the solution, you have the wrong problem
Linux is like a Red Indian tent: no Windows, no Gates, and an Apache inside!
Suleman.Khalil
Lance Naik
Posts: 21
Joined: Fri Jun 30, 2006 12:22 pm
Location: Pakistan Karachi
Contact:

ThankYou

Post by Suleman.Khalil »

thanx buddy
Suleman Khalil

Systems & Network Administrator
MN Textiles Pvt. Ltd.

Phone # +92321-2235677
Post Reply