서버

    Apache(아파치)서버 유저별 디렉터리 설정법

    아파치 유저별 디렉터리 설정 사용자 디렉터리 모듈 활성화 sudo a2enmod userdir 웹서버 재시작으로 모듈 반영 systemctl restart apache2 유저 디렉터리(~)에서 폴더 생성 후 인덱스 파일로 테스트를 해보면 끝난다. mkdir public_html vi public_html/index.html 접속링크 192.168.4.200/~유저이름 이후에는 웹서버 기본 디렉터리 설정에 관한 것이다. 웹서버 기본 디렉터리 설정 모듈 활성화가 되면 /etc/apache2/mods-enabled 디렉터리에 심벌릭 링크가 생성될 것이다.(userdir.conf, userdir.load) vi 에디터로 userdir.conf를 수정한다. UserDir public_html // 사용자 웹서버 ..

    AWS 개론

    AWS 클라우드 구축서비스, 전통적 IDC 장점 - 탄력적인 웹 규모 컴퓨팅 - 다양한 Command(API)제공 - 유연한 클라우드 호스팅 서비스 - 통합(EC2, S3, VCP등..), 안정성, 보안(아마존에서 보증) 단점 - 베어 메탈 성능을 원할 때(I/O에 대한 코드가 필요) - 웹 페이지가 몇개 뿐일 때(큰 서비스에 적합, 많은 서비스에 적합) - 솔루션에 적합(플랫폼보다는 솔루션에 적합) - 가격 AWS의 종류 Server / Stroage / DataBase Server Storage DataBase EC2(Elastic Compute Cloud) S3 RDS Lambda DynamoDB VPC(Virtual Private Cloud) EBS(Elastic Block Store) RedSh..

    MySQL JDBC 연동 시 타임존 에러

    MySQL JDBC 연동 시 타임존 에러

    java.sql.SQLException: The server time zone value '���ѹα� ǥ�ؽ�' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. MYSQL로 로컬프로그램 JDBC 연동하는데 타임존 에러가나길래 찾아봤더니 mysql-connector-java 이슈라고한다. 버전이 높아지면서 타임존 이슈에러가 발생한다고한다...