重命名 wamp 服务

发布于 2024-12-02 17:21:29 字数 124 浏览 0 评论 0原文

有没有办法重命名使用 wamp 安装的服务?我尝试更改 wampmanager.ini 和 wampmanager.conf 中所有“wampapache”的名称。这改变了安装的服务的名称,但是 wamp 的菜单无法识别重命名的服务。

Is there a way to rename the services that are installed with wamp? I tried changing the name of all "wampapache" in wampmanager.ini and wampmanager.conf. That changed the name of the service installed, but then wamp's menus did not recognize the renamed service.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

牵强ㄟ 2024-12-09 17:21:29

下面我一步步给出。简而言之,wampmanager.ini 不控制配置。它是由 wamp 使用 wampmanager.tpl 生成的。还有一些脚本需要更改。

为了获得完整的答案,我还列出了如何更改端口号

  1. 运行安装程序 - 启动
  2. 删除服务
  3. 退出 wampmanager
  4. 打开 wamp/scripts/refresh.php
    1. 更改所有 wampapache
    2. 更改所有wampmysqld
  5. 打开wampmanager.conf
    1. 更改所有 wampapache
    2. 更改所有wampmysqld
  6. 打开 wampmanager.tpl
    1. 更改所有 wampapache
    2. 更改所有wampmysqld
  7. 打开uninstall_services.bat
    1. 更改所有 wampapache
    2. 更改所有wampmysqld
  8. 打开 bin/apache/apache/wampmanager.conf
    1. 更改所有 wampapache
  9. open bin/apache/apache/conf/httpd.conf
    1. 将 80 更改为
  10. 打开 wampmanager.tpl
    1. 将 localhost 更改为 localhost:
  11. 打开 bin/mysql/mysql/wampmanager.conf
    1. 更改所有wampmysqld

  12. open bin/mysql/mysql/my.ini


    1. 将 3306 更改为
  13. 启动 wampserver

I give a step by step below. In short, wampmanager.ini does not control the configuration. It is generated by wamp using wampmanager.tpl. There are also a few scripts that should be changed.

For a complete answer, I also list how to change the port numbers.

  1. run through installer - launch
  2. remove services
  3. exit wampmanager
  4. open wamp/scripts/refresh.php
    1. change all wampapache
    2. change all wampmysqld
  5. open wampmanager.conf
    1. change all wampapache
    2. change all wampmysqld
  6. open wampmanager.tpl
    1. change all wampapache
    2. change all wampmysqld
  7. open uninstall_services.bat
    1. change all wampapache
    2. change all wampmysqld
  8. open bin/apache/apache/wampmanager.conf
    1. change all wampapache
  9. open bin/apache/apache/conf/httpd.conf
    1. change 80 to <port>
  10. open wampmanager.tpl
    1. change localhost to localhost:<port>
  11. open bin/mysql/mysql<version>/wampmanager.conf
    1. change all wampmysqld
  12. open bin/mysql/mysql<version>/my.ini
    1. change 3306 to <port>
  13. start wampserver
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文