itgeek Posted January 23, 2012 Posted January 23, 2012 HI I have been asked to set-up a web server for internal use by students creating websites and uploading them. Any ideas please? Thanks
jamesfed Posted January 23, 2012 Posted January 23, 2012 FTP User Isolation is what you want to look at in Microsoft IIS7 - Configuring FTP User Isolation in IIS 7 : FTP 7 for IIS 7 : Publishing Content to Web Sites : The Official Microsoft IIS Site
MattHarwood Posted January 23, 2012 Posted January 23, 2012 HI I have been asked to set-up a web server for internal use by students creating websites and uploading them. Any ideas please? Thanks For Windows I suggest WampServer for ease of use: WampServer, the web development platform on Windows - Apache, MySQL, PHP For Linux, just install and configure Apache (or Litespeed), MySQL and PHP. Is that the kind of thing you're looking for?
pete Posted January 23, 2012 Posted January 23, 2012 If this is for GCSE IT, get your teachers to check their syllabus carefully. This year (on AQA) there's been heavy emphasis on back-and-forth between the "client" and the student designing the site. Moderators were requiring the sites to be accessible by the client, not just accessible internally. Having said that, here's Webman's guide: linux:ubuntu:ftpwebserver [M0PHP Wiki]
zag Posted January 23, 2012 Posted January 23, 2012 Another vote for WAMP if its for students. Very easy to setup and use.
itgeek Posted January 23, 2012 Author Posted January 23, 2012 Thanks can you create individual sites and ftp access to this site for individual students
jamesfed Posted January 23, 2012 Posted January 23, 2012 Thanks can you create individual sites and ftp access to this site for individual students With the link I provided you can do this easy enough - you just create the individual folders en masse and then user isolation does the rest. Its a whoooole lot less work than 90% of the other options out there.
CyberNerd Posted January 23, 2012 Posted January 23, 2012 Thanks can you create individual sites and ftp access to this site for individual students I used to do this when they taught php for alevel students. It would be best to use SMB and the apache Userdir module - you could do that with ftp as well, but students are more used to mapped drives and it is trivial for samba to create the directories and set the permissions automatically on login. students would just see a mapped drive then upload using windows file permissions to their html folder. Windows apache doesn't support userdir so you'd be better off with a linux one.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now