Browsing Indonesian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Indonesian guidelines.
1120 of 1535 results
167.
The /etc/apache2/sites-available directory is <emphasis role="bold"> not</emphasis> parsed by Apache2. Symbolic links in /etc/apache2/sites-enabled point to "available" sites. Use the a2ensite (Apache2 Enable Site) utility to create those symbolic links, like so: <command>sudo a2ensite mynewsite</command> where your site's configuration file is <filename> /etc/apache2/sites-available/mynewsite</filename>. Similarly, the a2dissite utility should be used to disable sites.
(no translation yet)
Located in serverguide/C/web-servers.xml:164(para)
169.
This section explains configuration of the Apache2 server default settings. For example, if you add a virtual host, the settings you configure for the virtual host take precedence for that virtual host. For a directive not defined within the virtual host settings, the default value is used.
(no translation yet)
Located in serverguide/C/web-servers.xml:292(para)
170.
The <emphasis>DirectoryIndex</emphasis> is the default page served by the server when a user requests an index of a directory by specifying a forward slash (/) at the end of the directory name.
(no translation yet)
Located in serverguide/C/web-servers.xml:304(para)
171.
For example, when a user requests the page http://www.example.com/this_directory/, he or she will get either the DirectoryIndex page if it exists, a server-generated directory list if it does not and the Indexes option is specified, or a Permission Denied page if neither is true. The server will try to find one of the files listed in the DirectoryIndex directive and will return the first one it finds. If it does not find any of these files and if Options Indexes is set for that directory, the server will generate and return a list, in HTML format, of the subdirectories and files in the directory. The default value, found in <filename>/etc/apache2/apache2.conf</filename> is " index.html index.cgi index.pl index.php index.xhtml". Thus, if Apache2 finds a file in a requested directory matching any of these names, the first will be displayed.
(no translation yet)
172.
The <emphasis>ErrorDocument</emphasis> directive allows you to specify a file for Apache to use for specific error events. For example, if a user requests a resource that does not exist, a 404 error will occur, and per Apache2's default configuration, the file <filename>/usr/share/apache2/error/HTTP_NOT_FOUND.html.var </filename> will be displayed. That file is not in the server's DocumentRoot, but there is an Alias directive in <filename>/etc/apache2/apache2.conf</filename> that redirects requests to the /error directory to /usr/share/apache2/error/. To see a list of the default ErrorDocument directives, use this command: <command>grep ErrorDocument /etc/apache2/apache2.conf</command>
(no translation yet)
Located in serverguide/C/web-servers.xml:215(para)
173.
By default, the server writes the transfer log to the file /var/log/apache2/access.log. You can change this on a per-site basis in your virtual host configuration files with the <emphasis>CustomLog</emphasis> directive, or omit it to accept the default, specified in <filename> /etc/apache2/apache2.conf</filename>. You may also specify the file to which errors are logged, via the <emphasis>ErrorLog</emphasis> directive, whose default is <filename>/var/log/apache2/error.log</filename>. These are kept separate from the transfer logs to aid in troubleshooting problems with your Apache2 server. You may also specify the <emphasis>LogLevel</emphasis> (the default value is "warn") and the <emphasis>LogFormat</emphasis> (see <filename> /etc/apache2/apache2.conf</filename> for the default value).
(no translation yet)
Located in serverguide/C/web-servers.xml:233(para)
174.
Some options are specified on a per-directory basis rather than per-server. Option is one of these directives. A Directory stanza is enclosed in XML-like tags, like so:
(no translation yet)
176.
The Options directive within a Directory stanza accepts one or more of the following values (among others), separated by spaces:
(no translation yet)
Located in serverguide/C/web-servers.xml:259(para)
177.
Most files should not be executed as CGI scripts. This would be very dangerous. CGI scripts should kept in a directory separate from and outside your DocumentRoot, and only this directory should have the ExecCGI option set. This is the default, and the default location for CGI scripts is /usr/lib/cgi-bin.
(no translation yet)
Located in serverguide/C/web-servers.xml:268(para)
179.
<emphasis role="bold">Includes</emphasis> - Allow server-side includes. Server-side includes allow an HTML file to <emphasis> include</emphasis> other files. This is not a common option. See <ulink url="http://httpd.apache.org/docs/2.2/howto/ssi.html">the Apache2 SSI Howto</ulink> for more information.
(no translation yet)
1120 of 1535 results

This translation is managed by Ubuntu Indonesian Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Andi Darmawan, Andy Apdhani, Cecep Mahbub, D. Adhiyaksa, Mahyuddin Susanto, Matthew East, Ronaldi Santosa, Wadi Achmed, buitenzorg812, edi setiadi, niwat0ri, padmawan, wadiachmed.