xampp

Symfony on virtual host (document root problem)

本秂侑毒 提交于 2019-11-29 22:46:19
问题 I'm developing an application in Symfony and on localhost (XAMPP) I want to simulate the same conditions as on the webserver. The web server is configured as follows: /www => mydomain.com /foo => foo.mydomain.com /bar => bar.mydomain.com ... I'm going to put my Symfony application into /www direcotry so there'll be: /www /www/apps /www/apps/frontend /www/apps/frontend/... /www/apps/backend /www/apps/backend/... /www/cache /www/config ... and so on... /www/web The thing is that the document

Running php 5.x and php 7.0 at the same time in my windows [duplicate]

做~自己de王妃 提交于 2019-11-29 22:33:10
This question already has an answer here: Is there way to use two PHP versions in XAMPP? 17 answers I made a backup file for my php projects then uninstall the old xampp(php 5.x.x) . After that, I try to install the latest xampp version(php 7.0.1) and put the backup file from my old xampp to run into the new one including its database. The problem is that, when I try to run my old file I encounter lot of errors. It seems there are lots of code that are obsolete to the new php version. What is the best way to run my old file again ? I think I might reinstall the old xampp but I also want to use

XAMPP MySQL password setting (Can not enter in PHPMYADMIN)

♀尐吖头ヾ 提交于 2019-11-29 22:25:05
Firstly: I am cannot entering PHPMYADMIN at "localhost:80/phpmyadmin/" . Because when I install MySQL server mysql-5.5.36 with Username :root and Password : HamdunSoft . After that when I enter localhost:80/phpmyadmin/ it show me a message like below . " Error MySQL said: Documentation 1045 - Access denied for user 'root'@'localhost' (using password: NO) Connection for controluser as defined in your configuration failed. phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure

How to install nodejs on Xampp localhost

僤鯓⒐⒋嵵緔 提交于 2019-11-29 21:19:50
Been seeing a lot of how to's on how to install nodejs but nothing is at all clear. So I ask... Can someone provide a step by step installation guide for installing and using nodejs on a xampp server? Now It's really easy to install and use Node.js even with Apache if you are using Xampp/Wamp etc. Because unlike old days, now Node.js org has created MSI installer for windows. Below are the steps to install Node.js with Apache. It is assumed that you have already installed xampp Download windows installer of Node.js from it's site http://nodejs.org/ click on download. Hit the Node.js website

How to start Apache and MySQL Automatically when Windows 8 comes up

青春壹個敷衍的年華 提交于 2019-11-29 21:14:47
I am using XAMPP, version 3.2.1. I just installed it on Windows 8. Every time I need to go to the XAMPP Control Panel to start services (MySQL, Apache,...); in windows 7 it started automatically when Windows came up. Is there any way I can make it auto-start in Windows 8 too? mihaita25 Start the Control Panel using " Run as administrator ", then you can install Apache & MySQL as a service: Andres Go to the Config button (up right) and select the Autostart for Apache. To Start XAMPP at Startup in Windows, paste a Shortcut of Xampp Control Panel in this folder: C:\Users\ USERNAME \AppData

Python & XAMPP on Windows: how to?

孤街醉人 提交于 2019-11-29 21:08:10
I have installed on my Win7x64 Xampp and Python 2.7. Now I'm trying to get the "power" of Python language... how can I do it? I've tried with mod_python and mod_wsgi but the first one does not exist for my version of Python, and when I try to start Apache after installing wsgi it gives me an error < Directory "\x93C:/wsgi_app\x94"> path is invalid I added a space between < and 'directory' to make the string visible here. So... Anyone knows if there is a little tutorial to install these features? Or is anyone is kind enough to explain me step by step what shall I do? Thanks and sorry if i'm not

XAMPP with PHP 7.1.28, 7.2.17 & 7.3.4 发布

人盡茶涼 提交于 2019-11-29 20:55:17
XAMPP所有平台发布了支持最新 PHP 系列的 XAMPP 新版本,其中包括 PHP 7.1.28, 7.2.17 和 7.3.4。 更新内容: 升级 PHP 至 7.1.28 / 7.2.17 / 7.3.4 升级 Apache 至 2.4.39 升级 MariaDB 至 10.1.38 升级 Perl 至 5.16.3 升级 OpenSSL 至 1.0.2r (仅限 UNIX) 升级 phpMyAdmin 至 4.8.5 其他: 修复 Apache Carpe Diem 漏洞 CVE-2019-0211 XAMPP 是最流行的 PHP 开发环境,也是一个易于安装的 Apache 发行版,其中包含 MariaDB、PHP 和 Perl。仅仅需要下载并启动安装程序即可,就是这么简单。 下载地址 : https://www.apachefriends.org/download.html 来源: https://my.oschina.net/finecms/blog/3106887

How can I access the mysql command line tool when using XAMPP in OS X?

隐身守侯 提交于 2019-11-29 20:28:35
I've got a vanilla install of XAMPP in OS X. How can I access the mysql command line tool? I've tried typing "mysql" at the command line, and it spits back "-bash: mysql: command not found". XAMPP is installed in Mac OS X in the following directory: /Applications/XAMPP/ You can look what's inside that directory and run mysql command line tool providing the full path to it: $ /Applications/XAMPP/xamppfiles/bin/mysql If you need, you can modify your PATH environment variable to include XAMPP binaries and you won't need to specify the whole path all the time. Kumi Yare Open your .profile file in

Hosting multiple local sites with XAMPP

六眼飞鱼酱① 提交于 2019-11-29 20:27:47
I'm new to using XAMPP so this may be simple to some people. I have a few php projects that I would like to be able to debug locally and view in the browser (not concurrently, but without having to change config files/copy project folders each time I want to work on a different project). On IIS, you could set up multiple sites to serve from your machine, and I'm looking for something similar in XAMPP. When using IIS, I added multiple records to the Windows hosts file so I could access the locally hosted sites by typing friendly web-style addresses (like http://myproject1.dev ) Thanks. Greg,

linux xampp

心不动则不痛 提交于 2019-11-29 20:06:05
http://www.apachefriends.org/zh_cn/xampp-linux.html 高级的启动与停止参数 参数 描述 start 启动 XAMPP。 stop 停止 XAMPP。 restart 重新启动 XAMPP。 startapache 只启动 Apache。 startssl 启动 Apache 的 SSL 支持。该命令将持续激活 SSL 支持,例如:执行该命令后,如果您关闭并重新启动 XAMPP,SSL 仍将处于激活状态。 startmysql 只启动 MySQL 数据库。 startftp 启动 ProFTPD 服务器。通过 FTP,您可以上传文件到您的网络服务器中(用户名“nobody”,密码“lampp”)。该命令将持续激活 ProFTPD,例如:执行该命令后,如果您关闭并重新启动 XAMPP,FTP 仍将处于激活状态。 stopapache 停止 Apache。 stopssl 停止 Apache 的 SSL 支持。该命令将持续停止 SSL 支持,例如:执行该命令后,如果您关闭并重新启动 XAMPP,SSL 仍将处于停止状态。 stopmysql 停止 MySQL 数据库。 stopftp 停止 ProFTPD 服务器。该命令将持续停止 ProFTPD,例如:执行该命令后,如果您关闭并重新启动 XAMPP,FTP 仍将处于停止状态。