1 Answer
Definitely its possible to do so. You can initiate PHP variables in httpd.conf file. But once the PHP is initialized it first reads the php.ini file.
NOTE:
php.ini variable put into your httpd file will apply to php when it runs as apache module i.e in web page but not in CLI.
Your Answer
x