Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i need a way to allow people to be able to dwl files from my computer. i want to be abe to control who dwl and uploads files. also control what files can be transfered. i was looking at apache and an ftp server but am kinda lost now. i dont care what it looks like, i just need something that satisfices what i wrote above. i also need instructions on how to set it up. i was looking at guides for setting up ftp and apache and was totally lost after the first paragraph. is there a site with step by step instructions to set up something simple that works?
The easiest way I see, if you want to control users, would be to use http, and some content management system like nukePhp and others. You would have to set up a database for the system, but then you could restrict user accounts, maybe adding an X files per day option and stuff like that.
Sorry if FTP is the only option you want, but it just looks to "primitive" to me...
Are you saying that because of the content management system or the FTP (sorry if it sounds stupid, obviously apache is a webserver and not an ftp... AFAIK)
i setup a dns thing so now i dont have to type my ip address to see what apache is doing. when i go to the site it says acahe is configured properly. what file do i need to edit in order to change what is displayed on the openning page?
Originally posted by buffed317 what file do i need to edit in order to change what is displayed on the openning page?
You should be able to simply add an index.html (or index.php, etc) file to your base directory, which is probably /var/www/html. At least that's how it works with my version of Apache.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.