Re: read apache settings




is it possible from a php script to read the apache settings ?

Try this it allows you to set the things of php.ini file

@ini_set("allow_url_fopen","Off");

may possible to read http.conf file too




Thanks
Vm
.