I do not have root access on my server, so I have to run Webinator as a regular user. I have asked that the web server be added to my group, which might improve things.
My problem is that in order for the search forms on the web to work, all or most of the files in db have to be publicly writable. But every time gw runs the files are reset to be only readable or writable by the user.
I've tried setting the db directory ug+s but that doesn't seem to have made any difference. Both texis and gw are u+s but not g+s
For now, I've created a crontab that runs gw and then resets the permissions. Is there a better solution?
My options for gw are "-d- -D9 -M -o -t5 -fshtml -v". The OS is OpenBSD with the linux compatibility libraries.
My problem is that in order for the search forms on the web to work, all or most of the files in db have to be publicly writable. But every time gw runs the files are reset to be only readable or writable by the user.
I've tried setting the db directory ug+s but that doesn't seem to have made any difference. Both texis and gw are u+s but not g+s
For now, I've created a crontab that runs gw and then resets the permissions. Is there a better solution?
My options for gw are "-d- -D9 -M -o -t5 -fshtml -v". The OS is OpenBSD with the linux compatibility libraries.