~ubuntu-branches/ubuntu/raring/apache2/raring

« back to all changes in this revision

Viewing changes to docs/manual/mod/mod_alias.html.tr.utf8

  • Committer: Package Import Robot
  • Author(s): Steve Beattie
  • Date: 2011-09-06 01:17:15 UTC
  • mfrom: (14.3.28 sid)
  • Revision ID: package-import@ubuntu.com-20110906011715-tca9jwg0gxy0gxt0
Tags: 2.2.20-1ubuntu1
* Merge from debian unstable to fix CVE-2011-3192 (LP: #837991).
  Remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree
  - debian/apache2.py, debian/apache2.2-common.install: Add apport hook.
  - debian/control, debian/ask-for-passphrase, debian/config-dir/mods-available/ssl.conf:
    Plymouth aware passphrase dialog program ask-for-passphrase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
      Alias /image /ftp/pub/image
127
127
    </code></p></div>
128
128
 
129
 
    <p><code>http://sunucum/image/foo.gif</code> şeklinde bir istek, sunucunun
 
129
    <p><code>http://mesela.dom/image/foo.gif</code> şeklinde bir istek, sunucunun
130
130
      <code>/ftp/pub/image/foo.gif</code> dosyasıyla yanıt vermesine sebep
131
131
      olurdu. Sadece tam yol parçaları eşleştirilir; bu bakımdan yukarıdaki
132
132
      <code class="directive">Alias</code> yapılandırması
133
 
      <code>http://sunucum/imagefoo.gif</code> ile eşleşmez. Düzenli
 
133
      <code>http://mesela.dom/imagefoo.gif</code> ile eşleşmez. Düzenli
134
134
      ifadelerin kullanıldığı daha karmaşık eşleşmeler için <code class="directive"><a href="#aliasmatch">AliasMatch</a></code> yönergesine bakınız.</p>
135
135
 
136
136
    <p><code><em>URL-yolu</em></code>’nu bir <code>/</code> ile
408
408
      ScriptAlias /cgi-bin/ /siteler/cgi-bin/
409
409
    </code></p></div>
410
410
 
411
 
    <p><code>http://sunucum/cgi-bin/foo</code> şeklindeki bir istek sunucunun
 
411
    <p><code>http://mesela.dom/cgi-bin/foo</code> şeklindeki bir istek sunucunun
412
412
      <code>/siteler/cgi-bin/foo</code> betiğini çalıştırmasına sebep olur. Bu
413
413
      yapılandırma aslında şuna eşdeğerdir:</p>
414
414