《Slides Dev Web》 11. HTTPS
défaut sur le port 443 1 Secure Socket Layer –> Transport Layer Security • Conçu par Netscape (v2.0 en 1994, v3.0 en 1996) • Brevet racheté par l’IETF : TLS v1.0 en 1999 (SSL 3.1), v1.3 en 2018 • Couche 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ée • Démarrage0 码力 | 6 页 | 109.17 KB | 1 年前3
《Slides Dev Web》 08 . RSSlecteur (agrégateur) RSS • RSS V.90 Créé en 1999 par Netscape • RSS v1.0 par O’Reilly en 2000 • RSS v2.0 par Dave Winer (Harvard) en 2002 • Atom v1.0 en 2005 (développement communautaire) 1 Il y a neuf0 码力 | 7 页 | 52.98 KB | 1 年前3
Laravel 5.6 中文文档Homestead 和 Valet 再去了 解。本文只探讨如何美化 URL 让其更具有可读性。 Apache 框架中自带的 public/.htaccess 文件支持隐藏 URL 中的 index.php,如过你的 Laravel 应用使用 Apache 作为服务器,需要先确保 Apache 启 用了 mod_rewrite 模块以支持 .htaccess 解析。 如果 Laravel 自带的 的话,你还可以将其作为 SQLite 数据库存放目录; Public 目录 public 目录包含了应用入口文件 index.php 和前端资源文件(图片、JavaScript、CSS 等),该目录也是 Apache 或 Nginx 等 Web 服务器所指向 的应用根目录,这样做的好处是隔离了应用核心文件直接暴露于 Web 根目录之下,如果权限系统没做好或服务器配置有漏洞的话,很可能导致应用 敏感文件被黑客窃取,进而对网站安全造成威胁; : Ubuntu 16.04 Git PHP 7.2 PHP 7.1 PHP 7.0 PHP 5.6 Nginx Apache(可选) MySQL MariaDB(可选) SQLite3 PostgresSQL Composer Node(With Yarn,0 码力 | 377 页 | 14.56 MB | 1 年前3
Laravel 5.3 中文文档Laravel 学院致力于提供优质 Laravel 中文学习资源 62 3.2 Laravel Valet 1、简介 Valet 是为 Mac 提供的极简主义开发环境,没有 Vagrant、Apache、Nginx,也没有/etc/hosts 文 件,甚至可以使用本地隧道公开共享你的站点。 在你启动 Mac 后,Laravel Valet 会在后台静默运行 Caddy,然后通过使用 DnsMasq,Valet Laravel 开发环境的好帮手,选择使用哪一个取决于你个 人的喜好或团队的需求。 2、安装 Valet 要求 Mac 操作系统和 Homebrew。安装之前,需要确保没有其他程序如 Apache 或 Nginx 绑 定到本地的 80 端口。安装步骤如下: 使用 brew update 安装或更新 Homebrew 到最新版本 通过运行 brew services list 尽管你只需要指定扩展,该规则实际上验证的是通过读取文件内容获取到的文件 MIME 类型。 完 整 的 MIME 类 型 列 表 及 其 相 应 的 扩 展 可 以 在 这 里 找 到 : http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types min:value 验证字段的最小值,对字符串、数值、文件字段而言,和 size0 码力 | 691 页 | 9.37 MB | 1 年前3
Laravel 3.2 Documentation........................................................................................... 3 License Information .................................................................................... would love to talk to you about it, so don't be a stranger! License Information Laravel is open-sourced software licensed under the MIT License. LARAVEL CHANGE LOG Laravel 3.2.8 Fix double slash 'port' => 6379, 'database' => 0 ), ), INSTALLATION & SETUP Requirements Apache, nginx, or another compatible web server. Laravel takes advantage of the powerful features that0 码力 | 139 页 | 1.13 MB | 1 年前3
Learning LaravelConfiguration for Apache Laravel includes a public/.htaccess file that is used to provide URLs without the index.php front controller in the path. Before serving Laravel with Apache, be sure to enable be honored by the server. If the .htaccess file that ships with Laravel does not work with your Apache installation, try this alternative: Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} the public directory of your project; .htaccess for Apache and web.config for ASP.NET. For other software such as NGINX, you can convert the Apache configurations using various online tools. The framework0 码力 | 216 页 | 1.58 MB | 1 年前3
Laravel 5.0 Documentation
functionality is now handled by the .htaccess file included with the framework. Next, replace your Apache .htaccess file with this new one that handles trailing slashes. The current route is now accessed php . If you use Apache to serve your Laravel application, be sure to enable the mod_rewrite module. If the .htaccess file that ships with Laravel does not work with your Apache installation, try course, when using Homestead, pretty URLs will be configured automatically. Permissions Pretty URLs Apache Nginx Introduction After Installation Accessing Configuration Values Environment Configuration0 码力 | 242 页 | 1.44 MB | 1 年前3
《Slides Dev Web》02. Introduction aux frameworks PHP
%{REQUEST_FILENAME} !-d 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/0 码力 | 24 页 | 1.03 MB | 1 年前3
Laravel 6.0 中文文档URL 调整为 伪静态 URL。 Apache 框架中自带的 public/.htaccess 文件支持隐藏 URL 中 的 index.php,如过你的 Laravel 应用使用 Apache 作为服务器, 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 35 需要先确保 Apache 启用了 mod_rewrite 模块以支 的话,你还可以将其作为 SQLite 数据库存放目录。 对外公开目录 public 目录包含了应用入口文件 index.php 和前端资源文件(图 片、JavaScript、CSS 等),该目录也是 Apache 或 Nginx 等 Web 服务器所指向的应用根目录,这样做的好处是隔离了应用核心文件直 接暴露于 Web 根目录之下,如果权限系统没做好或服务器配置有漏 洞的话,很可能导致应用敏感文件被黑客窃取,进而对网站安全造成 wp-cli 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 55 可选软件 此外,你还可以选择性安装以下软件: Apache Blackfire Cassandra Chronograf CouchDB Crystal & Lucky Framework Docker Elasticsearch0 码力 | 1442 页 | 14.66 MB | 1 年前3
Laravel 5.1 中文文档安装完成后,你还应该配置自己的本地环境,如数据库驱动、邮箱服务器、缓存驱 动等。 2.1.4 美化 URL Apache 框架中自带的 public/.htaccess 文件支持 URL 中隐藏 index.php,如过你的 Laravel 应用 使用 Apache 作为服务器,需要先确保 Apache 启用了 mod_rewrite 模块以支持.htaccess 解析。 如果 Laravel 自带的 将会随着对本文档的探索而不断提高。 2、生命周期概览 2.1 第一件事 Laravel 应用的所有请求入口都是 public/index.php 文件,所有请求都会被 web 服务器 (Apache/Nginx)导向这个文件。index.php 文件包含的代码并不多,但是,这里是加载框 架其它部分的起点。 index.php 文件载入 Composer 生成的自动加载设置,然后从 bootstrap/app0 码力 | 307 页 | 3.46 MB | 1 年前3
共 13 条
- 1
- 2













