|
You are here |
hymd3a.hatenablog.com | ||
| | | | |
www.ducea.com
|
|
| | | | | Applies: - (all web servers might respond with something 'useful' here, depends from configurations) Required apache module: - Scope: - Type: informational, remote Description: anyone can (if interested) find out (if not properly hidden) what software is running on a remote web server. Useful: for testing. If you will implement my next tip (how to hide this information) then you might want to test this to see it is working properly. | |
| | | | |
blog.cy.md
|
|
| | | | | ||
| | | | |
avelino.run
|
|
| | | | | I started a new project with the name nacho, asynchronous web framework for Python 3. Our goals It was designed to work on Python 3.x Some of syntax were inspired on Tornado's syntax Tornado is the default server, but Eventlet is stable as well Templates are done by Jinja2 HTML5 as the big-main-thing Work friendly with NoSQL (otherwise we should stop talking about them) Handle asynchronous requests properly Example class MainHandler(ApplicationController): def get(self): data = {'title': 'testando lero lero'} self.render("home.html", **data) r = Routers([(r"/", MainHandler),]) | |
| | | | |
sookocheff.com
|
|
| | | Here it is. My version of the S3 static site. This one is publishable through CloudFormation and uses CodeCommit and CodeBuild to regenerate and publish the site with every push to the host Git repository. Any change to the CodeCommit Git repository automatically triggers a build through CodeCommit. This build runs the Hugo static site generator on your repo and syncs the results to an S3 bucket configured for serving a static site. | ||