在我的开发工作站(实际上包含在/etc/apache2/ apache.conf /andrew.conf)中,我有以下内容:
<Directory "/Users/andrew/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<VirtualHost *:80>
DocumentRoot /Users/andrew/Sites/mysite/public
Server
你认为什么能解决我的问题?
user@admin:~$ sudo service apache2 restart
sudo: unable to resolve host admin
* Restarting web server apache2
AH00548: NameVirtualHost has no effect and will be removed in the next release
/etc/apache2/ports.conf:8
除了默认的SSL之外,我拥有的主机是entis.bla.nl和test.bla.nl,当进入test.bla.nl时,所服务的页面来自entis.bla.nl。如果我通过IP访问服务器,就会得到默认的SSL主机,这应该是您所期望的,如下所示。
wildcard NameVirtualHosts and _default_ servers:
*:443 is a NameVirtualHost
default server bla.colo.bla.net (/etc/apache2/sites-enabled/defaul
在工作中,我们将一个网站从“外部”移到“内部”。标准LAMP网站(Apache,MySQL,PHP)。
我遇到的问题是它提供了错误的证书。
https:/intranet -在我的计算机和其他一些计算机上,它为内部网提供SSL服务,就像它应该.
在其他计算机上,它为https:/intranettest提供证书。HTTPS:/intranet/ put in browser,但是Apache提供了错误的证书。
我不知道它是如何为一些网站提供错误的证书,而不是其他网站(错误多于正确).如果它击中了服务器,DNS开关就会像它应该发生的那样发生,因此它们将到达"New“服务器,而不是”旧“服
为同一个VirtualHosts声明多个端口:
SSLStrictSNIVHostCheck off
# Apache setup which will listen for and accept SSL connections on port 443.
Listen 443
# Listen for virtual host requests on all IP addresses
NameVirtualHost *:443
<VirtualHost *:443>
ServerName domain.localhost
DocumentRoot "/Users/
我有虚拟机运行Ubuntu。我想输入浏览器"http://localhost/mwiki“并查看我的MediaWiki站点。我将这个站点放入/var/www/mwiki文件夹中,并配置了Apache“默认”文件。但是,当我试图在浏览器中打开这个站点时,下面的网页打开了:“在此服务器Apache/2.2.11 (Ubuntu) mod_python/3.3.1 Python/2.6.2 server at localhost端口80上找不到请求的URL /mwiki/”。
在此服务器上还运行着另一个站点(ReviewBoard系统)。它运行得很完美。当我键入"localhost/
我不会在我的域名上得到我的项目。它给了我Apache,而不是我在webapps中添加的项目。
我有我的战争档案FINAL_WE.war in /opt/code/apache-tomcat-8.5.54/webapps/
我已经启动了我的tomcat服务器。使用/bin/ sh startup.sh文件夹。
日志给了我tail -f catalina.out
20-Apr-2020 04:06:13.733 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache