.htaccess - Trying to Compare WebIOPi to the Apache Server -


http://code.google.com/p/webiopi/wiki/tutorial_basis

webiopi web server , apache server, apache has .htaccess file determine income traffic routed file. permission of file can set in .htaccess file

webiopi has config file doesn't seem have routing mechanism .htaccess of apache or it?

webiopi doesn't have routing mechanism, said. based on basehttpserver.

if python_major >= 3:     import http.server basehttpserver else:     import basehttpserver 

take @ secure webiopi more complete comparison between basehttpserver , secure webiopi implementation using apache.


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -