phpmyadmin shows blank screen after change of password in xamp - php

I have xamp installed in windows 8.
Apache:ports:- 444,8081
Mysql:ports:-3306.
yesterday I changed the phpmyadin password through http://localhost:8081/security/index.php.
So now my username is :root and password is :qwerty
PhpMyAdmin authentification:cookie
(saved in (File: E:\Xamp\security\security\mysqlrootpasswd.txt)).
XAMPP DIRECTORY PROTECTION (.htaccess)
username:balram
password:qwerty
File: E:\Xamp\security\security\xamppdirpasswd.txt)
But now I cannot access Phpmyadmin as it shows a blank screen.
following is the config.inc.php values:
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
// Authentication method (config, http or cookie based)
// Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'qwerty';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
ERROR LOGS
APACHE:
[Tue Mar 31 22:01:07.006981 2015] [mpm_winnt:notice] [pid 4356:tid 324] AH00364: Child: All worker threads have exited.
[Tue Mar 31 22:01:07.059012 2015] [mpm_winnt:notice] [pid 6780:tid 436] AH00430: Parent: Child process 4356 exited successfully.
[Tue Mar 31 22:01:10.891319 2015] [ssl:warn] [pid 6860:tid 436] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:11.368110 2015] [ssl:warn] [pid 6860:tid 436] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:11.471185 2015] [mpm_winnt:notice] [pid 6860:tid 436] AH00455: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 configured -- resuming normal operations
[Tue Mar 31 22:01:11.471185 2015] [mpm_winnt:notice] [pid 6860:tid 436] AH00456: Apache Lounge VC11 Server built: Jul 17 2014 11:50:08
[Tue Mar 31 22:01:11.471185 2015] [core:notice] [pid 6860:tid 436] AH00094: Command line: 'E:\\xamp\\apache\\bin\\httpd.exe -d E:/Xamp/apache'
[Tue Mar 31 22:01:11.475158 2015] [mpm_winnt:notice] [pid 6860:tid 436] AH00418: Parent: Created child process 2184
[Tue Mar 31 22:01:12.882847 2015] [ssl:warn] [pid 2184:tid 332] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:13.380254 2015] [ssl:warn] [pid 2184:tid 332] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:13.486309 2015] [mpm_winnt:notice] [pid 2184:tid 332] AH00354: Child: Starting 150 worker threads.
MYSQL ERROR LOG:
2015-03-31 22:01:12 1344 [Note] Plugin 'FEDERATED' is disabled.
2015-03-31 22:01:12 9c8 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2015-03-31 22:01:12 1344 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-03-31 22:01:12 1344 [Note] InnoDB: The InnoDB memory heap is disabled
2015-03-31 22:01:12 1344 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-03-31 22:01:12 1344 [Note] InnoDB: Memory barrier is not used
2015-03-31 22:01:12 1344 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-03-31 22:01:12 1344 [Note] InnoDB: Not using CPU crc32 instructions
2015-03-31 22:01:12 1344 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-03-31 22:01:12 1344 [Note] InnoDB: Completed initialization of buffer pool
2015-03-31 22:01:12 1344 [Note] InnoDB: Highest supported file format is Barracuda.
2015-03-31 22:01:13 1344 [Note] InnoDB: 128 rollback segment(s) are active.
2015-03-31 22:01:13 1344 [Note] InnoDB: Waiting for purge to start
2015-03-31 22:01:13 1344 [Note] InnoDB: 5.6.21 started; log sequence number 1743245
2015-03-31 22:01:13 1344 [Note] Server hostname (bind-address): '*'; port: 3306
2015-03-31 22:01:13 1344 [Note] IPv6 is available.
2015-03-31 22:01:13 1344 [Note] - '::' resolves to '::';
2015-03-31 22:01:13 1344 [Note] Server socket created on IP: '::'.
2015-03-31 22:01:13 1344 [Note] Event Scheduler: Loaded 0 events
2015-03-31 22:01:13 1344 [Note] E:\xamp\mysql\bin\mysqld.exe: ready for connections.
Version: '5.6.21' socket: '' port: 3306 MySQL Community Server (GPL)
I tried manipulating php.config.inc.php but to no avail.
steps given on websites didn't solve my problem
thanks in advance,
balram

Related

XAMPP - phpmyadmin is whitescreen but the localhost is working

Yesterday, my project site is working perfectly but when I tried to start mySQL today I got an error and fixed that by deleting all the unimportant files in the data files. Now I can access the front page of my website but when I clicked on anything it cannot be accessed because my phpmyadmin is white page.
Apache error log
[Sun Jan 23 19:04:41.948197 2022] [ssl:warn] [pid 18032:tid 648] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jan 23 19:04:41.969127 2022] [ssl:warn] [pid 18032:tid 648] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jan 23 19:04:41.983083 2022] [mpm_winnt:notice] [pid 18032:tid 648] AH00455: Apache/2.4.51 (Win64) OpenSSL/1.1.1l PHP/7.4.27 configured -- resuming normal operations
[Sun Jan 23 19:04:41.983083 2022] [mpm_winnt:notice] [pid 18032:tid 648] AH00456: Apache Lounge VC15 Server built: Oct 8 2021 10:03:59
[Sun Jan 23 19:04:41.983083 2022] [core:notice] [pid 18032:tid 648] AH00094: Command line: 'C:\xampp\apache\bin\httpd.exe -d C:/xampp/apache'
[Sun Jan 23 19:04:41.991890 2022] [mpm_winnt:notice] [pid 18032:tid 648] AH00418: Parent: Created child process 13392
[Sun Jan 23 19:04:42.151357 2022] [ssl:warn] [pid 13392:tid 580] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jan 23 19:04:42.169297 2022] [ssl:warn] [pid 13392:tid 580] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jan 23 19:04:42.185250 2022] [mpm_winnt:notice] [pid 13392:tid 580] AH00354: Child: Starting 150 worker threads.
mysql error log
2022-01-23 19:04:42 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-01-23 19:04:42 0 [Note] InnoDB: Uses event mutexes
2022-01-23 19:04:42 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-01-23 19:04:42 0 [Note] InnoDB: Number of pools: 1
2022-01-23 19:04:42 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-01-23 19:04:42 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-01-23 19:04:42 0 [Note] InnoDB: Completed initialization of buffer pool
2022-01-23 19:04:42 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-01-23 19:04:42 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-01-23 19:04:42 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-01-23 19:04:42 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-01-23 19:04:42 0 [Note] InnoDB: Waiting for purge to start
2022-01-23 19:04:42 0 [Note] InnoDB: 10.4.22 started; log sequence number 555260383; transaction id 758264
2022-01-23 19:04:42 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-01-23 19:04:42 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-01-23 19:04:42 0 [Note] Server socket created on IP: '::'.
2022-01-23 19:04:42 0 [Note] Reading of all Master_info entries succeeded
2022-01-23 19:04:42 0 [Note] Added new Master_info '' to hash table
2022-01-23 19:04:42 0 [Note] C:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.4.22-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
2022-01-23 19:04:42 0 [Note] InnoDB: Buffer pool(s) load completed at 220123 19:04:42

how do i get mamp to use localhost socket instead of 0.0.0.0

This is a new installation of MAMP for PC.
When I start mamp up, it seems to be setting up sockets for apache and mysql on 0.0.0.0 instead of localhost (127.0.0.1). As a result, when trying to access the site, which is on the localhost, it fails to connect. The msql_error_log entries show this is true for mysql
150726 12:32:27 [Note] Server hostname (bind-address): '0.0.0.0'; port: 8889
150726 12:32:27 [Note] - '0.0.0.0' resolves to '0.0.0.0';
150726 12:32:27 [Note] Server socket created on IP: '0.0.0.0'.
and errors are generated by apache showing that when localhost is used apache is looking for files at 127.0.0.1:
http://localhost:8888/MAMP/htdocs
[Sun Jul 26 11:44:58 2015] [error] [client 127.0.0.1] File does not exist: C:/MAMP/htdocs/favicon.ico
[Sun Jul 26 11:44:58 2015] [error] [client 127.0.0.1] File does not exist: C:/MAMP/htdocs/favicon.ico
[Sun Jul 26 11:44:59 2015] [error] [client 127.0.0.1] File does not exist: C:/MAMP/htdocs/favicon.ico
[Sun Jul 26 11:44:59 2015] [error] [client 127.0.0.1] File does not exist: C:/MAMP/htdocs/favicon.ico
[Sun Jul 26 11:45:31 2015] [error] [client 127.0.0.1] File does not exist: C:/MAMP/htdocs/docs-assets, referer:
I'm using the default ports 8888 and 8889, and netstat -a shows that the sockets using these ports are on 0.0.0.0.
When I open the MAMP start page (localhost:8888/MAMP/) on my browser it opens just fine, but when I try to connect to the site at localhost:8888/MAMP/htdocs/, I get the 404 error.
Has anyone seen this problem or know of a solution to it?

APC and child pid XXXXX exit signal Segmentation fault [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
First I had xCache installed on server, I had xCache on lot of my servers but in this one after couple of days you go nothing except a blank page with this error in apache error log:
child pid XXXXX exit signal Segmentation fault
As far as I know this mean some sort of memory corruption.
So I removed xCache from php.ini and installed APC. But things are worse now. After one hour or less/more server become unresponsive. I can clearly see in my website's server-status that there are lot of connections in W mode. And they dont have any thing in common. Some of them are from Joomla (first page) and some from vBulletin (forums) and some other are about other custom codes.
If I let it for more time I will going to have this error in Apache error log:
Server reached MaxClients setting, consider raising the MaxClients setting
Apache is in mod_php and mod_ruid2 mode.
Here is result of server-status when hanged:
Server uptime: 52 minutes 57 seconds
Total accesses: 31025 - Total Traffic: 279.0 MB
CPU Usage: u418.14 s64.28 cu0 cs0 - 15.2% CPU load
9.77 requests/sec - 89.9 kB/second - 9.2 kB/request
398 requests currently being processed, 27 idle workers
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WWWWWWWWWWWWWWWWWWWWWWWWW.......................................
WW___WW_WW_W_WWW__WWWW_W_.......................................
_W___W___WW_W_W_W_W______.......................................
Here is error log for xCache (lot of these lines):
[Thu Mar 28 09:50:38 2013] [notice] child pid 1607 exit signal Aborted (6)
httpd: /usr/src/xcache-2.0.0/utils.c:589: xc_sandbox_error_cb: Assertion `sandbox != ((void *)0)' failed.
[Thu Mar 28 09:51:57 2013] [notice] child pid 1643 exit signal Aborted (6)
httpd: /usr/src/xcache-2.0.0/utils.c:589: xc_sandbox_error_cb: Assertion `sandbox != ((void *)0)' failed.
[Thu Mar 28 09:52:32 2013] [notice] child pid 1724 exit signal Aborted (6)
httpd: /usr/src/xcache-2.0.0/utils.c:589: xc_sandbox_error_cb: Assertion `sandbox != ((void *)0)' failed.
[Thu Mar 28 09:55:21 2013] [notice] child pid 1672 exit signal Aborted (6)
httpd: /usr/src/xcache-2.0.0/utils.c:589: xc_sandbox_error_cb: Assertion `sandbox != ((void *)0)' failed.
[Thu Mar 28 09:55:56 2013] [notice] child pid 1471 exit signal Aborted (6)
httpd: /usr/src/xcache-2.0.0/utils.c:589: xc_sandbox_error_cb: Assertion `sandbox != ((void *)0)' failed.
[Thu Mar 28 09:56:49 2013] [notice] child pid 1753 exit signal Aborted (6)
[Thu Mar 28 09:58:29 2013] [notice] child pid 1810 exit signal Segmentation fault (11)
[Thu Mar 28 09:58:29 2013] [notice] child pid 1877 exit signal Segmentation fault (11)
httpd: /usr/src/xcache-2.0.0/utils.c:589: xc_sandbox_error_cb: Assertion `sandbox != ((void *)0)' failed.
[Thu Mar 28 10:01:34 2013] [notice] child pid 1844 exit signal Segmentation fault (11)
[Thu Mar 28 10:01:34 2013] [notice] child pid 1913 exit signal Aborted (6)
[Thu Mar 28 10:01:34 2013] [notice] child pid 1941 exit signal Segmentation fault (11)
[Thu Mar 28 10:01:36 2013] [notice] child pid 2007 exit signal Segmentation fault (11)
[Thu Mar 28 10:01:37 2013] [notice] child pid 2035 exit signal Segmentation fault (11)
[Thu Mar 28 10:01:37 2013] [notice] child pid 2036 exit signal Segmentation fault (11)
Error log for APC before reaching max client (from one restart to other restart):
[Thu Mar 28 19:17:10 2013] [notice] Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/1.0.0-fips DAV/2 PHP/5.2.17 configured -- resuming normal operations
[Thu Mar 28 19:21:40 2013] [notice] child pid 1356 exit signal Segmentation fault (11)
[Thu Mar 28 19:22:41 2013] [notice] child pid 1520 exit signal Segmentation fault (11)
[Thu Mar 28 19:22:42 2013] [notice] child pid 1330 exit signal Segmentation fault (11)
[Thu Mar 28 19:22:42 2013] [notice] child pid 1518 exit signal Segmentation fault (11)
[Thu Mar 28 19:22:46 2013] [notice] child pid 1967 exit signal Segmentation fault (11)
[Thu Mar 28 19:22:46 2013] [notice] child pid 1968 exit signal Segmentation fault (11)
[Thu Mar 28 19:22:49 2013] [notice] child pid 1939 exit signal Segmentation fault (11)
[Thu Mar 28 19:22:50 2013] [notice] child pid 2034 exit signal Segmentation fault (11)
[Thu Mar 28 19:22:51 2013] [notice] child pid 2062 exit signal Segmentation fault (11)
[Thu Mar 28 19:22:57 2013] [notice] child pid 2091 exit signal Segmentation fault (11)
[Thu Mar 28 19:22:58 2013] [notice] child pid 2090 exit signal Segmentation fault (11)
[Thu Mar 28 19:25:34 2013] [notice] caught SIGTERM, shutting down
[Thu Mar 28 19:25:37 2013] [notice] SSL FIPS mode disabled
[Thu Mar 28 19:25:37 2013] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Thu Mar 28 19:25:37 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Thu Mar 28 19:25:37 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Mar 28 19:25:38 2013] [notice] SSL FIPS mode disabled
[Thu Mar 28 19:25:38 2013] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Thu Mar 28 19:25:38 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Thu Mar 28 19:25:38 2013] [notice] Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/1.0.0-fips DAV/2 PHP/5.2.17 configured -- resuming normal operations
Little from PHP Info:
System Linux xxx.xxxxx.com 2.6.32-358.0.1.el6.x86_64 #1 SMP Wed Feb 27 06:06:45 UTC 2013 x86_64
Build Date Mar 17 2013 12:55:14
Configure Command './configure' '--with-apxs2' '--with-curl=/usr/local/lib' '--with-gd' '--with-ttf' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-freetype-dir=/usr/local/lib' '--with-kerberos' '--with-openssl' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr' '--with-mysqli=/usr/bin/mysql_config' '--with-pdo-mysql=/usr' '--with-pcre-regex=/usr/local' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-xsl' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--with-iconv=/usr/local' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-magic-quotes' '--enable-safe-mode' '--enable-soap' '--enable-sockets' '--enable-mbstring' '--enable-zip' '--enable-wddx'
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path /usr/local/lib
Loaded Configuration File /usr/local/lib/php.ini
Scan this dir for additional .ini files (none)
additional .ini files parsed (none)
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams https, ftps, compress.zlib, php, file, data, http, ftp, zip
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters zlib.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed
APC settings:
enabled
Version 3.1.13
APC Debugging Disabled
MMAP Support Enabled
MMAP File Mask no value
Locking type pthread read/write Locks
Serialization Support php
Revision $Revision: 327136 $
Build Date Mar 28 2013 12:40:18
Php -v:
PHP 5.2.17 (cli) (built: Mar 17 2013 12:55:24)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
httpd -V:
Server version: Apache/2.2.24 (Unix)
Server built: Mar 10 2013 09:18:00
Server's Module Magic Number: 20051115:31
Server loaded: APR 1.4.6, APR-Util 1.4.1
Compiled using: APR 1.4.6, APR-Util 1.4.1
Architecture: 64-bit
Server MPM: Worker
threaded: yes (fixed thread count)
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/worker"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/etc/httpd"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
Any Idea?! I will reward 50 :)
From the looks of your server status page, you are trying to run PHP as mod_php with a threaded Apache MPM. Many PHP extensions, likely including APC and Xcache, are not thread-safe. As such, they will crash frequently under load.
You will need to switch Apache to the prefork MPM, or run PHP as CGI or FastCGI.

localhost yes but phpmyadmin blank

WAMP
people having problem with both localhost and phpmyadmin loads blank which usually the port problem.
Mine is only phpmyadmin blank.
sqlbuddy and phpinfo no problem.
tried uninstall reinstalled wamp. tried xampp, same problem, all works well, not phpmyadmin.
mysql log:
120905 8:03:08 [Note] Plugin 'FEDERATED' is disabled.
120905 8:03:08 InnoDB: The InnoDB memory heap is disabled
120905 8:03:08 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120905 8:03:08 InnoDB: Compressed tables use zlib 1.2.3
120905 8:03:09 InnoDB: Initializing buffer pool, size = 128.0M
120905 8:03:09 InnoDB: Completed initialization of buffer pool
120905 8:03:09 InnoDB: highest supported file format is Barracuda.
120905 8:03:09 InnoDB: Waiting for the background threads to start
120905 8:03:10 InnoDB: 1.1.8 started; log sequence number 1595675
120905 8:03:11 [Note] Server hostname (bind-address): '(null)'; port: 3306
120905 8:03:11 [Note] - '(null)' resolves to '::';
120905 8:03:11 [Note] - '(null)' resolves to '0.0.0.0';
120905 8:03:11 [Note] Server socket created on IP: '0.0.0.0'.
120905 8:03:13 [Note] Event Scheduler: Loaded 0 events
120905 8:03:13 [Note] wampmysqld: ready for connections.
apache log
[Wed Sep 05 08:03:09 2012] [notice] Apache/2.2.22 (Win32) PHP/5.4.3 configured -- resuming normal operations
[Wed Sep 05 08:03:09 2012] [notice] Server built: May 13 2012 13:32:42
[Wed Sep 05 08:03:09 2012] [notice] Parent: Created child process 3812
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Child process is running
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Acquired the start mutex.
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Starting 64 worker threads.
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Starting thread to listen on port 80.
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Starting thread to listen on port 80.
[Wed Sep 05 08:04:14 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Wed Sep 05 08:09:50 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Wed Sep 05 08:41:03 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpMyAdmin
[Wed Sep 05 08:41:03 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpMyAdmin
I guess this shows why your phpmyadmin is blank?
Try to use SQL Yog, it's more powerful than PHPmyadmin.
URL : http://www.webyog.com/en/
Well, after trying to figure this out for 2 days, I finally got some answers as to why I kept getting a blank page after installing xampp and trying to visit the phpMyAdmin.
BE SURE TO LOG INTO YOUR SERVER AS ADMIN!!! I work for a company with a IT team which gave my account admin access and permissions and it still wasn't working. it only seems to work if we log into the server as admin.
or
Install Chrome or firefox on the server. if you use the internet explorer default browser you get a blank page.
windows server 2012
The PHPMyAdmin page is blank or an error page (404, 403, ...)?
The PHPMyAdmin folder is not inside the www folder of WampServer because WampServer use alias to point to the PHPMyAdmin folder in C:\wamp\apps\. You can check my guide in this article. Hope this help!
Install Apache service first and then start it and then go to phpMyAdmin page if you already tried the port solution and it didn't work!

httpd server not loading sending web page

I am running an linux server amazon EC2 instance.
The httpd server was fine and I just checked and is no longer working. I am not sure what happened. It is not giving out any output.
Log at end of question...
The log doesn't appear to have any information related to error in load content on requests.
I am using a log file located here: /etc/httpd/logs/error_log is there another one?
I had a few virtual servers that redirect subdomains which were working, I temporarily removed them incase they are related to the issue.
I have restart the httpd server a few times and still nothing.
Also my www directory has an index.php and i put a index.html in there for good luck.
Any help would be greatly appreciated.
[Wed Apr 25 10:50:18 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Apr 25 10:50:18 2012] [info] Init: Seeding PRNG with 256 bytes of entropy
[Wed Apr 25 10:50:18 2012] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Wed Apr 25 10:50:19 2012] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Wed Apr 25 10:50:19 2012] [info] Init: Initializing (virtual) servers for SSL
[Wed Apr 25 10:50:19 2012] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8b
[Wed Apr 25 10:50:19 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Apr 25 10:50:19 2012] [notice] Digest: done
[Wed Apr 25 10:50:19 2012] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x8009e420 rmm=0x8009e450 for VHOST: domU-12-31-39-0A-1D-16.compute-1.internal
[Wed Apr 25 10:50:19 2012] [info] APR LDAP: Built with OpenLDAP LDAP SDK
[Wed Apr 25 10:50:19 2012] [info] LDAP: SSL support available
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/memcache.so' - /usr/lib/php/modules/memcache.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: Module 'gd' already loaded in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/memcache.so' - /usr/lib/php/modules/memcache.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Apr 25 10:50:19 2012] [info] Init: Seeding PRNG with 256 bytes of entropy
[Wed Apr 25 10:50:19 2012] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Wed Apr 25 10:50:19 2012] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(374): shmcb_init allocated 512000 bytes of shared memory
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(554): entered shmcb_init_memory()
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(576): for 512000 bytes, recommending 4266 indexes
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(619): shmcb_init_memory choices follow
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(621): division_mask = 0x1F
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(623): division_offset = 64
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(625): division_size = 15998
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(627): queue_size = 1604
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(629): index_num = 133
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(631): index_offset = 8
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(633): index_size = 12
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(635): cache_data_offset = 8
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(637): cache_data_size = 14386
[Wed Apr 25 10:50:19 2012] [debug] ssl_scache_shmcb.c(650): leaving shmcb_init_memory()
[Wed Apr 25 10:50:19 2012] [info] Shared memory session cache initialised
[Wed Apr 25 10:50:19 2012] [info] Init: Initializing (virtual) servers for SSL
[Wed Apr 25 10:50:19 2012] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8b
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 14136 for worker proxy:reverse
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 14136 for (*)
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 14137 for worker proxy:reverse
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 14137 for (*)
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 14138 for worker proxy:reverse
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 14138 for (*)
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 14138 for (*)
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 14139 for worker proxy:reverse
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 14139 for (*)
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 14140 for worker proxy:reverse
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 14140 for (*)
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 14141 for worker proxy:reverse
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 14141 for (*)
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 14142 for worker proxy:reverse
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 14142 for (*)
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 14143 for worker proxy:reverse
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized
[Wed Apr 25 10:50:19 2012] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 14143 for (*)
[Wed Apr 25 10:50:19 2012] [notice] Apache/2.2.9 (Unix) DAV/2 PHP/5.2.6 mod_ssl/2.2.9 OpenSSL/0.9.8b configured -- resuming normal operations
[Wed Apr 25 10:50:19 2012] [info] Server built: Jul 14 2008 15:29:50
[Wed Apr 25 10:50:19 2012] [debug] prefork.c(1001): AcceptMutex: sysvsem (default: sysvsem)
I feel like an idiot...
A few months ago I changed my local firewall to be more secure and it was blocking the port(8080) I was trying to connect to.
Thanks anyways.

Categories