나는에 블로그가있다. mysite.tld/blog
. 현재 mysite.tld
리디렉션 대상 : mysite.tld/blog
~을 통해 index.php
뿌리에. 분명히 내가 이것을 2 년 전에 다시 세웠을 때 나는 .httaccess
파일 또한 작동 루트에 있습니다. 파일 시스템에서 내 블로그는에있다. /var/www/blog
.
이제는 내가 보여주고 싶은 간단한 웹 사이트를 만듭니다. mysite.tld
. 그것은 PHP 마이크로 프레임 워크를 통해 작동합니다. index.php
파일. 나는이 사이트를 git repo에두고이 repo에서 index.php
에있다. www/index.php
. 내 서버에 repo 클론을 갖고 싶습니다. 그래서 새로운 버전으로 업데이트 할 수 있습니다. 그래서 나는 그것을 복제한다고 가정한다. site
...에서 /var/www
, 진입 점은에서 끝납니다 /var/www/site/www/index.php
.
나는 믿을 수 없을만큼 간단하게 작동하도록 시도한 지난 3 시간을 보내고, 아무 소용이 없습니다. 지도 URL 만 있으면됩니다. /blog
에 /var/www/blog
나머지 URL /
에 /var/www/site/index
. 내가 필요로하는 마법적인 구성은 무엇입니까?
여기의 출력은 다음과 같습니다. lsb_release -a
:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
여기의 출력은 다음과 같습니다. apache2ctl -V
:
Server version: Apache/2.4.7 (Ubuntu)
Server built: Jul 22 2014 14:36:38
Server's Module Magic Number: 20120211:27
Server loaded: APR 1.5.1-dev, APR-UTIL 1.5.3
Compiled using: APR 1.5.1-dev, APR-UTIL 1.5.3
Architecture: 64-bit
Server MPM: prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=256
-D HTTPD_ROOT="/etc/apache2"
-D SUEXEC_BIN="/usr/lib/apache2/suexec"
-D DEFAULT_PIDLOG="/var/run/apache2.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="mime.types"
-D SERVER_CONFIG_FILE="apache2.conf"
여기의 출력은 다음과 같습니다. apache2ctl -M
:
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
access_compat_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
filter_module (shared)
mime_module (shared)
mpm_prefork_module (shared)
negotiation_module (shared)
php5_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)