質問編集履歴
4
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -77,3 +77,9 @@
|
|
77
77
|
core mod_so http_core mod_access_compat mod_actions mod_alias mod_allowmethods mod_auth_basic mod_auth_digest mod_authn_anon mod_authn_core mod_authn_dbd mod_authn_dbm mod_authn_file mod_authn_socache mod_authz_core mod_authz_dbd mod_authz_dbm mod_authz_groupfile mod_authz_host mod_authz_owner mod_authz_user mod_autoindex mod_cache mod_cache_disk mod_data mod_dbd mod_deflate mod_dir mod_dumpio mod_echo mod_env mod_expires mod_ext_filter mod_filter mod_headers mod_include mod_info mod_log_config mod_logio mod_mime_magic mod_mime mod_negotiation mod_remoteip mod_reqtimeout mod_rewrite mod_setenvif mod_slotmem_plain mod_slotmem_shm mod_socache_dbm mod_socache_memcache mod_socache_shmcb mod_status mod_substitute mod_suexec mod_unique_id mod_unixd mod_userdir mod_version mod_vhost_alias mod_dav mod_dav_fs mod_dav_lock mod_lua prefork mod_proxy mod_lbmethod_bybusyness mod_lbmethod_byrequests mod_lbmethod_bytraffic mod_lbmethod_heartbeat mod_proxy_ajp mod_proxy_balancer mod_proxy_connect mod_proxy_express mod_proxy_fcgi mod_proxy_fdpass mod_proxy_ftp mod_proxy_http mod_proxy_scgi mod_proxy_wstunnel mod_systemd mod_cgi mod_php7
|
78
78
|
|
79
79
|
```
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
### 参考サイト
|
84
|
+
|
85
|
+
[Apacheでドキュメントルート以外のディレクトリを公開する方法](https://i-think-it.net/apache-documentroot-other-publishing/)
|
3
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
Not Found
|
32
32
|
|
33
|
-
The requested URL /
|
33
|
+
The requested URL /var/www/sampleapp/public/index.php was not found on this server.
|
34
34
|
|
35
35
|
```
|
36
36
|
|
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,7 +58,7 @@
|
|
58
58
|
|
59
59
|
<Directory "/var/www/sampleapp/public">
|
60
60
|
|
61
|
-
AllowOverride
|
61
|
+
AllowOverride All
|
62
62
|
|
63
63
|
Require all granted
|
64
64
|
|
1
タイトルの変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ドキュメントルート以外のディレクトリを公開したい
|
1
|
+
laravel,apacheでドキュメントルート以外のディレクトリを公開したい
|
test
CHANGED
File without changes
|