본문 바로가기
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
조회 수 127

1. Visual C++ Redistributable for Visual Studio 2012 설치
경로 : http://www.microsoft.com/en-us/download/details.aspx?id=30679
파일 : vcredist_x64.exe
apache v11, php v11 버전들은 Visual C++ Redistributable for Visual Studio 2012 해당 프로그램 필요하니 미리 설치

 


2. PHP다운로드

http://windows.php.net/download/

  VC14 x64 Thread Safe (2016-Mar-30 21:40:43)

  └ http://windows.php.net/downloads/releases/php-7.0.5-Win32-VC14-x64.zip


※VC6 : Apache 용
※VC9 : IIS 용
※Thread Safe 와 Non Thread Safe
  Windows + IIS(ISAPI) : VC9 Thread Safe 버전
  Windows + IIS(CGI or FastCGI) : VC9 Non Thread Safe 버전
  Windows + Apache(MPM worker) : VC6 Thread Safe 버전-----> 선택
  Windows + Apache(MPM prefork) : VC6 Non Thread Safe 버전


3. PHP 설치

메뉴얼 참고 : http://php.net/manual/en/install.windows.manual.php


● "D:/_www/_php" 압축 풀기

● php.ini-development 사본 생성 후 → php.ini 으로 파일명 변경

 

4. PHP.ini 편집

; http://php.net/extension-dir
; extension_dir = "./"
; On windows:
extension_dir="D:\_www\_php\ext"


; http://php.net/log-errors
log_errors=On

error_log="D:\_www\_php\logs\php_error_log"

※아래 설정은 필요시 수정.
cgi.force_redirect = 0
cgi.fix_pathinfo = 1
fastcgi.logging = 0


5. PHP에 아파치 설정 추가

메뉴얼 참고 :http://php.net/manual/en/install.windows.apache2.php

  "D:/_www/_apache/conf/httpd.conf" 파일 편집


LoadModule php5_module "D:\_www\_php\php5apache2.dll"
AddHandler application/x-httpd-php .php

# configure the path to php.ini
PHPIniDir "D:/_www/_php"


아무거나 php파일로 인식하지 않도록 아래 구문도 넣어줍니다.

<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>

 


  1. No Image

    meta http-equiv="refresh" content="0;URL='http://주소

    <!DOCTYPE html> <html> <head> <title>WELCOME</title> <meta http-equiv="refresh" content="0;URL='http://주소'"> </head> </html>
    Date2020.07.27 Category웹서버 Views206
    Read More
  2. No Image

    인터넷 특정사이트 자동 새로고침 HTML코드

    자료출처 : http://www.parkoz.com/zboard/view.php?id=my_tips&no=7535 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author"...
    Date2020.06.02 Category기타 Views455
    Read More
  3. No Image

    XE 아이디의 값은 올바른 메일주소가 아닙니다.

    1) xe/files/ruleset/login.xml login.xml 파일에서 rule="email" 이 부분을 rule="user_id" 이렇게 바꾸고 해결 <?xml version="1.0" encoding="utf-8"?><ruleset version="1.5.0"><customrules></customrules><fields><field name="user_id" required="true"...
    Date2016.11.23 Category제로보드 Views188
    Read More
  4. No Image

    xe DB환경설정 경로입니다.

    xe DB환경설정 경로입니다. 서버 이전시 필수로 꼭 수정해주셔야합니다. /xe/files/config/db.config.php •'db_hostname' => 'localhost' •'db_userid' => 'DB아이디' •'db_password' => 'DB비밀...
    Date2016.11.23 Category제로보드 Views108
    Read More
  5. No Image

    Install Manual - phpMyAdmin (edit.2016.04.26)

    https://www.phpmyadmin.net/ D:\_www\_phpMyAdmin 압축 풀기 phpmyadmin 폴더로 들어가서 config.sample.inc.php 파일을 복사하여 붙인후 config.inc.php 로 파일 이름을 변경 config.inc.php 편집 $cfg['Servers'][$i]['AllowNoPassword'] ...
    Date2016.04.26 Category웹서버 Views69
    Read More
  6. No Image

    Install Manual - MySQL (edit.2016.04.26)

    윈도우용 MySQL 5.7 설치 http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.12-winx64.zip http://dev.mysql.com/downloads/mysql/ MySQL에 들어가 보면 MySQL의 다양한 버전이 있어서 무엇을 다운받아야 할지 당황스러울수가 있는데 위 링크를 클릭해...
    Date2016.04.26 Category웹서버 Views65
    Read More
  7. No Image

    Install Manual - PHP (edit.2016.04.26)

    1. Visual C++ Redistributable for Visual Studio 2012 설치 경로 : http://www.microsoft.com/en-us/download/details.aspx?id=30679 파일 : vcredist_x64.exe apache v11, php v11 버전들은 Visual C++ Redistributable for Visual Studio 2012 해당 프로그...
    Date2016.04.26 Category웹서버 Views127
    Read More
  8. No Image

    Install Manual - Apache (edit.2016.04.26)

    아파치 설치 1. 다운로드  http://www.apachelounge.com/download/ ● "D:/_www/_apache" 압축 풀기 2. ServerRoot 변경   "D:/_www/_apache/conf/httpd.conf" 파일 편집 ● ServerRoot "D:/_www/_apache" ● Listen 80 ● ServerAdmin postmaster@localhost (관리...
    Date2016.04.26 Category웹서버 Views81
    Read More
  9. xtrm.myds.me/photo

    Photo Station http://web.xtrm.myds.me/photo Security CODE : WEB172OPA486NTN082 Staff only
    Date2016.04.23 Category기타 Views175
    Read More
  10. No Image

    httpd.conf - 아파치 웹 서버 보안

    httpd.conf - 아파치 웹 서버 보안   >> 특정 IP(대역)를 사용하는 호스트 차단하기 # vi /usr/local/apache/conf/httpd.conf   <Directory /usr/local/apache/htdocs>     Order Allow,Deny     Deny from 192.168.1     Allow from all </Directory>   해당 ...
    Date2016.04.08 Category웹서버 Views135
    Read More
  11. No Image

    elfinder.full.css 코드 추가

    /* custom icon size add by Manuel */ .elfinder-cwd-icon {   width: 150px !important;   height: 155px !important; } .elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {   width: 155px !important;   height: 150px !important; } .elfinder-cwd-v...
    Date2016.03.31 Category제로보드 Views217
    Read More
Board Pagination Prev 1 Next
/ 1