Click to See Complete Forum and Search --> : PHP and Apache


Anon
08-04-2000, 04:24 PM
I'm haveing trouble connecting to Mysql. I think the problem
is with the apache moduals. Can anyone tell me what the
mysql.so apache moduals should lookl like in the apaches
.conf file?

Thanks,

Jason

Anon
08-06-2000, 06:21 AM
The pb is not relevant to apache module but with php module.
Once you've installed php use <? phpinfo(); ?> in a php script to verify php configuration.
It prints a section for each configured module.
Look for the MySQL section and verify that parameters are correct.
If MySQL section is not present, you didn't compile PHP with MySQL support.
If parameters are incorrect modify your php.ini.

JBL