Dear Sir, I already tried that but it shows only the source and not any info about PHP like version info and all that. Or if you could tell me how to remove apache and all then also it would be of some use for me.
-- Best regards, Arjun [EMAIL PROTECTED] Sunday, February 2, 2003, 3:39:17 AM, you wrote: >> How do I make Apache run with PHP & CGI support and both with >> support for both MySQL & PgSQL? I have already installed all >> through RHL installer (ie. they were installed during the main >> installation) AR> The default install of RHL has Apache set up for PHP & CGI scripts. MySQL AR> modules for PHP are also a part of the default install for RH linux AR> nowadays. I don't know about PgSQL, though! AR> Now what do you wan't to do? AR> To test CGI, locate your httpd root dir, inside that there should be a AR> cgi-bin dir. Place your CGI scripts there and access them by using url: AR> http://localhost/cgi-bin/<cgi script name> AR> To test php, just place a .php file anywhere inside your httpd's html AR> folder. Here is a simple one line php file that shows you all the config AR> parameters of php that is installed on your machine. AR> -- Begin phpinfo.php -- AR> <?phpinfo()?> AR> -- End phpinfo.php -- AR> Ambar ================================================ To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org