테스트 사이트 - 개발 중인 베타 버전입니다

Centos 7.5 나왔네요.. (2018-May-07)

· 7년 전 · 1983 · 3

다음에서 배포한 디자인도 많이 변경되었습니다.

 

간만에 들어가니 많이 변경되었네요..

 

http://mirror.kakao.com/centos/7.5.1804/isos/x86_64/

 

2009320995_1534081509.0371.png

 

----------------------------------------------------------------------

亞波治님 파일로 테스트 해본 결과 이상 없습니다. (그누M 설치 및 실행 이상 무)

https://sir.kr/so_server/1597?page=2

----------------------------------------------------------------------

 

----------------------------------------------------------------------
[rott@localhost~]# useradd 아이디
[rott@localhost~]# passwd 아이디

[rott@localhost~]# cd home
[rott@localhost home]# chmod 701 아이디

[rott@localhost home]# cd 아이디
[rott@localhost 아이디]# mkdir public_html
[rott@localhost 아이디]# chmod 755 public_html
[rott@localhost 아이디# chown -R 아이디.아이디

//디비 생성하기..
[rott@localhost 아이디]# mysql
GRANT ALL PRIVILEGES ON 아이디DB.* TO 아이디@localhost IDENTIFIED BY '비번';
exit

[rott@localhost 아이디]# mysql -u아이디 -p비번
create DATABASE 아이디DB;
exit;

 

[rott@localhost 아이디]# vi /etc/httpd/conf.d/host.conf
<VirtualHost *:80>
 ServerName 홈페이지주소.com    //주소명 . 주소가 없다면 아이피 주소 192.168.0.2
 DocumentRoot /home/아이디/public_html
    <Directory /home/아이디/public_html>
       AllowOverride All
    </Directory>
</VirtualHost>

[rott@localhost 아이디]# systemctl restart httpd

----------------------------------------------------------------------

 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 3개

다음에서 배포한것은 차이점이 무엇인가요?,
@바이탈 없습니다. 다음에서 받을수 있다는점.. ^^
@카이루 아아..ㅎㅎ 감사합니다!! 너무 초보인지라 궁금했어요!!

게시글 목록

번호 제목
3531
3525
3524
3521
3520
3512
3511
3509
3492
3490
3482
3475
3473
3472
3471
3468
3465
3457
3453
3448
3446
3444
3443
3441
3436
3430
3424
3415
3414
3411