I've setup a new server, mostly following the Ubuntu 6.10 and ISPConfig guides. All works oke, but during the process of transferring websites to this new server, I'm puzzled by a permission problem between Perl and SuExec and hope someone has an idea.
Although ISPConfig has added the right SuexecUserGroup, it appears that perl scripts do not use this user/group, but instead run with the euid and ruid of apache: www-data in my case. Any suggestion how to tackle this problem further?
Details:
Directory:
Quote:
|
drwxrwxr-x 30 web1_user web1 4096 2005-10-14 11:27 uploads
|
Apache2.conf
...
Quote:
<VirtualHost 172.16.3.80:80>
SuexecUserGroup web1_user web1
ServerName www2.xxxx.loc:80
ServerAdmin webmaster@xxxx.loc
DocumentRoot /home/ispwww/web1/web
|
Error:
Quote:
|
Thu Jan 4 20:02:35 2007 /home/ispwww/web1/web/index.pl WARNING: euid: 33 ruid: 33 Couldn't create node: /home/ispwww/web1/web/uploads/images/75 : Permission denied
|
The only other remark to make is that the perl routines/programs called by index.pl are stored outside the webroot. But the whole application works without a problem. If I change the ownership of the uploads directory (including the subdirs) to www-data, the nodes/files are created without any issue.
Recent comments
1 day 4 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 20 hours ago
2 days 10 hours ago
2 days 11 hours ago