necroshine Posted April 2, 2003 Share Posted April 2, 2003 I have a script writen in php where a user can upload a file to a folder in the server. With IIS I only have to give write previleges do the IUSR_SERVERNAME acount but with apache I have to give to everyone, but I don\'t want that. Is there another way? Link to comment https://forums.phpfreaks.com/topic/291-given-write-previleges-to-a-folder-using-apache-as-a-webserv/ Share on other sites More sharing options...
effigy Posted April 4, 2003 Share Posted April 4, 2003 what user/group is apache ran as? and what user/group owns the apache htdocs sub folder? Link to comment https://forums.phpfreaks.com/topic/291-given-write-previleges-to-a-folder-using-apache-as-a-webserv/#findComment-934 Share on other sites More sharing options...
necroshine Posted April 4, 2003 Author Share Posted April 4, 2003 Thank you but I already solved the problem I\'ve created a user to run the apache service and gave it full previleges over the folder. Link to comment https://forums.phpfreaks.com/topic/291-given-write-previleges-to-a-folder-using-apache-as-a-webserv/#findComment-937 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.