سلام

ابتدا با یوزر روت لوگین کنید

دستور زیر رو بزنید
کد:
cd /usr/local/directadmin/custombuild
سپس دستور زی رو. بزنید
کد:
 nano options.conf
بعد از باز شدن فایل اپشن به دنبال خط زیر بگردید
کد:
downloadserver=
مقدار جلوی این خط رو به شکل زیر تعغیر دهید
کد:
downloadserver=files1.directadmin.com
بعد از تعغیر فایل رو سیو کیند و خارج بشید

سپس دستورات زیر رو بنرید
کد:
./build update
./build versions
./build apache
در احر هم برای php دستور زیر رو بزنید
کد:
./build php n


---------- Post added at 02:05 PM ---------- Previous post was at 02:01 PM ----------

Apache HTTP Server 2.2.21 is now released Welcome! - The Apache HTTP Server Project Here is changelog: http://www.apache.org/dist/httpd/CHANGES_2.2

کد:
  *) Fix a regression introduced by the CVE-2011-3192 byterange fix in 2.2.20.
     PR 51748. [<lowprio20 gmail.com>]

  *) mod_filter: Instead of dropping the Accept-Ranges header when a filter
     registered with AP_FILTER_PROTO_NO_BYTERANGE is present,
     set the header value to "none". [Eric Covener, Ruediger Pluem]

  *) mod_*****_ajp: Ignore flushing if headers have not been sent.
     PR 51608 [Ruediger Pluem]

  *) mod_dav_fs: Fix segfault if apr DBM driver cannot be loaded. PR 51751.
     [Stefan Fritsch]

  *) mod_alias: Adjust log severity of "incomplete redirection target"
     message. PR 44020.

  *) mod_rewrite: Check validity of each internal (int:) RewriteMap even if the
     RewriteEngine is disabled in server context, avoiding a crash while
     referencing the invalid int: map at runtime. PR 50994.
     [Ben Noordhuis <info noordhuis nl>]

  *) core: Allow MaxRanges none|unlimited|default and set 'Accept-Ranges: none'
     in the case Ranges are being ignored with MaxRanges none.
     [Eric Covener]

  *) mod_*****_ajp: Respect "reuse" flag in END_REPONSE packets.
     [Rainer Jung]