Hi -

Got PHP4 running on IIS as a testing server (only used internally for my own testing purposes). It suddenly just flurbed on pages it worked fine on minutes ago. Now suddenly it gives me this error (with popups telling me about the missing files):

Security Alert! The PHP CGI cannot be accessed directly.

This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.

For more information as to why this behaviour exists, see the manual page for CGI security.

For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.
PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4\imap.so' - The specified module could not be found. in Unknown on line 0 PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4\ldap.so' - The specified module could not be found. in Unknown on line 0 PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4\pgsql.so' - The specified module could not be found. in Unknown on line 0


I don't know why it's looking in /usr/lib - I'm running WinXP and IIS, not apache, and not linux. I looked in php.ini and there's no pointers to directories like that there! Ugh.. furthermore cgi.force_redirect is set to 0 like it should!

Any assistance is appreciated.


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to