DOCUMENTROOT 日本語 意味 - 日本語訳 - 英語の例文

名詞
documentroot

英語 での Documentroot の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The DocumentRoot should be specified without.
DocumentRootは最後のスラッシュ無しで指定する必要があります。
The popular Apacheweb server has an option called DocumentRoot.
ポピュラーなWebサーバーであるApacheはDocumentRootと呼ばれるオプションを持ちます。
The directory is set with the DocumentRoot directive in your Apache config file.
このディレクトリは、Apache設定ファイルのDocumentRootディレクティブで設定します。
Enter the following and go to the directory where DocumentRoot is located.
次のように入力し、DocumentRootディレクトリが配置されているディレクトリへ移動します。
Go the DocumentRoot directory and create a phpinfo file with the name info. php:.
DocumentRootディレクトリに行くし、名前info.phpでphpinfoファイルを作成します。
Mod_fastcgi becomes confused if you put a slash at the end of your DocumentRoot.
Mod_fastcgiは、DocumentRootの最後にスラッシュを置くと混乱します。
Therefore, the files and directories underneath the DocumentRoot make up the basic document tree that will be visible from the web.
ですから、DocumentRootの下のディレクトリやファイルがウェブから見える基本のドキュメントの木構造をなします。
Because if there is such a directory,the URL will not get prefixed with DocumentRoot.
なぜなら、もしそのようなディレクトリがあれば、URLはドキュメントルートで先頭に来ないからです。
The ServerName and DocumentRoot included in this virtual host should be the same as the global ServerName and DocumentRoot.
このバーチャルホストのServerNameとDocumentRootは、グローバルなServerNameとDocumentRootと同じものにします。
Alias andScriptAlias are usually used for directories that are outside of the DocumentRoot directory.
AliasとScriptAliasは通常、DocumentRootディレクトリ外のディレクトリのために使用されます。
The ServerName and DocumentRoot included in this virtual host should be the same as the global ServerName and DocumentRoot.
ServerNameとDocumentRootはこのバーチャルホストも含めて、それぞれグローバルなServerName及びDocumentRootと同じものにするべきです。
There are frequently circumstances where it is necessary to allow web access toparts of the filesystem that are not strictly underneath the DocumentRoot.
ファイルシステム上の、厳密にはDocumentRootの下にはない部分へのウェブアクセスを許可する必要がある場合がよくあります。
The url can beeither a path relative to the directory specified by the DocumentRoot directive(for example,/server-info), or an external URL such as WEB.
Urlは、DocumentRootディレクティブに指定されたディレクトリの相対パス(たとえば、/server-info)、またはWEBのような外部URLが使用できます。
Files Outside the DocumentRoot There are frequently circumstances where it is necessary to allow web access to parts of the filesystem that are not strictly underneath the DocumentRoot.
DocumentRoot外のファイルファイルシステム上の、厳密にはDocumentRootの下にはない部分へのウェブアクセスを許可する必要がある場合がよくあります。
Inside each<VirtualHost< block, you will need at minimum a ServerNamedirective to designate which host is served and a DocumentRoot directive to show where in the filesystem the content for that host lives.
それぞれの<VirtualHost<ディレクティブの中には、最低限、どのホストが扱われるかを示すServerNameディレクティブと、そのホスト用のコンテンツがファイルシステム上のどこにあるかを示すDocumentRootディレクティブを書く必要があります。
DocumentRoot In deciding what file to serve for a given request, httpd's default behavior is to take the URL-Path for the request(the part of the URL following the hostname and port) and add it to the end of the DocumentRoot specified in your configuration files.
DocumentRootリクエストに対してどのファイルを送信するかを決定するときのApacheのデフォルトの動作は、リクエストのURL-Path(URLのホスト名とポート番号の後に続く部分)を取り出して設定ファイルで指定されているDocumentRootの最後に追加する、というものです。
The VirtualHost directive in the configuration file is used to set the values of ServerAdmin, ServerName, DocumentRoot, ErrorLog and TransferLog or CustomLog configuration directives to different values for each virtual host. e.
設定ファイルのVirtualHostディレクティブを使って、ServerAdmin,ServerName,DocumentRoot,ErrorLog,TransferLogやCustomLog設定ディレクティブの値が各ホスト毎に異なる値に設定されるようにします。例えば。
In deciding what file to serve for a given request, httpd's default behavior is to take the URL-Path for the request(the part of the URL following the hostname and port)and add it to the end of the DocumentRoot specified in your configuration files.
リクエストに対してどのファイルを送信するかを決定するときのApacheのデフォルトの動作は、リクエストのURL-Path(URLのホスト名とポート番號の後に続く部分)を取り出して設定ファイルで指定されているDocumentRootの最後に追加する、というものです。
The DocumentRoot from the main server will never be used when an IP address matches the NameVirtualHost directive. If you would like to have a special configuration for requests that do not match any particular virtual host, simply put that configuration in a<VirtualHost< container and list it first in the configuration file.
IPアドレスがNameVirtualHostディレクティブにマッチした場合は、メインのサーバのDocumentRoot使われませんどのバーチャルホストにもマッチしないリクエストに対して、特別な設定をしたいのであれば、設定ファイル中の最初の<VirtualHost<にそれを記述してください。
In deciding what file to serve for a given request, httpd's default behavior is to take the URL-Path for the request(the part of the URL following the hostname and port)and add it to the end of the DocumentRoot specified in your configuration files.
リクエストに対してどのファイルを送信するかを決定するときのApacheのデフォルトの動作は、リクエストのURL-Path(URLのホスト名とポート番号の後に続く部分)を取り出して設定ファイルで指定されているDocumentRootの最後に追加する、というものです。
The DocumentRoot from the main server will never be used when an IP address matches the NameVirtualHost directive. If you would like to have a special configuration for requests that do not match any particular virtual host, simply put that configuration in a<VirtualHost> container and list it first in the configuration file.
IPアドレスがNameVirtualHostディレクティブにマッチした場合は、メインのサーバのDocumentRootは決して使われませんどのバーチャルホストにもマッチしないリクエストに対して、特別な設定をしたいのであれば、設定ファイル中の最初の<VirtualHost>コンテナにそれを記述してください。
In order to build a Wordpress image, we would create a Dockerfile that: Installs Apache, PHP5 and MySQL Download Wordpress and extract it somewhere on the filesystem Create a MySQL database Update the Wordpress configuration file topoint to the MySQL database Make Wordpress the DocumentRoot for Apache Start MySQL and Apache(e.g. using supervisord) Luckily, various people have already done this, for instance John Fink's github repository contains everything you need to build such a Wordpress image.
WordpressのイメージをビルドするにはDockerfileを作成する必要があります。Apache、PHP5、MySQLをインストールするWordpressをダウンロードし、ファイルシステム上のどこかに展開するMySQLデータベースを作成するWordpressの構成ファイルを更新してMySQLデータベースを使うようにするWordpressをApacheのDocumentRootにするMySQLとApacheを起動する(例えば、supervisordを使う)幸運なことに多くの人がすでに上記を実施しています。
Mapping URLs to Filesystem Locations- Apache HTTP Server DocumentRoot In deciding what file to serve for a given request, Apache's default behavior is to take the URL-Path for the request(the part of the URL following the hostname and port) and add it to the end of the DocumentRoot specified in your configuration files.
URLからファイルシステム上の位置へのマップ-ApacheHTTPサーババージョン2.5DocumentRoot¶リクエストに対してどのファイルを送信するかを決定するときのApacheのデフォルトの動作は、リクエストのURL-Path(URLのホスト名とポート番号の後に続く部分)を取り出して設定ファイルで指定されているDocumentRootの最後に追加する、というものです。
Mapping URLs to Filesystem Locations- Apache HTTP Server Version 2.4 DocumentRoot In deciding what file to serve for a given request, httpd's default behavior is to take the URL-Path for the request(the part of the URL following the hostname and port) and add it to the end of the DocumentRoot specified in your configuration files.
URLからファイルシステム上の位置へのマップ-ApacheHTTPサーババージョン2.4DocumentRootリクエストに対してどのファイルを送信するかを決定するときのApacheのデフォルトの動作は、リクエストのURL-Path(URLのホスト名とポート番号の後に続く部分)を取り出して設定ファイルで指定されているDocumentRootの最後に追加する、というものです。
結果: 24, 時間: 0.0287

トップ辞書のクエリ

英語 - 日本語