CGI-PHP hata ve Yönlendirme Yayın Wordpress MU

3 Cevap php

I http://www.optimalthinking.com/community/wp-admin/install.php de wordpress Mu kurulu

Ama ben ziyaret ettiğinizde http://www.optimalthinking.com/community/

Ben olsun

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.

Herkes sorun ve nasıl tamir edilebilir olduğunu bana söyleyebilir.

Ben şimdiye kadar denedim şeyler:

  1. WPMU yeniden
  2. http://mu.wordpress.org/forums/topic/5529
  3. http://trac.mu.wordpress.org/ticket/502
  4. Denenmiş değişiyor. Htaccess

Bütün bunlar herhangi bir sonuç vermemiştir. Stackoverflow bana izin verirse, ben bunu düzeltmek istiyorum kimseyi ödül olacaktır.

Teşekkürler

3 Cevap

Sen php.ini düzeltmek gerekir

Ekle / bu satırı düzeltmek:

force_cgi_redirect = 0

veya, en son PHP sürümlerinde:

cgi.force_redirect = 0

Thanks to FAQTS and Google

Bence bu özel cgi-bin klasörüne kullanıcıyı yönlendirmek için çalışıyor bazı nedenleri komut dosyası için, kendi yapılandırma ile ilgili bir şey var.

Dan http://us3.php.net/security.cgi-bin

PHP CGI with VirtualHosts.

This is what I found out while trying to get php to work as CGI with Apache VirtualHosts.

By enabling 'force-cgiredirects', you *must*:
1) set 'cgi.fix_pathinfo=1' in php.ini
2) leave doc_root commented out (php.ini also)

If you miss item 1, the apache logs will show 'unexpected T_STRING' in the php binary.
If you miss item 2, you'll only see 'No input file specified.', instead of the expected output.

You can then turn on the php support for a particular vhost by defining:

Action php-script /cgi-bin/php

inside the corresponding <VirtualHost> directive.

Şerefe.