Skip to content

Note

不挑戰記憶力的技術筆記

Menu
Menu

[FreeBsd] Install Apache

Posted on 2014 年 4 月 17 日 by febr

[bash]
cd /usr/ports/www/apache22;make install clean
[/bash]

1. 安裝Apache後,start出現的問題:
httpd.conf not found,實在找不出藏在哪裡,用find找
[bash]
find / -type f -name "httpd.conf"
[/bash]

結果藏在這種詭異的地方: /usr/local/share/examples/apache24/httpd.conf

2. restart會發生錯誤
[bash]
Performing sanity check on apache24 configuration:
AH00557: httpd: apr_sockaddr_info_get() failed for FBSD9x64
AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1. Set the ‘ServerName’ directive globally to suppress this message
Syntax OK
……
/usr/local/etc/rc.d/apache24: WARNING: failed to start apache24
[/bash]
必須到/etc/hosts加入主機名,
之後還是有failed發生,到httpd.conf改:ServerName 127.0.0.1:80

3. 網頁根目錄: /usr/local/www/apache24/data/
裡面什麼都沒有……自己加上去吧

但是apache仍無法啟動,後來發現少了三個檔案:mime.types, httpd.conf, magic
不知道是否因freebsd版本太舊,會有這樣的問題……

近期文章

  • [AWS] S3 Object Initiate restore (復原回 Standard)
  • [Windows] 使用者快速登出的方法 Logout/ Logoff/Sign Out from Windows User Account
  • [Windows] Windows 11 安裝Server管理工具Install RSAT(Remote Server Administrator Tools)
  • Chrome出現:你的連線不是私人連線 Your connection is not private
  • [C#] 取得 Request URL 的方法

近期留言

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    其他操作

    • 登入
    • 訂閱網站內容的資訊提供
    • 訂閱留言的資訊提供
    • WordPress.org 台灣繁體中文
    © 2025 Note | Powered by Superbs Personal Blog theme