Jump to content

Recommended Posts

Posted

Hi,

 

I am currently looking at starting a project where we have a web server that hosts our students websites that they create in ICT lessons. The idea being it gives them experience of uploading to a server via FTP and all the sites being in a centralised easy for marking and moderating.

I am looking at something that would run on Linux, use Apache and also connect via LDAP (AD Integration) to create ftp users and virtualhost folders for the students that will be making websites, so I'm looking for an easy web hosting management system with AD integration. I've looked at ISPConfig and Webmin but wondering if anyone else could recommend a management system that would suit this project? This would all be internal based and not public facing.

Posted
I use a virtual Ubuntu server. I don't link it with AD, I use a report to get the names of students on the course and then a small bash script to create the accounts. We allow ICT teachers restricted access to webmin to enable them to change passwords. You could use SAMBA to link to AD for authentication. That might have the unintended consequence of allowing them to navigate to a share rather than forcing them to use ftp. It also might be a pain to then block people who are not on the course.
  • Thanks 1
Posted

Just out of interest, why not use IIS?

 

I am a LAMP man through and through but was asked the same question for the school here, took about half an hour to setup on IIS using AD authentication. FTP access to file root for each user then one server with a list of directories, one for each user.

Posted

Thanks for all your replies. I was going to stay clear of SAMBA as i dont want them to browse their web root using explorer.exe as I could see them moving folders about and causing all kind of issues with their sites. We use Dreamweaver for web development so we want to get students into the practice defining their site with Dreamweaver and then using remote server.

The reason why I was thinking of using AD was that it will be roughly 100 students users that would need to make the system so didn't want to manually create users and need some way to nicely manage it. Must admit I don't have much experience with IIS and I'm more comfortable with LAMP but that might me a solution. The bash script thing sounds like a good way to go as well for bulk creation that I hadn't thought of. Thanks :)

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...