|
||||||||||||||||||
|
||||||||||||||||||
|
||||||||||||||||||
|
||||||||||||||||||
|
||||||||||||||||||
|
Baca Artikel Lainnya
- Adobe Audition 2025
- Jual SIGERSHADERS Siger Studio XS Material Presets 3DS MAX 2020 2021 2022 2023 2024 2025
- JUAL Pipedata 15 Pro Pipe Data
- Jual MATLAB 2024 WINDOWS 11
- Jual Altair PSIM 2025 Pro
- Jual ZW3D 2023 2024 2025
- Download FIREFOX 136 OFFLINE INSTALLER WINDOWS, LINUX, macOS
- Download FIREFOX 120 OFFLINE INSTALLER WINDOWS, LINUX, macOS
- Download Software Cek Suhu Processor Prosessor
- Download Browser Opera One 100 Full OFFLINE INSTALLER
- Download Ungoogled Chromium 2023
- JUAL CachyOS Flashdisk USB Bootable INSTALLER
- JUAL LINUX MINT 22.1
- Jual KALI LINUX 2025
- Jual Ubuntu 24.10
- ZORIN 17.2 PRO Flash disk iNSTALLER Bootable USB
- JUAL Final Cut Pro 11 macOS SONOMA 14.6 macOS Sequoia
- Jual Corel Draw 2025 MAC
- Jual Luxion Keyshot 2024 WINDOWS atau MAC
Start, stop, test the XAMPP servers
The universal control center is the "XAMPP Control Panel" (thanks \xampp\xampp-control.exe
As you know this from older XAMPP versions, you can also use some batchfiles to start/stop the servers:
- Apache & MySQL start:
- \xampp\xampp_start.exe
- Apache & MySQL stop:
- \xampp\xampp_stop.exe
- Nur Apache start:
- \xampp\apache_start.bat
- Nur Apache stop:
- \xampp\apache_stop.bat
- Nur MySQL start:
- \xampp\mysql_start.bat
- Nur MySQL stop:
- \xampp\mysql_stop.bat
- Mercury Mailserver start:
- \xampp\mercury_start.bat
- Mercury Mailserver stop:
- \xampp\mercury_stop.bat
- FileZilla Server start:
- \xampp\filezilla_start.bat
- FileZilla Server stop:
- \xampp\filezilla_stop.bat
Test
After starting of Apache (and MySQL), go to the address
Installing a particular server as as service
Each server in XAMPP you can install also as Windows service:
- Apache service install:
- \xampp\apache\apache_installservice.bat
- Apache service uninstall:
- \xampp\apache\apache_uninstallservice.bat
- MySQL service install:
- \xampp\mysql\mysql_installservice.bat
- MySQL service uninstall:
- \xampp\mysql\mysql_uninstallservice.bat
- FileZilla service (un)install:
- \xampp\filezilla_setup.bat
- Mercury:
- No service installation available!
The XAMPP upgrades
With a new XAMPP version, there is normally a upgrade package too.
Additionally, we have sometimes small patches between the releases.
An upgrade is always problematically and there can be errors in the upgrade process. Because of this, you should always make a backup from your XAMPP folder before you upgrade it. werden.
We are trying to adjust your configuration files during the upgrade progress, if necessary. Especially if a new XAMPP have a lot of changes compared to the old one, we are providing no upgrade package for security reasons. Sorry.
As with the add-ons, install the upgrade directly into the XAMPP directory (e.g. "C:\xampp"). And you must also start the setup script "setup_xampp.bat".
Free Download XAMPP for Linux 1.8.1, 2012/9/30 | |||
Version |
Size |
Notice |
|
81 MB | Apache 2.4.3, MySQL 5.5.27, PHP 5.4.7 & PEAR + SQLite 2.8.17/3.6.16 +
multibyte (mbstring) support, Perl 5.14.2, ProFTPD 1.3.4a, phpMyAdmin
3.5.2.2, OpenSSL 1.0.1c, GD 2.0.1, Freetype2 2.1.7, libjpeg 6b, libpng
1.2.12, gdbm 1.8.0, zlib 1.2.3, expat 1.2, Sablotron 1.0, libxml 2.7.6,
Ming 0.4.2, Webalizer 2.21-02, pdf class 009e, ncurses 5.3, mod_perl
2.0.5, FreeTDS 0.63, gettext 0.17, IMAP C-Client 2007e, OpenLDAP
(client) 2.3.11, mcrypt 2.5.7, mhash 0.8.18, eAccelerator 0.9.5.3, cURL
7.19.6, libxslt 1.1.26, libapreq 2.12, FPDF 1.6, XAMPP Control Panel
0.8, bzip 1.0.5, PBXT 1.0.09-rc, PBMS 0.5.08-alpha, ICU4C Library 4.2.1,
APR (1.4.6), APR-utils (1.4.1)
MD5 checsum: e7092eafff81ad363de45d192774b4d6 | ||
32 MB | Upgrade package. MD5 checksum: 990a56b93ba5a909a63b67ba4f0ac503 | ||
38 MB | The development package contains all files you need if you want to
compile other software packages for XAMPP by yourself and the Unix
manual pages. Install this package like the normal XAMPP distribution: tar xvfz xampp-linux-devel-1.8.1.tar.gz -C /opt MD5 checksum: 1377159c73d9a5bfc0e930b122861ee6 |
Step 2: Installation
After downloading simply type in the following commands:
- Go to a Linux shell and login as the system administrator root:
su
- Extract the downloaded archive file to /opt:
tar xvfz xampp-linux-1.8.1.tar.gz -C /opt
Warning: Please use only this command to install XAMPP. DON'T use any Microsoft Windows tools to extract the archive, it won't work.
Warning 2: already installed XAMPP versions get overwritten by this command.
Step 3: Start
To start XAMPP simply call this command:
/opt/lampp/lampp startYou should now see something like this on your screen:
Starting XAMPP 1.8.1...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.
Ready. Apache and MySQL are running.
If you get any error messages please take a look at the
Step 4: Test
OK,
that was easy but how can you check that everything really works? Just
type in the following URL at your favourite web browser:
http://localhostNow you should see the start page of XAMPP containing some links to check the status of the installed software and some small programming examples.
The Instant Art example: A small PHP/GD program (since 0.9.6pre1 also a flashy PHP/Ming example, see screenshot). Thanks to
