Юзаю apache 2.4. Не видит виртуальных хостов.
Это в httpd-vhosts.conf
Цитата |
<VirtualHost *:80> ServerName phpmyadmin DocumentRoot C:/Users/Public/Server/phpmyadmin <Directory C:/Users/Public/Server/phpmyadmin> DirectoryIndex index.php AllowOverride All Order allow,deny Allow from all <IfModule mod_authz_core.c> Require all granted </IfModule> </Directory> </VirtualHost> |
Цитата |
[Thu Jul 07 16:02:19.516735 2016] [mpm_winnt:notice] [pid 2448:tid 772] AH00422: Parent: Received shutdown signal -- Shutting down the server. [Thu Jul 07 16:02:21.517999 2016] [mpm_winnt:notice] [pid 6540:tid 720] AH00364: Child: All worker threads have exited. [Thu Jul 07 16:02:21.543009 2016] [mpm_winnt:notice] [pid 2448:tid 772] AH00430: Parent: Child process 6540 exited successfully. Starting the 'Apache2.4' service The 'Apache2.4' service is running. pm_winnt:notice] [pid 7696:tid 764] AH00455: Apache/2.4.20 (Win64) PHP/7.0.7 configured -- resuming normal operations [Thu Jul 07 16:02:24.327780 2016] [mpm_winnt:notice] [pid 7696:tid 764] AH00456: Apache Lounge VC11 Server built: Apr 9 2016 12:20:02 [Thu Jul 07 16:02:24.327780 2016] [core:notice] [pid 7696:tid 764] AH00094: Command line: 'C:\\Users\\Public\\Server\\apache\\bin\\httpd.exe -d C:/Users/Public/Server/apache' [Thu Jul 07 16:02:24.328781 2016] [mpm_winnt:notice] [pid 7696:tid 764] AH00418: Parent: Created child process 6768 [Thu Jul 07 16:02:24.635322 2016] [mpm_winnt:notice] [pid 6768:tid 704] AH00354: Child: Starting 64 worker threads. |
Цитата |
VirtualHost configuration: *:80 is a NameVirtualHost port 80 namevhost phpmyadmin (C:/Users/Public/Server/apache/conf/extra/httpd-vhosts.conf:70) ServerRoot: "C:/Users/Public/Server/apache" Main DocumentRoot: "C:/Users/Public/Server/apache/htdocs" Main ErrorLog: "C:/Users/Public/Server/apache/logs/error.log" Mutex rewrite-map: using_defaults Mutex default: dir="C:/Users/Public/Server/apache/logs/" mechanism=default PidFile: "C:/Users/Public/Server/apache/logs/httpd.pid" Define: DUMP_VHOSTS Define: DUMP_RUN_CFG |