I'm having some difficulty with these two modules. Firstly, I have to admit I am not an expert on server admin. I'm learning, but I have a long way to go, so please excuse me if any of the terms I use are incorrect.
Our server (hosting only about 15 websites at present) has been running mod_ruid2 for a while without any major problems. However, we need to be able to change some PHP settings for different users. I discovered that php.ini files have no effect when this is running, and that you would need mod_suphp to do this. I used Easyapache 4 to provision this, but this broke a number of sites (particularly Joomla sites). Every folder was showing in Joomla as 'unwritable' unless set to 777. From what I can gather this is not down to permissions, but ownership. I can see that all files and folders are owned by the account user (checked in WinSCP).
I've reverted back to mod_ruid2 now and the sites are all working as before. However, we need to increase the session time for one website and to alter memory limits for a couple of others. I've tried doing this through .htaccess but that doesn't work either.
Could anyone explain to me the following (in as simple terms as possible):
- Why the folders/files would be Unwritable? Who should be the 'owner' of these files and is there a simple way to change this that won't cause more problems?
- Is it possible to alter PHP settings per site when running mod_ruid2?
Thanks.
Our server (hosting only about 15 websites at present) has been running mod_ruid2 for a while without any major problems. However, we need to be able to change some PHP settings for different users. I discovered that php.ini files have no effect when this is running, and that you would need mod_suphp to do this. I used Easyapache 4 to provision this, but this broke a number of sites (particularly Joomla sites). Every folder was showing in Joomla as 'unwritable' unless set to 777. From what I can gather this is not down to permissions, but ownership. I can see that all files and folders are owned by the account user (checked in WinSCP).
I've reverted back to mod_ruid2 now and the sites are all working as before. However, we need to increase the session time for one website and to alter memory limits for a couple of others. I've tried doing this through .htaccess but that doesn't work either.
Could anyone explain to me the following (in as simple terms as possible):
- Why the folders/files would be Unwritable? Who should be the 'owner' of these files and is there a simple way to change this that won't cause more problems?
- Is it possible to alter PHP settings per site when running mod_ruid2?
Thanks.