• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » server
Trace: • 01 .htaccess • 13 CentOS6メール設定

server

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@06_virtualization
  • Any namespace
  • 06_virtualization:05_container (17)
  • 06_virtualization:01_citrix_xenserver (3)
  • 06_virtualization:03_xen (2)
  • 06_virtualization:02_vmware_esxi (1)
  • 06_virtualization:04_cloudstack (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 01_Citirix XenServer
  • 02 差分バックアップ increment backup
  • XenServer Toolsインストール
  • 04 Docker MailServer
  • 31 Docker FTP Server

Fulltext results:

04 Docker MailServer @06_virtualization:05_container
33 Hits, Last modified: 3 months ago
====== 04 Docker MailServer ====== メールサーバも普通にたてるより、Dockerで作った方が良いかも [[https://github.com/docker-mailserver/docker-mailserver]] ===== 1.先にSSL用意 ===== 今回は下記でSSLを用意しておく想定 [[06_virtualization:05_container:10_docker... d /app/ git clone https://github.com/docker-mailserver/docker-mailserver.git ===== 3.設定変更 ===== cd /
34 UnboundでHA構成 @06_virtualization:05_container
22 Hits, Last modified: 12 months ago
__EOM__ >> /etc/resolvconf/resolv.conf.d/head nameserver 1.1.1.1 __EOM__ resolvconf -u </code> ===== DNS ... - 123:123/udp environment: - NTP_SERVERS=ntp.nict.jp,ntp.jst.mfeed.ad.jp,time.google.com ... 251 21 Dec 08:35:17 ntpdate[1598029]: adjust time server 10.60.1.251 offset +0.021246 sec </code> ==== 3.u... /www.internic.net/domain/named.cache === unbound_server.pem/unbound_control.pem === docker-compose exe
09 Dockerリバースプロキシ(HTTPS) @06_virtualization:05_container
8 Hits, Last modified: 8 months ago
efault.conf ===== ./bridge-1/default.conf <code> server { listen 80; server_name hogehoge.com; location / { proxy_request_buffering off; pro... Forwarded-For $proxy_add_x_forwarded_for; } } server { listen 80; server_name hogehoge2.com; location / { proxy_request_buffering off; pr
01_Windowsテンプレート作成 @06_virtualization:04_cloudstack
7 Hits, Last modified: 12 years ago
index.html#create-windows-template === ■Windows Server 2012 / Windows 8 === [[http://www.microsoft.com/... SIM\imgmgr.exe" === ■Windows Vista SP1 / Windows Server 2008 === [[http://www.microsoft.com/ja-jp/downlo... etails.aspx?id=9085|Windows Vista SP1 および Windows Server 2008 用の自動インストール キット (AIK)]] === ■Windows 7 / Windows Server 2008 R2 === [[http://www.microsoft.com/ja-jp/dow
10 Docker Let's Encrypt @06_virtualization:05_container
7 Hits, Last modified: 3 months ago
confを用意しておく <code|/etc/nginx/conf.d/default.conf> server { server_name example.com; listen 80; listen [::]:80; # テストとして普通に表示させる場合 location /... ly:2024:08:31]] ===== NginxでSSL有効化 ===== <code> server { server_name example.com; listen 80; listen [::]:80; # テストとして普通に表示させる場合 location /
22 Docker Private registry @06_virtualization:05_container
6 Hits, Last modified: 3 years ago
"kolla/mariadb-clustercheck", "kolla/mariadb-server", "kolla/memcached", "kolla/neutron-dhcp-... la/neutron-openvswitch-agent", "kolla/neutron-server", "kolla/nova-api", "kolla/nova-compute",... , "kolla/nova-ssh", "kolla/openvswitch-db-server", "kolla/openvswitch-vswitchd", "kolla/pl... drwxr-xr-x 5 root root 4096 Aug 31 06:58 mariadb-server drwxr-xr-x 5 root root 4096 Aug 31 07:01 memcach
01_Citirix XenServer @06_virtualization:01_citrix_xenserver
5 Hits, Last modified: 5 years ago
====== 01_Citirix XenServer ====== ====== バージョン ====== 2009.10.28 Citrix XenServer 5.5になってました。 XenCenter 5.5も日本語対応されてました。 ====== ダ... 15753.aspx|ダウンロードURL]] 無料の登録をした後、下の3つをダウンロード |XenServer Disc 1|Citrix XenServer product installer .iso| |XenServer Disc 2|Linux Guest Support .iso| |XenCenter|Wi
25 Let's Encrypt リバースプロキシ @06_virtualization:05_container
5 Hits, Last modified: 19 months ago
var/run/docker.sock:/tmp/docker.sock:ro - ./server.conf:/etc/nginx/conf.d/server.conf networks: - proxy-tier letsencrypt-companion: image: ... proxy-tier: name: proxy-tier </code> ==== server.conf作成 ==== ファイルアップロードできるようにしておく。 デフォルト1M <code> echo 'client_max_body_size 100m;' > ./server.conf </code> === ファイルアップロードできないときのエラー === <cod
33 Let's Encrypt リバースプロキシ(手動板)+ GitLab @06_virtualization:05_container
5 Hits, Last modified: 15 months ago
L化したい時の例で説明</color> <code|./conf.d/default.conf> server { server_name example.com; listen 80; listen [::]:80; # テストとして普通に表示させる場合 #location ... gitlab.fl8.jp { # Container: gitlab-web-1 server gitlab-web-1:80; } server { client_max_body_size 100m; server_name gitlab.fl8.jp; access_log
08 docker-compose Nginx @06_virtualization:05_container
4 Hits, Last modified: 4 years ago
hostname > nginx/html/index.html cat << __EOM__ server { listen 80; server_name localhost; #charset koi8-r; #access_log /var/log/nginx/... page 404 /404.html; # redirect server error pages to the static page /50x.html # ... .1; #} # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 # #location ~
24 Bitwarden/Vaultwarden @06_virtualization:05_container
3 Hits, Last modified: 13 months ago
- proxy vaultwarden: image: vaultwarden/server container_name: vaultwarden environment: ... === 1.Docker pull ==== docker pull vaultwarden/server:1.32.5 ==== 2.docker-compose.yml修正 ==== <code> vaultwarden: image: vaultwarden/server:1.32.5 </code> ==== 3.反映 ==== docker-compose
30 React-admin @06_virtualization:05_container
3 Hits, Last modified: 2 years ago
at use a JSON object as its initial data. JSON Server A data provider based on the JSON Server API (https://github.com/typicode/json-server) Simple REST A Simple REST data provider (https://githu
02 Xen マイグレーション @06_virtualization:03_xen
2 Hits, Last modified: 12 years ago
+---------+ Storage Server </code> ===== Xendの設定変更 ===== <code console> # cat /etc/xen/xend-config.sxp (xend-relocation-server yes) (xend-relocation-port 8002) (xend-relocation
05 Docker Nginx reverse proxy @06_virtualization:05_container
2 Hits, Last modified: 4 years ago
h; proxy_temp_path /var/cache/nginx_tmp; server { listen 80; server_name localhost; location / { allow 192.168.0.11;
15 Kubernetes Error @06_virtualization:05_container
2 Hits, Last modified: 4 years ago
deを1度再起動してあげれば治る ===== Unable to connect to the server: x509 ===== Unable to connect to the server: x509: certificate signed by unknown authority (possibly b
16 Kubernetes + DRBD Linstor @06_virtualization:05_container
2 Hits, Last modified: 4 years ago
27 Docker Djnago @06_virtualization:05_container
2 Hits, Last modified: 2 years ago
02 差分バックアップ increment backup @06_virtualization:01_citrix_xenserver
1 Hits, Last modified: 5 years ago
XenServer Toolsインストール @06_virtualization:01_citrix_xenserver
1 Hits, Last modified: 12 years ago
VMware ESXi で 3ware 9650se を使用する @06_virtualization:02_vmware_esxi
1 Hits, Last modified: 12 years ago
06 Xen NTP(時間がずれる) @06_virtualization:03_xen
1 Hits, Last modified: 12 years ago
11 Docker image 作成 @06_virtualization:05_container
1 Hits, Last modified: 4 years ago
14 Kubernetes Master冗長化 @06_virtualization:05_container
1 Hits, Last modified: 4 years ago
31 Docker FTP Server @06_virtualization:05_container
1 Hits, Last modified: 22 months ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki