May 27, 200718 yr comment_4938 OK So a friend and I have set up uniform server and all seems well we want to publish our web sites to it, that seems to be working OK , I can publish my site using NVU on my linux box here at my office, However if we set the sites up so everyone on the web can see them then it seems everyone on the web can write to them!!!! without passwords or security, I know I'm misiing something after looking over the Unicenter site I'm not sure what. we want to allow all to read but only the web administrators to be able to publish to their respectivew sites Using htaccess I can give myself my own password for my site but then only those with that password can access the site to see what I've posted, and then it's really not a web site is it? please just point me in the right direction. Report
May 27, 200718 yr comment_4940 What do you mean others can publish to it... Without password. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
May 27, 200718 yr Author comment_4941 What do you mean others can publish to it... Without password. I mean I can write directly to the server without any info in the uername and password fields If I # the password authentication lines in htaccess and the deny from all lines then anyone can write to the server if I take the #'s signs out to require athentication then if someone accesses the site just to view it they are asked for a username and password Report
May 27, 200718 yr Author comment_4942 I mean I can write directly to the server without any info in the uername and password fields If I # the password authentication lines in htaccess and the deny from all lines then anyone can write to the server if I take the #'s signs out to require athentication then if someone accesses the site just to view it they are asked for a username and password basically what we need is read access to everyone on the web and write(publish) access to those with authorised usernames and passwords, and since currently we are trying to host three sites, different usernames and passwords for the three different administrators I'm sure the directions for doing this are somewhere but I'm just a little lame at finding them. Report
May 27, 200718 yr comment_4943 Edit /usr/local/apache2/conf/httpd.conf file, look for the part that loads the mod_dav module and comment it out. It should say something like Loadmodule..... ? Best Regards Olajide Olaolorun The Uniform Server Development Team Report
May 27, 200718 yr Author comment_4944 Edit /usr/local/apache2/conf/httpd.conf file, look for the part that loads the mod_dav module and comment it out. It should say something like Loadmodule..... ? the conf file mentioned above doesn't seem to be able to open with windows I think I have figured this out you add an htaccess file to the site folder un comment allow all, then un comment the 4 auth lines to allow for password authentication for publishing so far that seems to be working I hope thanks Report
May 27, 200718 yr Author comment_4945 the conf file mentioned above doesn't seem to be able to open with windows I think I have figured this out you add an htaccess file to the site folder un comment allow all, then un comment the 4 auth lines to allow for password authentication for publishing so far that seems to be working I hope thanks BTW that stuff didn't work the server stillwants me to sign in initialy then I can go wherever I want how do I open read access while limitin write access(publishing) Report
May 28, 200718 yr comment_4948 Edit /usr/local/apache2/conf/httpd.conf file, look for the part that loads the mod_dav module and comment it out. It should say something like Loadmodule..... ? That file exists! Open it with Notepad or Wordpad. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
May 28, 200718 yr Author comment_4950 That file exists! Open it with Notepad or Wordpad. yes I figured that out but I don't think it did what I'm after, Ill try it again. I'll try to explain we have three sites (www) all need read access by everyone that types in the address on the web wrtie access has to be limited to the site admin Password protected I'm sure it's real simple but I haven't found the write place yet thanks Report
May 28, 200718 yr comment_4951 Yes it does, but you have to stop the server using Stop.bat and then Start it over again. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
June 9, 200718 yr comment_5157 Perhaps I'm just misunderstanding, but it seems illogical to have write access at all... People cannot naturally have access to write files to a server, or any computer. Normally you give people write or upload access via FTP, which you setup using an FTP server - Uniform Server is not an FTP server, and should not have any write access turned on by default, only the local computer can edit the files unless you setup an FTP server. Report
June 9, 200718 yr comment_5159 There was a slight problem with 3.3 and mod_dav, and i think that was the problem. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
July 12, 200718 yr Author comment_5367 That file exists! Open it with Notepad or Wordpad. Using HT access didn't work for creating multiple user accounts mod_dav did nothingso I moved on to slimftp installed and it works great but how do you once again create multiple users and limit them to there own websites? I need my idividual web authors to be able to update their own sites by remote without being a danger to other websites, I know you can create individual users with most FTP when I follow the instructions in slimftp.conf I can change the admin to whatever I want but when I add another user it quits working and yes I save the CONF file then stop and restart slimftp I've also tried restarting the server thanks Report
July 12, 200718 yr comment_5368 Then that means you didnt create it right or you messed it up somewhere. Paste it in the pastebin @ http://www.uniforserver.com/pastebin/ Best Regards Olajide Olaolorun The Uniform Server Development Team Report
July 12, 200718 yr Author comment_5369 Using HT access didn't work for creating multiple user accounts mod_dav did nothingso I moved on to slimftp installed and it works great but how do you once again create multiple users and limit them to there own websites? I need my idividual web authors to be able to update their own sites by remote without being a danger to other websites, I know you can create individual users with most FTP when I follow the instructions in slimftp.conf I can change the admin to whatever I want but when I add another user it quits working and yes I save the CONF file then stop and restart slimftp I've also tried restarting the server thanksI figured it out I just wasn't getting the scripts right I now have it set up the way I wanted I Think Report
July 12, 200718 yr comment_5372 Ok Best Regards Olajide Olaolorun The Uniform Server Development Team Report
July 15, 200718 yr Author comment_5385 Ok regarding Slimftpd? Is there a way to make the passwords (and perhaps usernames) Case sensitive that would improve security thanks BTW Slimftpd has solved all of our publishing and remote access issues everyone with a site has been able to access their site either with a publisher NVU or front page or through an FTP Client. Report
July 16, 200718 yr comment_5390 I think it should be case sensitive, but if not, then i guess the program doesn't do that. And i dont think there is another option or way to set it to do that.... Sorry Best Regards Olajide Olaolorun The Uniform Server Development Team Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.