NVarra
10-08-2007, 05:47 PM
Good afternoon all. Here's my feedback/findings with CustomBuild so far.
I can not seem to configure domains with their own custom php.ini.
If I edit "suPHP_ConfigPath" in "/etc/httpd/conf/extra/httpd-suphp.conf" the global config path does change, as expected.
I need to change (or at least I thought I did) the "suPHP_ConfigPath" under the users httpd.conf "/usr/local/directadmin/data/users/USER/httpd.conf" or a .htaccess in their doc roots. Neither one of which seems to work. *shrug*
For example;
Editing "/usr/local/directadmin/data/users/admin/httpd.conf" does not work. I thought this would work for sure. :D
<Directory /home/admin/domains/somedomain.com/public_html>
Options +Includes -Indexes
suPHP_Engine ON
suPHP_UserGroup admin admin
suPHP_ConfigPath /home/admin/domains/somedomain.com/public_html/php.ini
</Directory>
nor does editing a .htaccess in the doc root. (Last ditch effort.)
Create "/home/admin/domains/somedomain.com/public_html/.htaccess" with the following contents;
suPHP_ConfigPath /home/admin/domains/somedomain.com/public_html/php.ini
Oh, and yes, I did restart Apache after making the edits to the users httpd.conf. :) Am I possibly just missing or overlooking something?
If you remove the proftpd RPMs prior to upgrading/installing it with CustomBuild, you end up without an init script or the DA modified proftpd.conf. No big deal, however you can not restart proftpd from within DA without the init script and FTP bandwidth logging would be affected.
CustomBuild sure is looking good. Nice work guys!
I can not seem to configure domains with their own custom php.ini.
If I edit "suPHP_ConfigPath" in "/etc/httpd/conf/extra/httpd-suphp.conf" the global config path does change, as expected.
I need to change (or at least I thought I did) the "suPHP_ConfigPath" under the users httpd.conf "/usr/local/directadmin/data/users/USER/httpd.conf" or a .htaccess in their doc roots. Neither one of which seems to work. *shrug*
For example;
Editing "/usr/local/directadmin/data/users/admin/httpd.conf" does not work. I thought this would work for sure. :D
<Directory /home/admin/domains/somedomain.com/public_html>
Options +Includes -Indexes
suPHP_Engine ON
suPHP_UserGroup admin admin
suPHP_ConfigPath /home/admin/domains/somedomain.com/public_html/php.ini
</Directory>
nor does editing a .htaccess in the doc root. (Last ditch effort.)
Create "/home/admin/domains/somedomain.com/public_html/.htaccess" with the following contents;
suPHP_ConfigPath /home/admin/domains/somedomain.com/public_html/php.ini
Oh, and yes, I did restart Apache after making the edits to the users httpd.conf. :) Am I possibly just missing or overlooking something?
If you remove the proftpd RPMs prior to upgrading/installing it with CustomBuild, you end up without an init script or the DA modified proftpd.conf. No big deal, however you can not restart proftpd from within DA without the init script and FTP bandwidth logging would be affected.
CustomBuild sure is looking good. Nice work guys!