Page 38 of 38 FirstFirst ... 28363738
Results 371 to 376 of 376

Thread: HOWTO: Setup easy web development environment (XAMPP)

  1. #371
    Join Date
    Feb 2013
    Beans
    1

    Question Re: HOWTO: Setup easy web development environment (XAMPP)

    Everything seems to go fine until I try to start XAMPP. Then I get:
    test-Dimension-8400 Downloads # sudo /opt/lampp/lampp start
    Starting XAMPP for Linux 1.8.1...
    XAMPP: Another web server daemon is already running.
    XAMPP: XAMPP-MySQL is already running.
    XAMPP: XAMPP-ProFTPD is already running.
    XAMPP for Linux started.
    Its seems like there may be another web server running? (I am new to Linux.....since yesterday. Just trying to get a developmental web server up and running.)

    I noticed the other posts are a few years old. Is there somewhere else I should go for help on this?

    Thanks

  2. #372
    Join Date
    May 2009
    Beans
    4

    Re: HOWTO: Setup easy web development environment (XAMPP)

    Quote Originally Posted by jasonhotham View Post
    Hi,

    Assuming for personal use only.
    I was able to setup using these easy steps:

    Put archive on desktop or directory you can get access to.

    1. on first line:
    username@username:~$ sudo -s
    [sudo] password for username:
    'enter password'

    2. Select desktop:
    root@username:~# cd Desktop

    3. Extract archive:
    root@username:~# sudo tar xvfz xampp-linux-1.7.7.tar.gz -C /opt

    4. Start lampp:
    root@username:~# /opt/lampp/lampp start

    5. Change ownership:
    root@username:~# sudo chown -R username:username /opt/lampp

    6. Change permissions:
    root@username:~# chmod -R 755 /opt/lampp

    7. Test file in browser after creating file in htdocs folder:
    http://localhost/test/testing.html
    (should display file)

    8. Test directory to show listed files:
    http://localhost/test/

    9. Test permissions and default file using 'right click' on file 'rename':
    rename file name 'testing.html' to 'index.html'

    10. Any issues with the above and there's no other solution uninstall and try again :
    root@username:~# rm -rf /opt/lampp

    Resources:
    * http://ubuntuforums.org/showthread.php?t=223410
    * http://zorinlinux.cyacomputerblog.co...x-ubuntu-9-04/
    * http://kb.liquidweb.com/new-user-tut...e-permissions/
    * http://hiox.org/1763-stopping-and-un...ling-xampp.php

    Yes!!!

    This did it for me!

    PeterVK & Jasonhotham, if you were girls....

  3. #373
    Join Date
    Apr 2013
    Beans
    1

    Re: HOWTO: Setup easy web development environment (XAMPP)

    I am having troubles with the xampp control panel. I am using Ubuntu 12.10. When I go into dash, and click on xampp control panel, it asks me for the root password and then I enter it and nothing happens.
    Attached Images Attached Images

  4. #374
    Join Date
    Oct 2011
    Beans
    1

    Re: HOWTO: Setup easy web development environment (XAMPP)

    Installing Wampp seems now very easy! Thank you.

    Sensama
    EeePC Xubuntu Wordpress

  5. #375
    Join Date
    Mar 2006
    Beans
    18
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Setup easy web development environment (XAMPP)

    Quote Originally Posted by pragnesh89 View Post
    I am having troubles with the xampp control panel. I am using Ubuntu 12.10. When I go into dash, and click on xampp control panel, it asks me for the root password and then I enter it and nothing happens.
    Try installing glade python with:
    Code:
    sudo apt-get install python-glade2

  6. #376
    Join Date
    Apr 2009
    Beans
    20

    Re: HOWTO: Setup easy web development environment (XAMPP)

    Apache doesn't start. Any clue?

Page 38 of 38 FirstFirst ... 28363738

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •