
SSLCertificateKeyFile /etc/ssl/private/cloud_key.pem

SSLCertificateFile /etc/ssl/certs/cloud_cert.pem SSLCertificateChainFile /etc/ssl/certs/cacert_root.pem ServerAdmin always add Strict-Transport-Security "max-age=15768000 includeSubDomains preload"ĬustomLog /var/log/apache/oc02_ssl_access.log combinedĮrrorLog /var/log/apache/oc02_ssl_error.log Include etc/apache24/extra/nfĪddType application/x-httpd-php-source. Options Indexes FollowSymLinks MultiViews LoadModule rewrite_module libexec/apache24/mod_rewrite.so LoadModule socache_shmcb_module libexec/apache24/mod_socache_shmcb.so LoadModule ssl_module libexec/apache24/mod_ssl.so Log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log'Ĭloud# chown -R root:www owncloud/.htaccess We want Postgresql to accept connections only from localhost GRANT ALL PRIVILEGES ON DATABASE owncloud to oc_user Now create initial Database and start Postrgresql.Ĭloud# /usr/local/etc/rc.d/postgresql initdbĬloud# /usr/local/etc/rc.d/postgresql startĬREATE USER oc_user with password '12#Da-kommst-du-nie-535355663ddsscssvsv+++' ĬREATE DATABASE owncloud TEMPLATE template0 ENCODING 'UNICODE' ĪLTER DATABASE owncloud OWNER TO oc_user
Zipcloud wikipedia install#
Postgresql Client (9.3) is already installed, so wie install Postgresql 9.3 server.Īdd the following lines to /etc/nf Pkg install php56-xmlwriter php56-xmlreader php56-wddx php56-xsl php56-pgsql php56-xmlrpc php56-tokenizer php56-soap php56-fileinfo php56-bz2 php56-ldap php56-sqlite3 php56-exif php56-pdo_sqlite mp3info php56-zip php56-mbstring php56-ctype php56-json php56-iconv php56-gd php56-simplexml php56-zlib php56-hash php56-openssl php56-curl php56-posix pecl-APCu php56-pdo_pgsql php56-filter sudoĬreate php.ini an add the following lines. owncloud itself is installed from tarball-source.All Dependencies are installed via pkg.Jail is reachable from outside by IPv6 only.In this tutorial we will install ownCloud inside a new Jail.
