phpMyAdmin - CGI Problems
Posted: Tue May 20, 2003 8:46 pm
I am having trouble connecting to phpMyAdmin on an IIS webserver. I found this post which is EXACTLY my problem. I am receiving this CGI error...

I added C:\Inetpub\wwwroot as the doc_root in my php.ini file (that is correct path) but it is still not working? What else am I missing? Am I missing something with Perl?Hello,
I'm writing in regards to this error----->
cgi error:
The specified CGI application misbehaved by not
returning a complete set of HTTP headers. The headers it
did return are:
I've been to every message forum around the world and back and got
nothing. What it did get me looking at lots was the php.ini file. I
run a Win 2000 Server with the latest greast PHP 4.3.1 mySQL and IIS.
When it hit me like a bull in a china shop, I've got this all up and
running on my XP pro system to test my code on, let's look at that
php.ini file, so I did. And I saw it.....
XP setting: doc_root =
IIS setting: doc_root = C:\Inetpub\wwwroot
OK so I set my IIS php.ini doc_root to the XP setting
doc_root =
...and WaBLAM! It worked!