User Tools

Site Tools


preparation_of_web_programming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
preparation_of_web_programming [2015/03/11 17:45] hkimscilpreparation_of_web_programming [2015/03/14 20:52] (current) hkimscil
Line 10: Line 10:
   * [[https://www.apachefriends.org/index.html|XAMPP]]: XAMPP is the most popular PHP development environment. XAMPP is a completely free, easy to install Apache distribution containing MySQL, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use.   * [[https://www.apachefriends.org/index.html|XAMPP]]: XAMPP is the most popular PHP development environment. XAMPP is a completely free, easy to install Apache distribution containing MySQL, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use.
     * Cross Platform: Linux, Windows, OS X 등. ([[https://www.apachefriends.org/download.html|다운로드 페이지]])     * Cross Platform: Linux, Windows, OS X 등. ([[https://www.apachefriends.org/download.html|다운로드 페이지]])
-    * [[https://www.apachefriends.org/faq_linux.html|리눅스 인스톨 FAQ]] +      * [[https://www.apachefriends.org/faq_linux.html|리눅스 인스톨 FAQ]] 
-    * [[https://www.apachefriends.org/faq_windows.html|윈도우스 인스톨 FAQ]] +      * [[https://www.apachefriends.org/faq_windows.html|윈도우스 인스톨 FAQ]] 
-    * [[https://www.apachefriends.org/faq_osx.html|OS X 인스톨 FAQ]]+      * [[https://www.apachefriends.org/faq_osx.html|OS X 인스톨 FAQ]] 
 +      * [[http://www.wikihow.com/Install-XAMPP-for-Windows|인스톨 도움페이지]] 
   * [[http://www.wampserver.com/en/|WAMPServer]] : WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases.   * [[http://www.wampserver.com/en/|WAMPServer]] : WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases.
  
Line 20: Line 22:
     * /xampp/htdocs 혹은     * /xampp/htdocs 혹은
     * /wamp/www 가 default directory     * /wamp/www 가 default directory
 +    * 디폴트 디렉토리를 옮기고자 한다면
 +    * http.conf 파일을 찾아서, 내용 중 DocumentRoot 부분을 찾는다.
 +    * 그 밑의 아래와 같은 부분을 고친다
 +      * <Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"> 
 +      * <Directory "D:/Html">
 +    * 웹서버를 재시작하게 되면 앞으로의 웹문서는 D:/HTML에 존재해야 한다.
 +====== 포트포워딩에 대해서 ======
 +  * [[Portforwarding]] 참조
  
 ====== 인터넷 ====== ====== 인터넷 ======
-  * [[http://wiki.commres.org/wiki.php/InternetHistory|인터넷역사]]를 먼저 참조+  * [[:Internet History|인터넷역사]]를 먼저 참조
     * Packet Switching: [[http://www.pbs.org/opb/nerds2.0.1/geek_glossary/packet_switching_flash.html|설명]]     * Packet Switching: [[http://www.pbs.org/opb/nerds2.0.1/geek_glossary/packet_switching_flash.html|설명]]
     * The Internet      * The Internet 
preparation_of_web_programming.txt · Last modified: 2015/03/14 20:52 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki