MAMP 更改 httpd.conf 以使用通配符

时间:2020-12-27 17:00:42

标签: mamp mamp-pro

我添加了 ServerAlias *.MAMP_VirtualHost_ServerName_MAMP ~^(.*).MAMP_VirtualHost_ServerName_MAMP$ 以使用通配符。我有多租户系统,可以创建子域。

MAMP 文档的通配符信息为零。我看到他们使用这个服务器别名的帖子。 我的错误日志>

Sun Dec 27 13:14:12 2020] [warn] pid file E:/MAMP/bin/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 27 13:14:12 2020] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 27 13:14:12 2020] [notice] Digest: done
[Sun Dec 27 13:14:13 2020] [notice] Apache/2.2.31 (Win32) DAV/2 mod_ssl/2.2.31 OpenSSL/1.0.2h mod_fcgid/2.3.9 mod_wsgi/3.4 Python/2.7.6 mod_perl/2.0.8 Perl/v5.16.3 configured -- resuming normal operations
[Sun Dec 27 13:14:13 2020] [notice] Server built: May  6 2016 10:19:53
[Sun Dec 27 13:14:13 2020] [notice] Parent: Created child process 1820
[Sun Dec 27 13:14:14 2020] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 27 13:14:14 2020] [notice] Digest: done
[Sun Dec 27 13:14:15 2020] [notice] Child 1820: Child process is running
[Sun Dec 27 13:14:15 2020] [notice] Child 1820: Acquired the start mutex.
[Sun Dec 27 13:14:15 2020] [notice] Child 1820: Starting 64 worker threads.
[Sun Dec 27 13:14:15 2020] [notice] Child 1820: Starting thread to listen on port 80.
[Sun Dec 27 13:19:02 2020] [error] [client 127.0.0.1] File does not exist: E:/MAMP/htdocs/wpad.dat
[Sun Dec 27 13:29:02 2020] [error] [client 127.0.0.1] File does not exist: E:/MAMP/htdocs/wpad.dat
[Sun Dec 27 13:39:02 2020] [error] [client 127.0.0.1] File does not exist: E:/MAMP/htdocs/wpad.dat
[Sun Dec 27 13:49:02 2020] [error] [client 127.0.0.1] File does not exist: E:/MAMP/htdocs/wpad.dat
[Sun Dec 27 13:55:07 2020] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Dec 27 13:55:07 2020] [notice] Child 1820: Exit event signaled. Child process is ending.
[Sun Dec 27 13:55:08 2020] [notice] Child 1820: Released the start mutex
[Sun Dec 27 13:55:09 2020] [notice] Child 1820: All worker threads have exited.
[Sun Dec 27 13:55:09 2020] [notice] Child 1820: Child process is exiting
[Sun Dec 27 13:55:17 2020] [error] FastCGI process 8848 still did not exit, terminating forcefully
[Sun Dec 27 13:55:17 2020] [error] FastCGI process 3364 still did not exit, terminating forcefully
[Sun Dec 27 13:55:18 2020] [notice] Parent: Child process exited successfully.

0 个答案:

没有答案