14,974
edits
m (→X: XML) |
(+apache config) |
||
| Line 1: | Line 1: | ||
程式或網站服務設定檔的註解語法 (Comment syntax for programming languages or server configuration file) << [[Testing]] | 程式或網站服務設定檔的註解語法 (Comment syntax for programming languages or server configuration file) << [[Testing]] | ||
== A: Apache config == | |||
[https://httpd.apache.org/docs/2.4/configuring.html#syntax Configuration Files - Apache HTTP Server Version 2.4] | |||
<pre> | |||
# single line comment | |||
</pre> | |||
== B: Bash shell == | == B: Bash shell == | ||