xampp

APACHE Crashing: Parent: child process exited with status 3221225477 — Restarting

不问归期 提交于 2019-11-29 03:12:32
My following setup is Xampp 1.7.7 and here is the info for everything in that package: - Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 I'm running the server on Windows XP SP3 32 bit OS, 4 gigs of ram, Quad Core. The issue I'm having in my apache error log file is: [Tue Apr 24 15:55:55 2012] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Tue Apr 24 15:55:57 2012] [notice] Digest: generating secret for digest authentication ... [Tue Apr 24 15:55:57 2012] [notice] Digest: done [Tue Apr 24 15:55:59 2012] [notice] Apache/2.2

PHPMyadmin xampp error

醉酒当歌 提交于 2019-11-29 02:58:35
问题 I'm desperately trying to get phpmyadmin access on xampp for linux 1.8.0 for ubuntu 12.04 LTS. I know this is a common problem, but I have tried many threads across the web, and I am still stuck getting it going. Xampp seems to be running ok, localhost start page good, including link to phpmyadmin in the sidebar. When I follow that link I get a 403 error: Access forbidden! New XAMPP security concept: Access to the requested directory is only available from the local network. This setting can

XAMPP - Session Cache is not configured [hint: SSLSessionCache]

大憨熊 提交于 2019-11-29 02:32:56
问题 When i am trying to start Apache server using XAMPP, it mainly says the following: [Apache] Check the "/xampp/apache/logs/error.log" file [Apache] and the Windows Event Viewer for more clues I checked the error log and it says: "Session Cache is not configured" Complete log is given below: [ssl:warn] [pid 5008:tid 316] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] [mpm_winnt:notice] [pid 5008:tid 316] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -

Certificate does NOT include an ID which matches the server name [closed]

我的未来我决定 提交于 2019-11-29 02:32:54
I'm using XAMPP and started Apache but I cannot access my site over HTTPS. I get the following error; [Wed Aug 20 08:05:33.208723 2014] [ssl:warn] [pid 3784:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name [Wed Aug 20 08:05:33.746774 2014] [ssl:warn] [pid 3784:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name [Wed Aug 20 08:05:33.825871 2014] [mpm_winnt:notice] [pid 3784:tid 256] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.6 configured --

Mac 之xampp 安装MySQLdb【非Pip安装】

本小妞迷上赌 提交于 2019-11-29 02:28:04
刚学习python,到数据库这块,需要安装一个MySQLdb。记录下碰到的问题~~~ 我的环境:Mac High Sierra 10.13.6 + python 2.7 + XAMPP。 特此说明:以下安装只针对本机以及本人碰到的问题,不一样对任何人通用~~~本人也是装了块一整天才成功 本机安装了两个版本的pyhton,如下。 ygdeMacBook-Pro:MySQL-python-1.2.5 yg$ python --version Python 2.7.10 ygdeMacBook-Pro:MySQL-python-1.2.5 yg$ python3 --version Python 3.7.0 ygdeMacBook-Pro:MySQL-python-1.2.5 yg$ 由于我本机是已经安装了xampp,不想再安装mysql,在google找到如下这篇文章: Install MySQL for python on Mac OS 10.9 with XAMPP ====>本篇文章主要参考!!! 这里我主要列下安装步骤 从官网下载 MySQLdb安装包 http://sourceforge.net/projects/mysql-python/files/latest/download , 并且解压为MySQL-python-1.2.5。 更改bash_profile配置文件,

windows 8 NT Kernel and System using port 80

家住魔仙堡 提交于 2019-11-29 01:47:01
问题 This has long bugged me. after upgrading to Windows 8, i already cannot run my XAMPP server without using ports other than port 80, since a process called "NT Kernel & System" is using it. It's a system process so I cannot disable it. I don't have any IIS or Web Server installed so I am pretty frustrated how to use that Port 80. If anyone of you who knows how to change the port "NT Kernel & System" uses, that would be great! Thanks! 回答1: I ran into this problem after installing just Apache 2

phpMyAdmin access denied for user 'root'@'localhost' (using password: NO)

流过昼夜 提交于 2019-11-29 01:35:09
问题 I am unable to connect to my MySQL in xampp I have this error: MySQL said: Documentation 1045 - Access denied for user 'root'@'localhost' (using password: NO) mysqli_real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO) 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 that they correspond to the information given by the

phpMyAdmin ERROR: mysqli_real_connect(): (HY000/1045): Access denied for user 'pma'@'localhost' (using password: NO)

Deadly 提交于 2019-11-29 01:30:00
Please don't mark this as duplicate I can't find the answer anywhere I don't know what else to do. I keep getting the following errors with mysql connection through XAMPP and I don't know what to do: That's the code in the config.inc.php <?php /* * This is needed for cookie based authentication to encrypt password in * cookie */ $cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */ /* * Servers configuration */ $i = 0; /* * First server */ $i++; /* Authentication type and info */ $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] =

PHP: get_current_user() vs. exec('whoami')

戏子无情 提交于 2019-11-29 01:28:34
Short version of the question: What's the difference between get_current_user(); and exec('whoami'); ? Long version of the question: I'm on a XAMPP Localhost on a Mac. I'm using Apache, building a PHP based website in a folder (let's call it folderxyz ) within the htdocs folder (var/www in some flavors of Linux+Apache). I was playing around with a database connection, testing out PDO::ERRMODE_EXCEPTION described here: Link And I got this error: file_put_contents( PDOErrors.txt ): failed to open stream: Permission denied... So I did some sleuthing around and it seems that to fix this I need to

How to downgrade php from 5.5 to 5.3

不打扰是莪最后的温柔 提交于 2019-11-29 01:25:12
Is there a way to downgrade php 5.5 to 5.3 in xampp? I searched on google but every one just tell me to uninstall xampp and install an older version. Could I have php 5.5 downgrade to 5.3 without reinstall xampp? James Short answer is no. XAMPP is normally built around a specific PHP version to ensure plugins and modules are all compatible and working correctly. If your project specifically needs PHP 5.3 - the cleanest method is simply reinstalling an older version of XAMPP with PHP 5.3 packaged into it. XAMPP 1.7.7 was their last update before moving off PHP 5.3. Pavlo Zhukov Long answer: it