Default Location PHP Module

#1
Hello,

Sorry if my question is dumb. Does anyone know where is the default location of php module files in .so format in OLS?
I want to install some php modules.

Thank you.
 

David

Active Member
#2
Are you sure you want to use php module, a separate php module?
There is a phpinfo.php in the example page which is handled by lsphp for your reference.
 
#3
Yes, I'm already check it via phpinfo. But still blank information.
I want to install some php module. But I cannot identify where .so file location.
 

David

Active Member
#4
For example
Code:
root@David-dev:/usr/local/lsws/fcgi-bin# ll
total 4812
drwxr-xr-x  2 root root    4096 May 25 16:14 ./
drwxr-xr-x 24 root root    4096 Sep 28 21:20 ../
-r-xr-xr-x  1 root root    4101 May  8 00:46 RackRunner.rb*
-r-xr-xr-x  1 root root    2895 May  8 00:46 lsnode.js*
-r-xr-xr-x  1 root root    3342 May  8 00:46 lsperld.fpl*
lrwxrwxrwx  1 root root       6 May  8 00:46 lsphp -> lsphp5*
-rwxr-xr-x  1 root root 4902056 May  8 00:46 lsphp5*
lrwxrwxrwx  1 root root      33 May 25 16:14 lsphpnew -> /usr/local/lsws/lsphp73/bin/lsphp*
The default is /usr/local/lsws/fcgi-bin
 
Top