Knowledgebase: Miva Empresa VM
How to find Miva Configuration file
Posted by - NA -, Last modified by Wayne Smith on 15 July 2010 01:17 PM
|
|
Title ------- How to find Miva Configuration file Symptom --------- You can not find the configuration file MivaVM is using to set directives. Cause ------ Usually it is the Apache configuration file (httpd.conf) or an include file. Solution ---------- Still can not find the directives try this find command and it may take some time but should find what you are looking for. commandline> find . -type f -print | xargs grep -ils 'mvconfig_database_mivasql' / | |
|
Comments (0)