《Slides Dev Web》02. Introduction aux frameworks PHP
v=iDbyYGrswtg 10 Préparatifs https://github.com/HE-Arc/php-intro-framework/17 $ sudo systemctl start httpd $ cd /var/www/html $ git clone \ > https://github.com/\ > HE-Arc/php-intro-framework $ cd php-intro-framework RewriteRule ^(.*)$ index.php/$1 [L,QSA] Apache le fait via mod_rewrite27 et Nginx try_files28. 27https://httpd.apache.org/docs/current/mod/mod_rewrite.html 28http://nginx.org/en/docs/http/ngx_http_core_module0 码力 | 24 页 | 1.03 MB | 1 年前3
Falcon v0.2.0 Documentationproblems in your API; works with pdb.set_trace() if __name__ == '__main__': httpd = simple_server.make_server('127.0.0.1', 8000, app) httpd.serve_forever() 5.2.4 Tutorial In this tutorial we’ll walk through0 码力 | 70 页 | 296.15 KB | 1 年前3
Falcon v0.3.0.1 Documentationproblems in your API; works with pdb.set_trace() if __name__ == '__main__': httpd = simple_server.make_server('127.0.0.1', 8000, app) httpd.serve_forever() 22 Chapter 5. Documentation Falcon Documentation, Release0 码力 | 77 页 | 311.34 KB | 1 年前3
Falcon v1.0.0 Documentationcode change, and it also works # with pdb. if __name__ == '__main__': httpd = simple_server.make_server('127.0.0.1', 8000, app) httpd.serve_forever() 5.2.4 Tutorial In this tutorial we’ll walk through0 码力 | 87 页 | 348.15 KB | 1 年前3
Falcon v0.3.0.1 Documentationyour API; works with pdb.set_trace() if __name__ == '__main__': httpd = simple_server.make_server('127.0.0.1', 8000, app) httpd.serve_forever() Created using Sphinx 1.2.3. index modules | next0 码力 | 126 页 | 345.09 KB | 1 年前3
Falcon v1.1.0 Documentationcode change, and it also works # with pdb. if __name__ == '__main__': httpd = simple_server.make_server('127.0.0.1', 8000, app) httpd.serve_forever() 6.2.4 Tutorial In this tutorial we’ll walk through0 码力 | 113 页 | 426.53 KB | 1 年前3
《Slides Dev Web》 11. HTTPS
autorité de certification si autosigné) • Obtenir le certificat et la clé privée du serveur • Configurer httpd. Pour Apache : – virtual host (port 443), ssl.conf, (ports.conf) • Création de l’arborescence sécurisée0 码力 | 6 页 | 109.17 KB | 1 年前3
《Slides Dev Web》 03. Laravel
Penser à ajouter sa clé publique à Github Apache • Virtual hosts – http-vhosts.conf (activer dans httpd.conf) – Un par site – Pointer dans /public • AllowOverride : active .htaccess • .htaccess : redirection0 码力 | 8 页 | 224.34 KB | 1 年前3
Falcon v0.2.0 Documentationyour API; works with pdb.set_trace() if __name__ == '__main__': httpd = simple_server.make_server('127.0.0.1', 8000, app) httpd.serve_forever() Created using Sphinx 1.3.5. index modules | next0 码力 | 188 页 | 358.44 KB | 1 年前3
Falcon v3.0.0-b2 Documentation__name__ == '__main__': with make_server('', 8000, app) as httpd: print('Serving on port 8000...') # Serve until process is killed httpd.serve_forever() You can run the above example directly using code change, and it also works # with pdb. if __name__ == '__main__': httpd = simple_server.make_server('127.0.0.1', 8000, app) httpd.serve_forever() Again this code uses wsgiref, but you can also run the0 码力 | 340 页 | 1.15 MB | 1 年前3
共 55 条
- 1
- 2
- 3
- 4
- 5
- 6













