Forum

I used Zendframework 1 ,but “identifying code” not load ,why ?

I used Zendframework 1 ,but “identifying code” no
9 June 2014, 11:23
I used Zendframework 1 ,but “identifying code” not load ,why ?

http://conv.kuaipan.cn/getmedia/?f=290423206064422913&v=1&copts=pw:400,h:400&acc_params=entryid:290423206064422913,pickupCode:&t=1402305119

thanks .

[et@kk conf]# vim hiawatha.conf
ServerString = none
ConnectionsTotal = 250
ConnectionsPerIP = 25
SystemLogfile = /opt/hiawatha/var/log/hiawatha/system.log
GarbageLogfile = /opt/hiawatha/var/log/hiawatha/garbage.log
Binding {
Port = 9029
Interface = 192.168.0.2
MaxKeepAlive = 30
TimeForRequest = 5,30
}
CGIhandler = /opt/php/bin/php-cgi:php,php5
CGIextension = cgi
FastCGIserver {
FastCGIid = PHP5
ConnectTo = 127.0.0.1:9000
Extension = php,php5
}
UseFastCGI = PHP5
Hostname = cat.ls.com
WebsiteRoot = /opt/htdocs/www
StartFile = index.php
AccessLogfile = /opt/hiawatha/var/log/hiawatha/access.log
ErrorLogfile = /opt/hiawatha/var/log/hiawatha/error.log
UrlToolkit {
ToolkitID = zend
Match ^/.*\.(js|ico|gif|jpg|jpeg|png|css|svg)(/|$) Return
Match .* Rewrite /index.php
}
UseToolkit = zend


###############################################################################

[et@kk conf]# vim cgi-wrapper.conf

# CGI wrapper configuration
#
# Use the 'newroot' tool to copy applications to a chroot directory.

# CGIhandler = /path/to/cgi-handler
#
#CGIhandler = /usr/bin/perl

CGIhandler = /opt/php/bin/php-cgi

#CGIhandler = /usr/bin/python
#CGIhandler = /usr/bin/ruby
#CGIhandler = /usr/bin/ssi-cgi

# Wrap = <wrap-id>;<cgiroot>;<userid>[:<group>]
#
#Wrap = nobody ; /var/www|nobody ; 65534:65534
#Wrap = somebody ; /var/www/site ; 1001:33,200,201
#Wrap = hugo ; ~hugo ; hugo


##################################################################

[et@kk conf]# vim mimetype.conf

# Application
#
application/json json
application/pdf pdf
application/pkcs-crl crl
application/postscript ps ai eps
application/vnd.google-earth.kml+xml kml
application/vnd.google-earth.kmz kmz
application/xml xml xsl xslt
application/x-binary bin
application/x-bzip2 bz2
application/x-debian-package deb
application/x-dvi dvi
application/x-gzip gz
application/x-java-archive jar
application/x-java-vm class
application/x-latex latex
application/x-msdos-program com exe bat dll
application/x-redhat-packet-manager rpm
application/x-shockwave-flash swf swfl
application/x-sh sh
application/x-tar tgz tar
application/x-trash bak old
application/x-x509-ca-cert crt cer pem
application/zip zip

# Application / Office
#
application/excel xls xlb xlc xlt
application/msaccess mdb
application/msword doc dot
application/powerpoint ppt pps pot
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
application/vnd.oasis.opendocument.graphics odg
application/vnd.oasis.opendocument.presentation odp
application/vnd.oasis.opendocument.spreadsheet ods
application/vnd.oasis.opendocument.text odt

# Audio
#
audio/basic au snd
audio/midi mid midi rmi
audio/mp4a-latm m4a m4b m4p
audio/mpeg mp3 m4a
audio/ogg ogg
audio/x-aac aac
audio/x-wav wav

# Image
#
image/bmp bmp
image/gif gif
image/jpeg jpg jpeg jpe
image/pcx pcx
image/png png
image/svg+xml svg svgz
image/tiff tiff tif
image/vnd.nok-oplogo-color nol
image/x-icon ico

# Text
#
text/cache-manifest cache
text/calendar ics
text/css css
text/csv csv
text/html htm html xhtml
text/javascript js
text/plain asc asm txt text diff h java log
text/richtext rtf
text/plain asc asm txt text diff h java log
text/richtext rtf
text/vnd.wap.wml wml
text/x-c c h
text/x-c++src c++ cpp cxx cc
text/x-pascal p pas
text/x-tcl tcl tk
text/x-tex tex ltx sty cls

# Video
#
video/3gpp 3gp 3gpp amr
video/avi avi
video/x-matroska mkv
video/mpeg mpeg mpg mpe mp2
video/mp4 mp4
video/quicktime qt mov
video/flv flv
video/x-ms-asf asf asr asx

# Virtual reality
#
x-world/x-vrml flr vrm vrml wrl wrz xaf xof
Hugo Leisink
9 June 2014, 11:53
I have no idea. You should ask the Zend framework developers.
This topic has been closed.