From: Reini U. <ru...@x-...> - 2002-09-16 13:19:53
|
Reini Urban schrieb: > Jeff Dairiki schrieb: >> Maybe, since we have a configuration script, the configuration script >> should do all the figuring of the defaults and autodetected values. >> (I.e. everything that's now down in lib/config.php.) >> Then it can generate a single config file with all required settings >> as constants. Faster to load at run time --- though I doubt that's >> our main speed bottleneck :-) > > Yes. > Configurator.php should be called when no lib/config-user.php exists, > the virgin setup. I added that in the current cvs configurator. > Then we can ensure that e.g. the admin password is encrypted, the > include path and many more paths can be guessed automatically and good > suggestions for VIRTUAL_PATH configurations can be choosen from. This will need some apache/conf/httpd.conf parsing and changing. This way we could check file-permissions and provide a good .htaccess solution. But not quite easy. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |