security
Starts a small security check programm.
For example: To start Apache with SSL support simply type in the following command (as root)
#/opt/lampp/lampp startssl
You can also access your Apache server via SSL under https://localhost or https://serveripaddress
Important Configuration Files And Directories
opt/lampp/bin/ - The XAMPP commands home. /opt/lampp/bin/mysql calls for example the MySQL monitor.
/opt/lampp/htdocs/ - The Apache DocumentRoot directory.
/opt/lampp/etc/httpd.conf - The Apache configuration file.
/opt/lampp/etc/my.cnf - The MySQL configuration file.
/opt/lampp/etc/php.ini - The PHP configuration file.
/opt/lampp/etc/proftpd.conf - The ProFTPD configuration file. (since 0.9.5)
/opt/lampp/phpmyadmin/config.inc.php - The phpMyAdmin configuration file.
Stopping XAMPP
To stop XAMPP server use the following command
#/opt/lampp/lampp stop
You should now see:
Stopping LAMPP 1.5.5a…
LAMPP: Stopping Apache…
LAMPP: Stopping MySQL…
LAMPP stopped.
And XAMPP for Debian Linux is stopped.
Uninstall XAMPP
To uninstall XAMPP just use the following command
#rm -rf /opt/lampp
如果您对本文有任何疑问或者建议,请到讨论区发表您的意见:
>>
论坛入口 <<
上一页 1 2下一页
上一篇:旭日125A安装Debian手记 下一篇:在Debian中打造属于自己的deb包
|