Hi Jim..<br><br>I really hope i can chat with you to ask more about this. I am not expert in this.<br>All i know is, in my linux box i set install apache, php 5 and mysql for my works. I really dont know what you mean by fastcgi_pass or apache-mod_php.<br>
<br>What i know is, even if using apache, i still need to add to the php.ini for the ioncube loader to works.<br>for zend, it will added automatically to the php.ini during zend installation.<br><br>the problem is i dont know how to install these if i am using nginx.<br>
i really like to use nginx but my project requires zend and ioncube.<br><br>i really hope someone can guide me in details how to install this.<br>by the way, does nginx has some sort of kerberos mod to support single sign on in windows machine?<br>
<br><div class="gmail_quote">On Fri, Feb 20, 2009 at 9:28 PM, Jim Ohlstein <span dir="ltr">&lt;<a href="mailto:jim.ohlstein@gmail.com">jim.ohlstein@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
These are php extensions so it depends on how you are serving php scripts<br>
from nginx. If you are using apache-mod_php then you probably don&#39;t need to<br>
do anything. If you are using a separately compiled php-cgi binary and<br>
fastcgi_pass then you need to add them to the php.ini that is in use for<br>
that binary.<br>
<br>
Something like this at the end of your php.ini might work:<br>
<br>
[Zend]<br>
zend_extension=/path/to/ioncube/<a href="http://ioncube_loader_lin_5.2.so" target="_blank">ioncube_loader_lin_5.2.so</a><br>
zend_extension_manager.optimizer=/path/to/Zend/lib/Optimizer-3.3.3<br>
zend_extension_manager.optimizer_ts=/path/to/Zend/lib/Optimizer_TS-3.3.3<br>
zend_optimizer.version=3.3.3<br>
zend_extension=/path/to/Zend/lib/ZendExtensionManager.so<br>
zend_extension_ts=/path/to/Zend/lib/ZendExtensionManager_TS.so<br>
<br>
This assumes that you are using linux and php 5.2.x<br>
<font color="#888888"><br>
Jim<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br>
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:owner-nginx@sysoev.ru">owner-nginx@sysoev.ru</a> [mailto:<a href="mailto:owner-nginx@sysoev.ru">owner-nginx@sysoev.ru</a>] On Behalf Of<br>
&gt; Dzulhelmi<br>
&gt; Sent: Friday, February 20, 2009 1:20 AM<br>
&gt; To: <a href="mailto:nginx@sysoev.ru">nginx@sysoev.ru</a><br>
&gt; Subject: nginx+php5+mysql+phpmyadmin+zend+iconcube -- how to install?<br>
&gt;<br>
&gt; Hello people..<br>
&gt;<br>
&gt; I am using latest Ubuntu server edition(8.10)+KDE 4.1<br>
&gt;<br>
&gt; I wanna use this server as my company&#39;s local webserver for some our<br>
&gt; application and intranet.<br>
&gt;<br>
&gt; During development, i am using Apache as the webserver.<br>
&gt;<br>
&gt; Now i want to use the Nginx<br>
&gt;<br>
&gt; The nginx,php,mysql,phpmyadmin were installed just fine as some of<br>
&gt; them were came together with the ubuntu installer.<br>
&gt;<br>
&gt; The problem is, my intranet requires Zend Optimizer and Ioncube loader<br>
&gt; to be installed. I know how install it on Apache, but anyone knows how<br>
&gt; to install zend and ioncube in nginx?<br>
&gt;<br>
&gt; Please help.<br>
<br>
<br>
</div></div></blockquote></div><br>