Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 2 تثبيت خادم الويب في ويندوز اكس بي مع apache2 ، php5 وmysql4 -- الجزء 2
Part 2 - Install Apache 2 الجزء 2 -- تركيب اباتشي 2
Run the Apache Windows Installer that downloaded in اباتشي تشغيل ويندوز ان المثبت في التحميل Part 1 الجزء 1 . The installation is easy, just follow the on screen instruction. تركيب امر سهل ، اتبع التعليمات على الشاشه. 
Click on “Next”. انقر على "التالي".

Accept the terms and click “Next”. قبول شروط وانقر على "التالي".

Click “Next”. انقر فوق "التالي".

The fields’ values are auto-detected. ميادين 'القيم - الكشف عن السيارات. You may want to change it if it’s not correct. قد ترغب في تغييره اذا كان غير صحيح.

Choose Typical Installation and click “Next”. أختيار تثبيت نموذجي وانقر فوق "التالي".

The default folder for Apache installation is C:\Program Files\Apache Group\Apache2. الافتراضي لمجلد اباتشي التثبيت ج : \ ملفات البرنامج \ اباتشي مجموعة \ apache2. You can change that to anywhere in your hard disk. يمكنك ان تغير ذلك الى اي مكان في القرص الثابت. Here it’s change to C:\Server\Apache2 for example. ومن هنا لتغيير ج : \ الخادم \ apache2 على سبيل المثال. Then click “Next”. ثم انقر فوق "التالي".

Installation done. تركيب القيام به.
Testing Apache Installation اختبار تركيب أباتشي
Try to access في محاولة للوصول الى http://localhost/ .
A simple Apache index page in English should be shown. اباتشي بسيطة في صفحة فهرس English ينبغي ان تظهر. It means that the installation is succesful. وهو ما يعني ان تركيب النجاح.
If there is problem, try the following the steps. واذا كانت هناك مشكلة ، جرب الخطوات التالية. Go to Start -> All Programs - Apache HTTP Server 2.x.xx - Control Apache Server. اذهب الى بدء --> كافة البرامج -- اباتشي خادم بروتوكول انتقال النص المتشعب 2.x.xx -- السيطرة على الخادم اباتشي. Try to Stop and then Start or Restart the Apache server (The Apache tray icon may also appear in Windows System Tray, where the above controls can be accessed there). في محاولة لوقف أو وبعد ذلك البدء فى اعادة تشغيل خادم اباتشي (اباتشي رمز علبة كما قد تظهر في ويندوز علبة النظام ، حيث الضوابط المذكورة اعلاه ويمكن الوصول الى هناك).
After installation is successful, the Apache configuration file httpd.conf should be updated if you want change the web root directory instead of default one at Apache2/htdocs . بعد تركيب النجاح ، اباتشي ملف التهيءه httpd.conf ينبغي ان تستكمل اذا كنت ترغب في تغيير الشبكه العالمية الدليل الرئيسي بدلا من التقصير في أحد apache2/htdocs. The httpd.conf located in “C:/ Installation_Path /Apache2/conf/httpd.conf”. وقد تقع في httpd.conf "جيم : / installation_path / apache2/conf/httpd.conf". Use a text script editor to open it. استخدام نص محرر البرنامج النصي لفتحه.
Search for DocumentRoot “C:/Server/Apache 2/Apache2/htdocs” . البحث عن documentroot "جيم : / الخادم / 2/apache2/htdocs اباتشي". It should be found at line 228. وينبغي ان تكون وجدت في السطر 228. Change it to your preferred web root folder. تغييره الى المفضل لديك شبكة مجلد الجذر. For illustration purpose, we change it to folder C:/Server/www. للتوضيح الغرض ، ونحن تغييره الى مجلد ج : / الخادم / الشبكه العالمية. So the new line should looks like DocumentRoot “C:/Server/www” . حتى الخط الجديد ينبغي أن تبدو وكأنها documentroot "جيم : / الخادم / على شبكة الاتصالات العالمية".
There is another same directory at line 253. وهناك دليل اخر على نفس الخط 253. Copy and paste the DocumentRoot from line 228 to line 253. نسخ ولصق documentroot الخط من 228 الى 253 خط.
Save the configuration file. إنقاذ ملف التهيءه. Make sure the new document root directory (ie C:/Server/www) exists. تأكد من وثيقة جديدة الدليل الرئيسي (اي ج : / الخادم / الشبكه العالمية) موجودة. Then restart the Apache server. ثم قم باعادة تشغيل الخادم اباتشي. Depending on the directory contents, you’ll either see an index file or a list of files in the directory. واعتمادا على محتويات الدليل ، فسوف نرى مؤشر اما الملف او قائمة الملفات الموجودة في الدليل.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. هام : هذا هو الاله الذي ترجم صفحة مقدمة "كما هى" دون ضمان. Machine translation may be difficult to understand. الترجمة الاليه قد يكون من الصعب ان نفهم. Please refer to يرجى الرجوع الى original English article المادة الاصليه English whenever possible. كلما كان ذلك ممكنا.
Share and contribute or get technical support and help at والمساهمة في حصة او الحصول على الدعم التقني والمساعدة فى My Digital Life Forums بلدي الرقميه الحياة المنتديات .
Related Articles مقالات ذات صلة
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 1 تثبيت خادم الويب في ويندوز اكس بي مع apache2 ، php5 وmysql4 -- الجزء 1
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 4 تثبيت خادم الويب في ويندوز اكس بي مع apache2 ، php5 وmysql4 -- الجزء 4
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 3 تثبيت خادم الويب في ويندوز اكس بي مع apache2 ، php5 وmysql4 -- الجزء 3
- Using phpMyAdmin for Effective MySQL Management in Windows XP باستخدام phpmyadmin لادارة فعالة الخلية في ويندوز اكس بي
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 تركيب خادم الويب مع 6،0 في فري بي. اس. دي اباتشي 2،2 ، 5،0 الخلية وبي. اتش. بى 5 -- الجزء 5
- Install, Setup and Configure CGI and Perl in Windows XP تركيب واعداد وتهيئة CGI وبيرل في ويندوز اكس بي
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 تركيب خادم الويب مع 6،0 في فري بي. اس. دي اباتشي 2،2 ، 5،0 الخلية وبي. اتش. بى 5 -- الجزء 4
- Install phpBB 2 in Windows XP running on Apache 2, PHP 5 and MySQL 4 تثبيت phpBB 2 في تشغيل ويندوز اكس بي 2 على اباتشي ، والخلية 5 بي. اتش. بى 4
- Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD التخريب (SVN) على القضايا والمشاكل في فري بي. اس. دي mod_dav_svn
- Easily Set Up Web Server with XAMPP من السهل إنشاء خادم الويب مع xampp

































January 2nd, 2006 02:18 كانون الثاني / يناير 2nd ، 2006 02:18
[...] Obvioulsy, a web server needs to be running on the Windows machine. [...]Obvioulsy ، خدمة ويب يحتاج الى تشغيل ويندوز على جهاز واحد. Refer to this post for instructions on how to install Apache2 in Windows. اشير الى هذه الوظيفة للحصول على تعليمات حول كيفية تثبيت apache2 في ويندوز. [...]
November 3rd, 2006 10:56 تشرين الثاني / نوفمبر 3rd ، 2006 10:56
[...] Once you get a web server, install a proxy on the website. (...)وبمجرد الحصول على خادم الويب ، تركيب بروكسي على موقع الانترنت. There are a lot of proxy server program available, such as PHPproxy and CGIproxy that can be installed to set up a proxy server. هناك الكثير من ملقم وكيل البرنامج المتاحة ، مثل phpproxy وcgiproxy التي يمكن تثبيتها على انشاء ملقم وكيل. You will need to install Apache and PHP or CGI on your web server too to run as proxy. ستكون بحاجة الى تثبيت اباتشي وبي. اتش. بى او CGI على خدمة الويب الخاص بك جدا لتشغيل بوكالته. You may also want to setup a domain name for your proxy for easy remembrance, or you can always use the IP address to access it. يمكنك ايضا ان اسم نطاق الاعداد لالعميله الخاصة بك لذكرى من السهل ، او يمكنك دائما استخدام الملكيه الفكريه لمعالجة الوصول اليه. If you’re using home based PC as proxy server, remember that IP address may not be static, so you can use dynamic DNS service to set up a domain name which will point to your correct dynamic IP address when changed, with service such DynDNS and No-IP. اذا كنت تستخدم جهاز كمبيوتر المنزلية كما ملقم وكيل ، ان نتذكر ان معالجة الملكيه الفكريه لا يجوز ان يكون جامدا ، لذلك يمكنك استخدام الديناميه دياناس خدمة لانشاء اسم النطاق الذي وجهه الى حسابك في ديناميه تصحيح العنوان عند تغير الملكيه الفكريه ، مع هذه الخدمة dyndns - لا والملكيه الفكريه. [...]
April 20th, 2007 14:07 العشرين من ابريل ، 2007 14:07
yourguide sux a phatty, learn to update you piece of shit. yourguide sux أ phatty ، لمعرفة اخر التطورات لكم قطعة من برعشيت. i get nothing but a bunch of errors with this setup, and i only made it to step 3. احصل ليس الا مجموعة من الاخطاء مع هذا الاعداد ، وانا لم يصدر عنها إلا أنه انتقل الى الخطوة 3. thanks to google, i found a much better guide. وبفضل صور ، وجدت ان افضل بكثير الدليل. later noob! في وقت لاحق من noob!
April 20th, 2007 14:59 العشرين من ابريل ، 2007 14:59
Which better guide you have found? وهو افضل دليل لديك وجدت؟ What should be updated? ما ينبغي ان تستكمل؟