xampp

linux 自带php切换xampp

可紊 提交于 2019-11-27 03:26:31
查看系统中有哪些用户: cut -d : -f 1 /etc/passwd 查看当前php: which php 删除系统自带php软链 rm -rf /usr/bin/php 切换到PHP新路径 ln -s /opt/lampp/bin/php /usr/bin/php    来源: https://www.cnblogs.com/saturn/p/11341738.html

本地安装部署禅道

喜夏-厌秋 提交于 2019-11-27 03:23:29
禅道 是国产的开源项目管理软件,专注研发项目管理,内置需求管理、任务管理、bug管理、缺陷管理、用例管理、计划发布等功能,实现了软件的完整生命周期管理。 禅道官网: https://www.zentao.net/ 目前主要分为四个版本,开原版,专业版,企业版,集团版,可在官网进行演示 使用手册: https://www.zentao.net/book/zentaopmshelp/40.html 下载开源版的地址: http://dl.cnezsoft.com/zentao/biz3.5.alpha/ZenTaoPMS.biz3.5.alpha.win64.exe 下载完了,直接双击, 之后生成一个xampp目录 打开文件目录xampp,双击启动禅道.exe 之后生成,点击正站在运行,然后服务启动起来,点击访问禅道,进入官网,然后输入默认的用户名和密码【用户名admin,密码123456】 如果想更改默认的密码,则如同下图 为了保证您的正常使用,请在运行之前仔细阅读下面的说明: 1. 如何启动禅道: 双击启动禅道.exe运行控制面板。在禅道集成运行环境控制面板上点击启动按钮即可启动禅道。 如果无法通过控制面板启动禅道,进入xampp\service目录,双击运行install.bat,来安装并启动禅道的服务。 2. 注意事项: 2.1 不要改动xampp的目录名,否则程序运行会有问题

[WARN] The current working directory (C:\xampp\htdocs\sencha folder) is not a recognized Sencha SDK or application folder.

寵の児 提交于 2019-11-27 03:19:34
问题 I'm new in Sencha . but after installation.. it's really becoming a headache.. I dont' know how to resolve this issue.. I downloaded - sencha-touch-2.1.0-commercial - (its SDK i think) SenchaSDKTools-2.0.0-beta3-windows (These are Tools for SDK) Xampp (for Web services) I installed xampp. extracted sencha touch into htdocs folder under xampp. installed senchSDKTools And started applying commands from CMD i typed sencha and pressed enter... but i get following error. - C:\xampp\htdocs\sencha

XAMPP Object not found error

可紊 提交于 2019-11-27 03:12:46
问题 I have just installed XAMPP on my machine, and when trying to access sub folders in htdocs I get the following error. Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404 localhost Apache/2.4.4 (Win32) OpenSSL/0.9.8y PHP/5.4.19" What default security changes do I need to make in order to access child folders of htdocs? Thanks! 回答1:

Class 'Memcache' not found & PHP

一笑奈何 提交于 2019-11-27 03:09:49
问题 I installed memcached by reading this article on Windows7 but unfortunately i keep getting error Fatal error: Class 'Memcache' not found in D:\xampp\htdocs\test\memcache\test.php on line 2 Line 2: $memcache = new Memcache; Win7 64, Xampp Installed. I am using net start "memcached Server" on command line but it says service is already started. Some other info which may help; On php.ini file: extension=php_memcache.dll [Memcache] memcache.allow_failover = 1 memcache.max_failover_attempts=20

Install PHP Internationalization extension (Intl) on XAMPP on Mac

*爱你&永不变心* 提交于 2019-11-27 02:46:34
问题 How can I install Intl on my XAMPP server on OS X? I tried modifying my XAMPP>etc>php.ini and uncommenting the line: ;extension=php_intl.dll and restarting Apache, but it didn't work. 回答1: Installing "intl" extension on OSX. Normally, the PHP is automatically installed on OSX. So, if you would like to use the XAMPP, or whatever apache server, you must change the path point to XAMPP. You can check the path by using: $ which php You should get /Applications/XAMPP/xamppfiles/bin/php if not, you

Error when trying to access XAMPP from a network [closed]

心不动则不痛 提交于 2019-11-27 02:45:09
I get following error when trying to access Xampp from a network I've tried but does not get any idea how to resolve it. Any help??I really confused Access Forbidden : Access to the requested Object is only available from the local network. This setting can be configured in the file "httpd-xampp.conf". Abhishek Jaiswal In your xampppath\apache\conf\extra open file httpd-xampp.conf and find the below tag: # Close XAMPP sites here <LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))"> Order deny,allow Deny from all Allow from ::1 127.0.0.0/8 ErrorDocument 403

XAMPP (Mac) Virtual host showing 403

*爱你&永不变心* 提交于 2019-11-27 02:40:52
问题 I keep getting Access Forbidden Error 403 when I try running my installation of XAMPP on my MAC I am running the project outside of /Applications/XAMPP/htdocs . It's in my /Users/my_user_name/Projects/ directory. Every time I try and go to my virtualhost I get a 403 error: Access forbidden. I have edited my httpd-vhosts.conf file and I have allowed Virtual hosts in httpd.conf. I have also set the User and Group to User my_user_name and Group Admin in httpd.conf I even tried chmoding all my

How do I free my port 80 on localhost Windows?

ⅰ亾dé卋堺 提交于 2019-11-27 02:35:26
I installed XAMPP 1.6.8 and for some reason it didn't work. Later realized port 80 is not free or not listening. How can I release it or make it free? Thanks a lot! That agony has been solved for me. I found out that what was taking over port 80 is http api service. I wrote in cmd: net stop http Asked me "The following services will be stopped, do you want to continue?" Pressed y It stopped a number of services actually. Then wrote localhost and wallah, Apache is up and running on port 80. Hope this helps Important : Skype uses port 80 by default, you can change this in skype options >

How to get back Lost phpMyAdmin Password, XAMPP

核能气质少年 提交于 2019-11-27 02:23:29
问题 I have a local host running on XAMPP on a Mac. At some point I set a password in phpMyAdmin which I've ow forgotten. Can anyone help me get back into phpMyAdmin? I've followed a ton of tutorials but they all either don't work or refer to some file that doesn't seem to be on my computer. Is there an easy way? When I try to open: http://localhost I get: The Server http://localhost:80 requires a username and password 回答1: Reinstalling the software fixes the issue, just make sure not to delete