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
Recent comments
1 day 3 hours ago
1 day 8 hours ago
1 day 13 hours ago
1 day 14 hours ago
2 days 5 hours ago
2 days 5 hours ago
2 days 10 hours ago
2 days 16 hours ago
2 days 17 hours ago
2 days 18 hours ago