Few usage questions for virtual domains - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Few usage questions for virtual domains (/thread-12838.html) |
Few usage questions for virtual domains - robbo007 - 02-07-2011 10:15 PM Hello all, I run ISPCP 1.07 under Debian. All working fine. Is it possible to configure separately for each virtual domain the following: Apache mod_rewrite Change Document Root PHP SAFE_MODE off PHP with module PDO PHP with Open_Base_Dir=None All this is to use with the framework "Symfony". I obviously don't want to make these changes to all my virtual domains, just the ones that need it. Thanks, Rob RE: Few usage questions for virtual domains - fluser - 02-08-2011 01:47 AM Every user/website has it's own php.ini. There you can configure everything for a unique domain. Should be somewhere in /var/www/fcgi/domain.tld/php.ini and for mod_rewrite you can use /etc/apache2/ispcp/domain.tld.conf to create rewrite rules. I hope that I didn't write stupid paths and files, because it's all from my mind and I don't have access to my server. Best Regards Fluser RE: Few usage questions for virtual domains - robbo007 - 02-08-2011 01:55 AM (02-08-2011 01:47 AM)fluser Wrote: Every user/website has it's own php.ini. There you can configure everything for a unique domain. ok great. I thought ISPCP would allow this but was not sure. I gather these change requests are standard and won't open up huge holes in the system right? RE: Few usage questions for virtual domains - fluser - 02-08-2011 02:08 AM You should be shure what you do in the user php.ini file. But this is a standard-feature of IspCP and if you know what you do, you won't open up huge holes in the system. Best Regards Fluser RE: Few usage questions for virtual domains - robbo007 - 02-08-2011 02:08 AM Great. Thanks for the help. RE: Few usage questions for virtual domains - fluser - 02-08-2011 02:11 AM No problem. You can make a Reputation Best Regards Fluser |