All of the following depends on wether you have the corrrect mysql and php
modules on your machine.

Make sure line "LoadModule php5_module modules/libphp5.so "  (or
php4_module; libphp4.so, whatever you have on your machine)

is in your httpd.conf file or in the conf files linked to it.

Make sure index.php is in the DirectoryIndex line in httpd.conf and AddType
text/html   php is in there as well.

Make sure mysql modules are set up the same way.

Create a file called "phpinfo.php" and put it in the html directory or
wherever the Directory command points to. In the file, create the first line
<?phpinfo()?>. Run the file and it will let you know where mysqld, php, and
the other modules are stored.


On Mon, May 17, 2010 at 2:53 PM, Joe McMillan <datamacri...@yahoo.com>wrote:

> Actually, I need help with command and syntax for ensuring everytime
> Apache2 is started support for PHP and MySql is achieved.  Odd as it may be
> I have the line statement for "phpmyadmin" already in the file.
>
>
> _______________________________________________
> LinuxUsers mailing list
> LinuxUsers@socallinux.org
> http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers
>
>


-- 

Joel Witherspoon

LinkedIn: http://www.linkedin.com/in/jcwitherspoon

Facebook: http://www.facebook.com/joel.witherspoon

Twitter: http://www.twitter.com/joelwitherspoon

Skype: joel.witherspoon

This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify Google Support. This
message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and delete
this e-mail from your system. If you are not the intended recipient you are
notified that disclosing, copying, distributing or taking any action in
reliance on the contents of this information is strictly prohibited.
_______________________________________________
LinuxUsers mailing list
LinuxUsers@socallinux.org
http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers

Reply via email to