PCpractico.es
New Pleskian
I have a problem to auto-install Wordpress on one site, when I try returno me the following error:
PHP Extension: Not found the 'mysql' extension.
Try to repair it with the following article:
http://kb.odin.com/es/123910
But it did not work
This is my fcgid.conf
Please, Help me.
PHP Extension: Not found the 'mysql' extension.
Try to repair it with the following article:
http://kb.odin.com/es/123910
But it did not work
This is my fcgid.conf
Code:
LoadModule fcgid_module modules/mod_fcgid.so
<IfModule mod_fcgid.c>
<IfModule !mod_fastcgi.c>
AddHandler fcgid-script fcg fcgi fpl
</IfModule>
FcgidIPCDir /var/run/mod_fcgid/sock
FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm
FcgidIdleTimeout 40
FcgidProcessLifeTime 30
FcgidMaxProcesses 20
FcgidMaxProcessesPerClass 8
FcgidMinProcessesPerClass 0
FcgidConnectTimeout 30
FcgidIOTimeout 45
FcgidInitialEnv RAILS_ENV production
FcgidIdleScanInterval 10
</IfModule>
Please, Help me.