Greetings At work I have Linux Machine 2.2.16 SuSE7.0 Pro. The Linux machine its up and running. I want to setup my Intranet for my LAN user by giving each user the possiblity to authenticate him self (username + password) to get/download his ownfiles (Txt,Xls,Doc, Rtf) via Internet Expolorer from his machine. it means the linux machine should run FTP server as well beside apache. Each user should have his own home directory such as http://X.X.X.X/user1 ... etc. then should a window appear to authenticate him self to download the files. Do you know how could i set up the above? Any input would be really appreciated. -Pons pls send your input to my email. thanks in advance
Hi I've had a similar situation set up on an Intranet, running with this configuration. There were seperate authentications for ftp and Apache. 1) FTP - If your Server Root directory is, say, /usr/www, create sub-directories for each user and create a user account for each on the machine. Set the directory permissions so that only that user can access that directory. You would then set up the ftp client on the user's machine to log in as that user and that the default directory is /usr/www/<your user name>. 2) Apache - you can set up user or group specific security using .htaccess files in the directories or you can do the whole lot in the <directory></directory> section of /etc/httpd/httpd.conf - check out the Apache documentation for this - http://www.apache.org This brings up a password dialogue box when you attempt to get into the protected directory. Hope this helps. Cheers M pons wrote:
Greetings
At work I have Linux Machine 2.2.16 SuSE7.0 Pro. The Linux machine its up and running. I want to setup my Intranet for my LAN user by giving each user the possiblity to authenticate him self (username + password) to get/download his ownfiles (Txt,Xls,Doc, Rtf) via Internet Expolorer from his machine. it means the linux machine should run FTP server as well beside apache. Each user should have his own home directory such as http://X.X.X.X/user1 ... etc. then should a window appear to authenticate him self to download the files.
Do you know how could i set up the above? Any input would be really appreciated.
-Pons
pls send your input to my email. thanks in advance
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
you have o set up apache so that it autenticates each user. you will have to use htpasswd and you will also need to restrict access to each directory with an entry in the apache config file Thank You Ron Blanchett Monroe Bank & Trust Assistant Network Administrator Phone: 242-1811 e-mail: ron.blanchett@mbandt.com ----- Original Message ----- From: "pons" <pons@gmx.li> To: <suse-linux-e@suse.com> Sent: Thursday, March 22, 2001 3:11 AM Subject: [SLE] Web/FTP Server
Greetings
At work I have Linux Machine 2.2.16 SuSE7.0 Pro. The Linux machine its up and running. I want to setup my Intranet for my LAN user by giving each user the possiblity to authenticate him self (username + password) to get/download his ownfiles (Txt,Xls,Doc, Rtf) via Internet Expolorer from his machine. it means the linux machine should run FTP server as well beside apache. Each user should have his own home directory such as http://X.X.X.X/user1 ... etc. then should a window appear to authenticate him self to download the files.
Do you know how could i set up the above? Any input would be really appreciated.
-Pons
pls send your input to my email. thanks in advance
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
On Thu, Mar 22, 2001 at 10:11:35AM +0200, pons wrote:
I want to setup my Intranet for my LAN user by giving each user the possiblity to authenticate him self (username + password) to get/download his ownfiles (Txt,Xls,Doc, Rtf) via Internet Expolorer from his machine. it means the linux machine should run FTP server as well beside apache. Each user should have his own home directory such as http://X.X.X.X/user1 ... etc. then should a window appear to authenticate him self to download the files.
If your are working in a windows environment, take the time to look at and learn Samba. Then your windows users can use 'their usual' (for them) tools to handle their files by clicking in for example their explorer. Is is a bit more complicated to setup Samba, but it is complete transparant for window (l)users. They can't even see the difference between a Linux-box with Samba and a windows file/printer/whatever server. I am told this is the reason a lot more comapanies are running Linux than the management knows. I beleave someone already told you, in a Unix environment you only have to create the accounts and install a ftp-server (there are at least 3 packages on the SuSE cd's, anyone will do in this case) and your users can exchange files. The download (even upload is possible) by Apache is a little bit more work. Install a .htaccess file in everybodys ~/public_html/. The Apache-manual has clear examples. Regards, Cees.
participants (4)
-
Cees van de Griend
-
Matthew S Smith
-
pons
-
Ron Blanchett