[go: up one dir, main page]

0% found this document useful (0 votes)
24 views5 pages

Wamp Conf Report

This document is a configuration report for Wampserver version 3.3.0 running on Windows 10, detailing system specifications, installed components, and service statuses. It includes information on Apache, PHP, and MySQL versions, as well as their respective configurations and paths. Additionally, it notes that certain services are not running and provides details on the server's logs and symbolic links.

Uploaded by

brunogiacomi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views5 pages

Wamp Conf Report

This document is a configuration report for Wampserver version 3.3.0 running on Windows 10, detailing system specifications, installed components, and service statuses. It includes information on Apache, PHP, and MySQL versions, as well as their respective configurations and paths. Additionally, it notes that certain services are not running and provides details on the server's logs and symbolic links.

Uploaded by

brunogiacomi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

1699571827

------ Wampserver configuration report


quinta-feira 9 novembro 2023 - 23:17
- Windows NT 10.0 build 22631 (Windows 10)
- Text_Encoding = Array
(
[IsSingleByte] => True
[BodyName] => iso-8859-1
[EncodingName] => Europa Ocidental (Windows)
[HeaderName] => Windows-1252
[WebName] => Windows-1252
[WindowsCodePage] => 1252
[CodePage] => 1252
[LocaleCtype] => 1252
)
- Windows Charset: Windows-1252
- Wampserver version 3.3.0 - 64bit
- Wampserver install version 3.3.0 installed on 2023-05-18
- Update
- Install directory: C:/Users/bruno/Videos
- Default browser: C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe
- Default text editor: C:/WINDOWS/system32/notepad.exe
- Default log viewer: C:/WINDOWS/system32/notepad.exe
- Apache 2.4.54.2 - Port 80
- Additional Apache listening ports:
- PHP 8.0.26
MySQL versions seen by refresh listDir:
8.0.31
MariaDB versions seen by refresh listDir:
10.10.2
PHP versions seen by refresh listDir:
7.4.33 - 8.0.26 - 8.1.13 - 8.2.0
Apache versions seen by refresh listDir:
2.4.54.2
- MySQL 8.0.31 Port 3306
MySQL basedir = C:/Users/bruno/Videos/bin/mysql/mysql8.0.31
MySQL datadir = C:/Users/bruno/Videos/bin/mysql/mysql8.0.31/data
- MariaDB 10.10.2 Port 3307
MariaDB basedir = C:/Users/bruno/Videos/bin/mariadb/mariadb10.10.2
MariaDB datadir = C:/Users/bruno/Videos/bin/mariadb/mariadb10.10.2/data
- PHP 7.4.33 for Internal Wampserver PHP scripts
------ Wampserver configuration ------
---------- Section [main]
language = english wampserverVersion = 3.3.0
installDir = C:/Users/bruno/Videos installVersion = 3.3.0
navigator = C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exeeditor =
C:/WINDOWS/system32/notepad.exe
logviewer = C:/WINDOWS/system32/notepad.exedefaultLanguage = english
wampserverMode = 64bit installDate = 2023-05-18
wampStartDate = 2023-11-9 23:16:17
---------- Section [options]
AliasSubmenu = off NotCheckVirtualHost = off
NotCheckDuplicate = off VirtualHostSubMenu = on
HomepageAtStartup = off VhostAllLocalIp = off
SupportMySQL = on SupportMariaDB = on
ShowphmyadMenu = on ShowadminerMenu = on
NotVerifyPATH = off HostsLinesLimit = 5000
NotVerifyHosts = off NotVerifyTLD = off
AutoCleanLogs = on AutoCleanLogsMax = 1000
AutoCleanLogsMin = 50 AutoCleanTmp = on
AutoCleanTmpMax = 1000 BackupHosts = off
ShowWWWdirMenu = off MysqlMariaChangePrompt = off
LinksOnProjectsHomePage = off LinksOnProjectsHomeByIp = off
LocalTest = off CreateSymlink = symlink
ScrollListsHomePage = on
---------- Section [apacheoptions]
apacheUseOtherPort = off apachePortUsed = 80
apacheCompareVersion = off apacheRestoreFiles = off
apacheGracefulRestart = on apachePhpCurlDll = off
---------- Section [mysqloptions]
mysqlPortUsed = 3306 mysqlUseOtherPort = off
mysqlUseConsolePrompt = off mysqlConsolePrompt = \U-MySQL\v-['\d']>
mysqlPortOptionsMenu = on
---------- Section [mariadboptions]
mariaPortUsed = 3307 mariaUseOtherPort = on
mariadbUseConsolePrompt = off mariadbConsolePrompt = \U-\v-['\d']>
mariadbPortOptionsMenu = on
---------------------------------------------
------ C:/WINDOWS/system32/drivers/etc/hosts file contents ------
------ Limited to the first 30 lines ------
#
127.0.0.1 localhost
::1 localhost
----------------------------------------------
-- C:/Users/bruno/Videos/bin/apache/apache2.4.54.2/conf/extra/httpd-vhosts.conf
file contents --
------ Limited to the first 40 lines ------
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
----------------------------------------------
-- PHP Configuration values
allow_url_fopen = On allow_url_include = Off
auto_append_file = auto_globals_jit = On
auto_prepend_file = date.timezone = UTC
default_charset = UTF-8 default_mimetype = text/html
disable_classes = disable_functions =
display_errors = On display_startup_errors = On
enable_dl = Off error_reporting = E_ALL
expose_php = On file_uploads = On
ignore_repeated_errors = Off ignore_repeated_source = Off
implicit_flush = Off log_errors = On
max_execution_time = 120 max_input_time = 60
max_input_vars = 2500 memory_limit = 128M
opcache.jit = off output_buffering = 4096
post_max_size = 8M register_argc_argv = Off
report_memleaks = On request_order = GP
session.save_path = C:/Users/bruno/Videos/tmp short_open_tag = Off
upload_max_filesize = 2M upload_tmp_dir = C:/Users/bruno/Videos/tmp
variables_order = GPCS xdebug.log_level = 7
xdebug.mode = develop xdebug.show_local_vars = 0
zend.enable_gc = On zlib.output_compression = Off
--------------------------------------------------
--------- wampmanager.ini (Last 4 lines) --------
[Options]
AeTrayMode=64 Bits
AeTrayOldMode=64bit
AeTrayVersion=3.2.4.9
--------------------------------------------------
State of services:
The service 'wampapache64' is not RUNNING nor STOPPED.
[SC] EnumQueryServicesStatus:OpenService failure(s) 1060 :
The specified service does not exist as an installed service.
********* The service 'wampapache64' does not exist ********
The service 'wampmysqld64' is not RUNNING nor STOPPED.
[SC] EnumQueryServicesStatus:OpenService failure(s) 1060 :
The specified service does not exist as an installed service.
********* The service 'wampmysqld64' does not exist ********
The service 'wampmariadb64' is not RUNNING nor STOPPED.
[SC] EnumQueryServicesStatus:OpenService failure(s) 1060 :
The specified service does not exist as an installed service.
********* The service 'wampmariadb64' does not exist ********
WampServer (Apache, PHP and MySQL) will not function properly if any service
'wampapache64'
'wampmysqld64'
'wampmariadb64'
is not started.
all services BINARY_PATH_NAME are OK
all services START_TYPE are OK
--------------------------------------------------
*** Checking the DNS search order ***
Values of registry keys for
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider
are in correct order
--------------------------------------------------
Wampmanager (Aestan Tray Menu) 3.2.4.9 - 64bit
Compiler Visual C++ versions used:
PHP 7.4.33 Compiler => Visual C++ 2017 - Architecture => x64
PHP 8.0.26 Compiler => Visual C++ 2019 - Architecture => x64
PHP 8.1.13 Compiler => Visual C++ 2019 - Architecture => x64
PHP 8.2.0 Compiler => Visual C++ 2019 - Architecture => x64
MySQL Ver 8.0.31 for Win64 on x86_64 (MySQL Community Server - GPL)
MariaDB Ver 10.10.2-MariaDB for Win64 on AMD64 (mariadb.org binary distribution)
Apache 2.4.54.2 Apache Lounge VS16 Server built: Nov 2 2022 10:09:33
Architecture: 64-bit
--------------------------------------------------
-- Apache loaded modules
- Core:
core_module http_module mpm_winnt_module
so_module win32_module
- Shared modules:
access_compat_module actions_module alias_module
allowmethods_module asis_module authn_core_module
authn_file_module authz_core_module authz_groupfile_module
authz_host_module authz_user_module auth_basic_module
auth_digest_module autoindex_module cache_disk_module
cache_module cgi_module dir_module
env_module fcgid_module file_cache_module
include_module isapi_module log_config_module
mime_module negotiation_module php_module
rewrite_module setenvif_module userdir_module
vhost_alias_module
--------------------------------------------------
Apache includes
Included configuration files:
(*) C:/Users/bruno/Videos/bin/apache/apache2.4.54.2/conf/httpd.conf
(551) C:/Users/bruno/Videos/bin/apache/apache2.4.54.2/conf/extra/httpd-
autoindex.conf
(563) C:/Users/bruno/Videos/bin/apache/apache2.4.54.2/conf/extra/httpd-
vhosts.conf
(591) C:/Users/bruno/Videos/alias/adminer.conf
(591) C:/Users/bruno/Videos/alias/phpmyadmin.conf
(591) C:/Users/bruno/Videos/alias/phpsysinfo.conf
--------------------------------------------------
Apache variables (Define)
- With command httpd.exe -t -D DUMP_RUN_CFG
APACHE24 = Apache2.4
VERSION_APACHE = 2.4.54.2
INSTALL_DIR = C:/Users/bruno/Videos
APACHE_DIR = C:/Users/bruno/Videos/bin/apache/apache2.4.54.2
SRVROOT = C:/Users/bruno/Videos/bin/apache/apache2.4.54.2
PHPROOT = C:/Users/bruno/Videos/bin/php/php
--------------------------------------------------
VirtualHost configuration:
Virtual Host: localhost
--------------------------------------------------
-- PHP Loaded Extensions
With function get_loaded_extensions()
-- For PHP 8.0.26 used as Apache module
bcmath bz2 calendar com_dotnet Core ctype
curl date dom exif fileinfo filter
gd gettext gmp hash iconv imap
intl json ldap libxml mbstring mysqli
mysqlnd openssl pcre PDO pdo_mysql pdo_sqlite
Phar readline Reflection session SimpleXML soap
sockets SPL sqlite3 standard tokenizer xdebug
xml xmlreader xmlwriter xsl Zend OPcache zip
zlib
--------------------------------------------------
-- Use of PHP versions
PHP 7.4.33 used for Wampserver internal PHP scripts
PHP 8.0.26 used as APACHE module
PHP 8.1.13 not used
PHP 8.2.0 not used
--------------------------------------------------
-- Show Excluded port by the System
With command:
netsh int ip show excludedportrange protocol=tcp
5357 27339 28385 28390
--------------------------------------------------
***** Check symbolic links *****
All symbolic links are OK
--------------------------------------------------
***** Test which uses port 80 *****
===== Tested by command netstat filtered on port 80 =====
Port 80 is not found associated with TCP protocol
Test for TCPv6
Port 80 is not found associated with TCP protocol
===== Tested by attempting to open a socket on port 80 =====
Your port 80 seems not actually used.
Unable to initiate a socket connection
Error number: 10060 - Error string: Uma tentativa de conexão falhou porque o
componente conectado não respondeu
corretamente após um período de tempo ou a conexão estabelecida falhou
porque o host conectado não respondeu.
--------------------------------------------------
***** Test which uses port 3306 *****
===== Tested by command netstat filtered on port 3306 =====
Port 3306 is not found associated with TCP protocol
Port 3306 is not found associated with TCP protocol
--------------------------------------------------
***** Test which uses port 3307 *****
===== Tested by command netstat filtered on port 3307 =====
Port 3307 is not found associated with TCP protocol
Port 3307 is not found associated with TCP protocol
--------------------------------------------------
-------- Apache error log (Last 30 lines) --------
--- File cleaned up by Wampserver ---
--- on 2023-11-09 23:16
--------------------------------------------------
-------- Apache access log (Last 30 lines) --------
--- File cleaned up by Wampserver ---
--- on 2023-11-09 23:16
--------------------------------------------------
-------- PHP error log (Last 30 lines) --------
--- File cleaned up by Wampserver ---
--- on 2023-11-09 23:16
--------------------------------------------------
-------- MySQL error log (Last 30 lines) --------
--- File cleaned up by Wampserver ---
--- on 2023-11-09 23:16
--------------------------------------------------
-------- MariaDB error log (Last 30 lines) --------
--- File cleaned up by Wampserver ---
--- on 2023-11-09 23:16
--------------------------------------------------

You might also like