--- Abhishek Jain <[EMAIL PROTECTED]> wrote: > Hi Friends, > I hav a Fedora core 2 server with > Webmin-Virtual-min as the control panel . > I have set up many virtual servers. The servers have > cgi-bin directories . I > have found out that perhaps the .cgi files of any > particular virtualserver > is executed as with the group apache. I can see an > entry of apache in > httpd.conf in user and group directive. > I wanted the files be executed with the user , group > with which they have > been created. > I can see a entry of Suexecgroup(spellng may be > wrong) but when i change the > entry to the user this makes no change in the > execution . > Also i receive the following error when i restart > apache : > > Starting httpd: Warning: SuexecUserGroup directive > requires SUEXEC wrapper. > Warning: SuexecUserGroup directive requires SUEXEC > wrapper.
You don't need to use suexec in order to write a file using apache. Apache user/group should have appropriate write access to the directory you are writing in. Regards, --Naresh -- Naresh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
