Apache Directives vs PHP Safe Mode

Discussion in 'Installation/Configuration' started by heri, May 11, 2006.

  1. heri

    heri New Member

    Hi all,
    i'm new to ispconfig and first of all thanks to the developers of ispconfig for doing a great job!

    Just installed a first test-site and have two questions:

    1. the way of handling "PHP Safe Mode" is very strict: if i check it it puts several fixed values at the end of the vhost. So they override "Apache Directives". If i uncheck, they explicitly set safe-mode off, also overriding the "Apache Directives".
    Because i need special openbasedirs etc. i had to edit the /root/ispconfig/scripts/lib/config.lib.php and put the {HTTPD_INCLUDE} in /root/ispconfig/isp/conf/vhost.conf.master after the {PHP}. Maybe there is a better way i dind't get till now?

    2. Is there a possibility to use variables in the "Apache Directives"? I see warnings in /root/ispconfig/httpd/logs/error_log: [FastTemplate] Warning: no value found for variable: {REQUEST_FILENAME}
    So i found its parsed by ispconfig/scripts/lib/classes/ispconfig_template.lib.php, but till now i could [edit]not[/edit] follow the whole way to come there ;)
    For the moment i added in /root/ispconfig/scripts/lib/config.lib.php l. 1251
    Code:
    $web_httpd_include = str_replace('%%%WEB%%%', 'web'.$web["doc_id"], $web_httpd_include);
    but maybe its not necessary?

    Thanx in advance
    Helmut
     
    Last edited: May 11, 2006
  2. falko

    falko Super Moderator ISPConfig Developer

    No, not yet.

    No, you cannot use variables in the Apache Directives.
     

Share This Page