如果计算机上安装了Apache for Windows,是否有一种万无一失的方法来检测是否使用Inno安装程序?我使用的是Apache lounge版本(),它没有内置的安装程序,但如果需要,它会安装特定的服务。
我可以搜索机器上是否存在该Windows服务,但我担心其他Apache版本可能安装了不同的服务,或者根本没有安装任何服务(但它可能仍然在后台运行并受到干扰)。
在刚刚更新到最新的Windows10版本(build 14316)之后,我立即开始使用WSL,它是,它应该在Windows上运行Ubuntu安装。
也许我试图在上面安装Apache来尝试不可能的事情,但是请有人解释一下为什么这是不可能的。
无论如何,在安装期间(sudo after install apache2),在下载并正确安装依赖项之后,我收到了以下错误消息:
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: No such file or directory
r
我试图用Windows7在Apache2.4.4上安装ColdFusion 10,我用ColdFusion服务器(我也需要PHP )来安装Apache (我也需要PHP),确保那里的一切都运行良好,然后运行ColdFusion安装。ColdFusion安装似乎成功完成,但是Apache无法在启用ColdFusion的情况下重新启动。
Windows事件查看器使用Apache服务报告以下错误:
httpd.exe: Syntax error on line 548 of C:/wamp/bin/apache/Apache2.4.4/conf/httpd.conf: Syntax error
我试图在windows机器上安装带有mod_wsgi的apache服务器,但是当我启动服务时,它无法启动。
在Windows事件日志中,我得到以下消息:
The Apache2 service terminated with the following service-specific error:
Incorrect function.
在运行Windows 8- 64位计算机时,使用
Apache 2.0.64 32位
Python2.7.8 32位
mod_wsgi 3.5 32位
我环顾了一下网络,但所有的问题都说这是软件架构的问题,但我已经安装了32位版本。
我无法运行Apache并从XAMPP控制面板获得以下错误。当发生这种情况时,我已经重新安装了Windows...不确定,但我想是的。我已经从D驱动器安装了XAMPP。
5:34:35 AM [Apache] Error: Apache shutdown unexpectedly.
5:34:35 AM [Apache] This may be due to a blocked port, missing dependencies,
5:34:35 AM [Apache] improper privileges, a crash, or a shutdown by an
我在windows 8中安装了wamp 64位;安装后图标颜色为橙色,但我单击表单服务apache >安装服务\和Apache可以运行(将颜色更改为Green)
但是在我的浏览器中打开localhost/之后,向我显示以下错误:
Forbidden
You don't have permission to access / on this server. enter code here
但是,从127.0.0.1运行非常好的 (from localhost not working)
我的窗户是microsoft windows 8
我已经在32位的Windows7服务器上安装了Apache2.4。
当我重新启动apache服务时,在windows事件查看器中会生成下面的事件
[pid 2864:tid 400] (OS 2)The
system cannot find the file specified. : AH00435: No installed ConfigArgs for
the service "Apache", using Apache defaults.
如何解决此错误?