Hi falko,
Tks for your advice.
Quote:
|
Which Apache MPM are you using? You must use the prefork MPM, otherwise you cannot use PHP as an Apache module.
|
$ sudo apt-cache search apache2 | grep mpm
Code:
apache2-mpm-perchild - experimental high speed perchild threaded model for Apache2
apache2-mpm-prefork - traditional model for Apache2
apache2-mpm-worker - high speed threaded model for Apache2
$ which apache2-mpm
No printout
$ sudo find / -name apache2-mpm
No printout
I hesitate whether it has been installed?
The small tool "equery" is not installed on the PC. Nor can I find the package offering this tool.
$ sudo equery l apache2-mem
Code:
sudo: equery: command not found
$ which equery
no printout
Tks
Edit-1:- * * *
$ ls /etc/apache2/mods-enabled/ | grep mpm
$ ls /etc/apache2/mods-available/ | grep mpm
both no printout
$ ls /etc/apache2/mods-available/
Code:
actions.load cgid.load expires.load mime_magic.load ssl.conf
asis.load cgi.load ext_filter.load php5.conf ssl.load
auth_anon.load dav_fs.conf file_cache.load php5.load suexec.load
auth_dbm.load dav_fs.load headers.load proxy.conf unique_id.load
auth_digest.load dav.load imap.load proxy_connect.load userdir.conf
auth_ldap.load dav_svn.conf include.load proxy_ftp.load userdir.load
auth_mysql.load dav_svn.conf.original info.load proxy_http.load usertrack.load
cache.load dav_svn.load ldap.load proxy.load vhost_alias.load
cern_meta.load deflate.load mem_cache.load rewrite.load
cgid.conf disk_cache.load mime_magic.conf speling.load
$ ls /etc/apache2/mods-enabled/
Code:
cgid.conf dav_fs.conf dav.load dav_svn.load php5.load ssl.load userdir.load
cgid.load dav_fs.load dav_svn.conf php5.conf ssl.conf userdir.conf
B.R.
satimis