انجمن‌های فارسی اوبونتو

لطفاً به انجمن‌ها وارد شده و یا جهت ورود ثبت‌نام نمائید

لطفاً جهت ورود نام کاربری و رمز عبورتان را وارد نمائید


توزیع گنو/لینوکس اوبونتو ۲۰ ساله شد 🎉

نویسنده موضوع: مشکل lamp  (دفعات بازدید: 4289 بار)

0 کاربر و 1 مهمان درحال مشاهده موضوع.

آفلاین abolfazl.aghaii

  • Full Member
  • *
  • ارسال: 129
  • جنسیت : پسر
مشکل lamp
« : 27 آذر 1393، 03:26 ق‌ظ »
lamp  رو از داخل آموزش نصب کردم ولی وقتی داخل مرورگر میزنم locahost بهم این صفحه رو میده ولی phpmyadmin میادبرام




Ubuntu Logo Apache2 Ubuntu Default Page
It works!

This is the default welcome page used to test the correct operation of the Apache2 server after installation on Ubuntu systems. It is based on the equivalent page on Debian, from which the Ubuntu Apache packaging is derived. If you can read this page, it means that the Apache HTTP server installed at this site is working properly. You should replace this file (located at /var/www/html/index.html) before continuing to operate your HTTP server.

If you are a normal user of this web site and don't know what this page is about, this probably means that the site is currently unavailable due to maintenance. If the problem persists, please contact the site's administrator.
Configuration Overview

Ubuntu's Apache2 default configuration is different from the upstream default configuration, and split into several files optimized for interaction with Ubuntu tools. The configuration system is fully documented in /usr/share/doc/apache2/README.Debian.gz. Refer to this for the full documentation. Documentation for the web server itself can be found by accessing the manual if the apache2-doc package was installed on this server.

The configuration layout for an Apache2 web server installation on Ubuntu systems is as follows:

/etc/apache2/
|-- apache2.conf
|       `--  ports.conf
|-- mods-enabled
|       |-- *.load
|       `-- *.conf
|-- conf-enabled
|       `-- *.conf
|-- sites-enabled
|       `-- *.conf
         

    apache2.conf is the main configuration file. It puts the pieces together by including all remaining configuration files when starting up the web server.
    ports.conf is always included from the main configuration file. It is used to determine the listening ports for incoming connections, and this file can be customized anytime.
    Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/ directories contain particular configuration snippets which manage modules, global configuration fragments, or virtual host configurations, respectively.
    They are activated by symlinking available configuration files from their respective *-available/ counterparts. These should be managed by using our helpers a2enmod, a2dismod, a2ensite, a2dissite, and a2enconf, a2disconf . See their respective man pages for detailed information.
    The binary is called apache2. Due to the use of environment variables, in the default configuration, apache2 needs to be started/stopped with /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not work with the default configuration.

Document Roots

By default, Ubuntu does not allow access through the web browser to any file apart of those located in /var/www, public_html directories (when enabled) and /usr/share (for web applications). If your site is using a web document root located elsewhere (such as in /srv) you may need to whitelist your document root directory in /etc/apache2/apache2.conf.

The default Ubuntu document root is /var/www/html. You can make your own virtual hosts under /var/www. This is different to previous releases which provides better security out of the box.
Reporting Problems

Please use the ubuntu-bug tool to report bugs in the Apache2 package with Ubuntu. However, check existing bug reports before reporting a new bug.

Please report bugs specific to modules (such as PHP and others) to respective packages, not to the web server itself.
« آخرین ویرایش: 27 آذر 1393، 03:27 ق‌ظ توسط abolfazl.aghaii »

آفلاین دانیال بهزادی

  • ناظر انجمن
  • *
  • ارسال: 19724
  • جنسیت : پسر
  • Urahara Kiesuke
    • وبلاگ
پاسخ : مشکل lamp
« پاسخ #1 : 27 آذر 1393، 03:28 ق‌ظ »
کدوم صفحه؟
اگه این ارسال بهت کمک کرد، دنبال دکمهٔ تشکر نگرد. به جاش تو هم به جامعهٔ آزادت کمک کن

آفلاین QSBuntu

  • High Sr. Member
  • *
  • ارسال: 613
  • جنسیت : پسر
پاسخ : مشکل lamp
« پاسخ #2 : 27 آذر 1393، 09:30 ق‌ظ »
اینکارو یه امتحانی بکنید:
اول آپاچی سیستم رو غیر فعال بکنید با این کد
sudo service apache2 stopبعدش توی مسیر لمپ ، لمپ رو استارت کنید با سودو:
sudo /opt/lampp/lampp start(توجه :مسیر لمپ تو سیستم من اینه: /opt/lampp )

حالا لوکال هاست رو امتحان کنید و ببینید درست اجرا میشه یا نه؟
زندگی خواهم کرد... خواهم زیست ... و میجنگم حتی اگر........................

آفلاین abolfazl.aghaii

  • Full Member
  • *
  • ارسال: 129
  • جنسیت : پسر
پاسخ : مشکل lamp
« پاسخ #3 : 27 آذر 1393، 08:13 ب‌ظ »
 من همون دستورات داخل آموزش رو زدم من مسیر نصب رو عوض نکردم
ولی بهم خطا میده
sudo: /etc/lampp/lampp: command not found

آفلاین saeed_e00

  • Full Member
  • *
  • ارسال: 221
  • جنسیت : پسر
پاسخ : مشکل lamp
« پاسخ #4 : 27 آذر 1393، 11:31 ب‌ظ »
شما درست نصب کردین دیگه

بعد از نصب آپاچی صفحه پیش فرض رو نشون میده و مشکلی نداره

آفلاین دانیال بهزادی

  • ناظر انجمن
  • *
  • ارسال: 19724
  • جنسیت : پسر
  • Urahara Kiesuke
    • وبلاگ
پاسخ : مشکل lamp
« پاسخ #5 : 28 آذر 1393، 01:58 ق‌ظ »
متن اون صفحه بهترین راهنما برای اینه که باید چی کار کنی. یک بار بخونش!
اگه این ارسال بهت کمک کرد، دنبال دکمهٔ تشکر نگرد. به جاش تو هم به جامعهٔ آزادت کمک کن

آفلاین abolfazl.aghaii

  • Full Member
  • *
  • ارسال: 129
  • جنسیت : پسر
پاسخ : مشکل lamp
« پاسخ #6 : 30 آذر 1393، 09:38 ب‌ظ »
بچه ها نمیتونم ترجمه کنم  :( :(
نمیفهمم باید چکار کنم ??? ??? ??? :-s :-s

آفلاین دانیال بهزادی

  • ناظر انجمن
  • *
  • ارسال: 19724
  • جنسیت : پسر
  • Urahara Kiesuke
    • وبلاگ
پاسخ : مشکل lamp
« پاسخ #7 : 30 آذر 1393، 09:47 ب‌ظ »
خلاصه این که الآن آپاچی‌ات درست نصب شده و داره کار می‌کنه. ریشه‌ی آپاچی هم این‌جاست: /var/www/
اگه این ارسال بهت کمک کرد، دنبال دکمهٔ تشکر نگرد. به جاش تو هم به جامعهٔ آزادت کمک کن

آفلاین سالار مقدم

  • عضو کاربران ایرانی اوبونتو
  • *
  • ارسال: 2074
  • جنسیت : پسر
  • هر چقدر بدونی بازم کمه.
    • سالار مقدم
پاسخ : مشکل lamp
« پاسخ #8 : 30 آذر 1393، 09:51 ب‌ظ »
بچه ها نمیتونم ترجمه کنم  :( :(
نمیفهمم باید چکار کنم ??? ??? ??? :-s :-s
سلام
لازم نیست کار خاصی انجام بدید، وب سرور شما به درستی نصب شده. کافیه پرونده هاتون(HTML, PHP, ...) رو در پوشه ی var/WWW/ قرار بدید تا اجرا بشند.

آفلاین abolfazl.aghaii

  • Full Member
  • *
  • ارسال: 129
  • جنسیت : پسر
پاسخ : مشکل lamp
« پاسخ #9 : 03 دی 1393، 07:41 ب‌ظ »
این پیغام رو میده
 
باید پورت رو عوض کنم؟
Not Found

The requested URL /index.php was not found on this server.
Apache/2.4.7 (Ubuntu) Server at localhost Port 80

آفلاین سالار مقدم

  • عضو کاربران ایرانی اوبونتو
  • *
  • ارسال: 2074
  • جنسیت : پسر
  • هر چقدر بدونی بازم کمه.
    • سالار مقدم
پاسخ : مشکل lamp
« پاسخ #10 : 03 دی 1393، 07:47 ب‌ظ »
این پیغام رو میده
 
باید پورت رو عوض کنم؟
Not Found

The requested URL /index.php was not found on this server.
Apache/2.4.7 (Ubuntu) Server at localhost Port 80
index.php رو در مسیر /var/www/ قرار دادی؟ آدرس localhost/index.php رو میدی؟

آفلاین abolfazl.aghaii

  • Full Member
  • *
  • ارسال: 129
  • جنسیت : پسر
پاسخ : مشکل lamp
« پاسخ #11 : 03 دی 1393، 08:07 ب‌ظ »
آره دقیقا همین هایی که گفتین رو میزنم

آفلاین دانیال بهزادی

  • ناظر انجمن
  • *
  • ارسال: 19724
  • جنسیت : پسر
  • Urahara Kiesuke
    • وبلاگ
پاسخ : مشکل lamp
« پاسخ #12 : 03 دی 1393، 10:01 ب‌ظ »
بزن http://localhost/ باید index.php رو نشون بده
اگه این ارسال بهت کمک کرد، دنبال دکمهٔ تشکر نگرد. به جاش تو هم به جامعهٔ آزادت کمک کن

آفلاین abolfazl.aghaii

  • Full Member
  • *
  • ارسال: 129
  • جنسیت : پسر
پاسخ : مشکل lamp
« پاسخ #13 : 03 دی 1393، 10:19 ب‌ظ »
نشون نمیده همون صفحه اولی رو که گذاشتم رو نشون میده

آفلاین دانیال بهزادی

  • ناظر انجمن
  • *
  • ارسال: 19724
  • جنسیت : پسر
  • Urahara Kiesuke
    • وبلاگ
پاسخ : مشکل lamp
« پاسخ #14 : 03 دی 1393، 10:20 ب‌ظ »
دقیقا توضیح بده LAMP Server رو چطور نصب کردی؟
این‌جا رو امتحان کن: var/www/html/index.php
اگه این ارسال بهت کمک کرد، دنبال دکمهٔ تشکر نگرد. به جاش تو هم به جامعهٔ آزادت کمک کن