Legacy/Server
-
[CentOS]Owncloud 권한 문제Legacy/Server 2016. 9. 14. 00:25
과 클라우드 서버 구축 도중 문제 발생 Can't write into config directory!This can usually be fixed by giving the webserver write access to the config directory. semanage fcontext -a -t httpd_sys_rw_content_t '/var/www/html/owncloud/config'semanage fcontext -a -t httpd_sys_rw_content_t '/var/www/html/owncloud/apps'semanage fcontext -a -t httpd_sys_rw_content_t '/var/www/html/owncloud/.htaccess'semanage fcontext -..
-
[Ubuntu] Ubuntu 16.04 APM 설치Legacy/Server 2016. 6. 5. 20:54
다른 블로그에 올라와 있는 APM 설치글들이 대부분 14.04, 12 버전을 기준으로 php5를 설치했기 때문에 작성 - 현재 php5는 apt-get으로 설치할 수 없음. XE는 더이상 php5에서 돌아가지도 않고.. apt-get 업데이트 및 업그레이드 apt-get updateapt-get upgrade Apache 2.4 apt-get -y install apache2 PHP 7 apt-get -y install php7.0 libapache2-mod-php7.0systemctl restart apache2 MYSQL apt-get install mysql-serverapt-get install mysql-client