Enterprises are inherently complex, comprising of hundreds of applications with completely different semantics. Some of these applications are custom built, where as some are acquired from third parties and some even can be a combination of both and they can be operating in different system environments.
WSO2 VMware Images helps you to try our products inside your virtualized environments without having to go through the trouble of installation and configuration. Download an image and get your hands on cutting edge, lightweight SOA middleware right away!
WSO2 Governance Registry is a product from WSO2 that facilitates you to govern the SOA platform of your organization by helping you store and manage SOA meta data. The product is free and open source with Apache licence and you can download it from http://wso2.org/projects/governance-registry
Hi I think you have the php
Hi I think you have the php and apache installed from debs or apt repositories as well. So can you check which httpd/apachectl you are loading. (using the command which httpd or which apachectl). and if it is not one inside /usr/local/Zend/Apache2/bin/apachectl, then you better down the current server and up the one inside the Zend.
/usr/local/Zend/apache2/bin/apachctl start
Btw you can check which php.ini is loaded from cli using php --ini command.
You can check which php.ini is loaded from the server using phpinfo() function. i.e. you should write the following script in your web hosting directory.
<?php
phpinfo();
?>
I think if you run default installation the web root directory is /var/www
if it is run from apache server inside zend it is /usr/local/Zend/apache2/htdocs
Thanks
Dimuthu