( ! ) Notice: Undefined index: localhost in C:\wamp64\scripts\wampserver.lib.php on line 811 | ||||
---|---|---|---|---|
Call Stack | ||||
# | Time | Memory | Function | Location |
1 | 0.0003 | 363528 | {main}( ) | ...\index.php:0 |
2 | 0.6036 | 464888 | GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) | ...\index.php:180 |
3 | 0.6036 | 464984 | check_virtualhost( $check_files_only = ??? ) | ...\wampserver.lib.php:1671 |
( ! ) Notice: Undefined index: localhost in C:\wamp64\scripts\wampserver.lib.php on line 811 | ||||
---|---|---|---|---|
Call Stack | ||||
# | Time | Memory | Function | Location |
1 | 0.0003 | 363528 | {main}( ) | ...\index.php:0 |
2 | 0.6216 | 503104 | check_virtualhost( $check_files_only = ??? ) | ...\index.php:314 |
The ServerName localhost:80 has syntax error in file c:/wamp64/bin/apache/apache2.4.51/conf/extra/httpd-vhosts.conf
Warning: PHP Startup: Unable to load dynamic library 'php_sqlsrv' (tried: c:/wamp64/bin/php/php7.4.26/ext/php_sqlsrv (The specified module could not be found.), c:/wamp64/bin/php/php7.4.26/ext/php_php_sqlsrv.dll (The specified module could not be found.)) in Unknown on line 0
bcmath bz2 calendar com_dotnet Core ctypeWarning: PHP Startup: Unable to load dynamic library 'php_sqlsrv' (tried: c:/wamp64/bin/php/php7.4.26/ext/php_sqlsrv (The specified module could not be found.), c:/wamp64/bin/php/php7.4.26/ext/php_php_sqlsrv.dll (The specified module could not be found.)) in Unknown on line 0
bcmath bz2 calendar com_dotnet Core ctypeLoadModule php_module "${INSTALL_DIR}/bin/php/php8.1.1/php8apache2_4.dll"
LoadModule fcgid_module modules/mod_fcgid.so
(Not commented - No # at the beginning))
<IfModule fcgid_module>
FcgidMaxProcessesPerClass 300
FcgidConnectTimeout 10
FcgidProcessLifeTime 1800
FcgidMaxRequestsPerProcess 0
FcgidMinProcessesPerClass 0
FcgidFixPathinfo 0
FcgidZombieScanInterval 20
FcgidMaxRequestLen 536870912
FcgidBusyTimeout 120
FcgidIOTimeout 120
FcgidTimeScore 3
FcgidPassHeader Authorization
Define PHPROOT ${INSTALL_DIR}/bin/php/php
</IfModule>
<IfModule fcgid_module>
Define FCGIPHPVERSION "7.4.27"
FcgidInitialEnv PHPRC "${PHPROOT}${FCGIPHPVERSION}/php.ini"
<Files ~ "\.php$">
Options +Indexes +Includes +FollowSymLinks +MultiViews +ExecCGI
AddHandler fcgid-script .php
FcgidWrapper "${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe" .php
</Files>
</IfModule>
<IfModule fcgid_module>
Define FCGIPHPVERSION "7.4.27"
FcgidCmdOptions ${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe \
InitialEnv PHPRC=${PHPROOT}${FCGIPHPVERSION}/php.ini
</IfModule>
<IfModule fcgid_module>
<Files ~ "\.php$">
Options +Indexes +Includes +FollowSymLinks +MultiViews +ExecCGI
AddHandler fcgid-script .php
FcgidWrapper "${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe" .php
</Files>
</IfModule>
Alias /myalias "g:/www/mydir/"
<IfModule fcgid_module>
Define FCGIPHPVERSION "7.4.27"
FcgidCmdOptions ${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe \
InitialEnv PHPRC=${PHPROOT}${FCGIPHPVERSION}/php.ini
</IfModule>
<Directory "g:/www/mydir/">
Options Indexes FollowSymLinks
AllowOverride all
Require local
<IfModule fcgid_module>
<Files ~ "\.php$">
Options +Indexes +Includes +FollowSymLinks +MultiViews +ExecCGI
AddHandler fcgid-script .php
FcgidWrapper "${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe" .php
</Files>
</IfModule>
</Directory>