Linux
在 OpenSuse 12.1 上安裝和配置 Apache 2 - 快速演練
專家,美好的一天。
對不起,我是新手——我對 linux 和 Apache 還是很陌生。
我對 Linux 很陌生,我嘗試在 OpenSuse 12.1 上安裝和配置 Apache 2 - 這是我的快速演練
它是否正確!?請參閱http伺服器的配置指南的第3頁/或第4頁..
Document Root: "/srv/www/htdocs" Directory; "/srv/www/htdocs" Alias: /icons/ "/usr/share/apache2/icons/" Directory: "/usr/share/apache2/icons" Script Alias: /cgi-bin/ "/srv/www/cgi-bin/" Directory: "/srv/www/cgi-bin" mod_userdir.c: empty here nothing is filled in ;-) include: /etc/apache2/conf.d/*.conf include: /etc/apache2/conf.d/apache2-manual?conf Servername linux-r4qe E-Mail des Servername: root@linux-r4qe
在執行我在第 5/5 頁上的 apache 配置工具時
listening on all, port 80 Standardhost in SSL deaktiviert Virtuelle Hosts linux-r4qe in "/srv/www/htdocs", SSL deaktiviert
好吧,我的問題是 - 安裝和配置的 apache 是否正確!?
希望這裡一切都好。
**更新:**您可能會發現這個問題有點愚蠢或像新手一樣。這裡有一些解釋-幾個月前我已經安裝了燈-但是走錯了路…
public $unicodeslugs = '0'; public $feed_limit = '10'; public $log_path = '/srv/www/htdocs/basic/logs'; public $tmp_path = '/srv/www/htdocs/basic/tmp'; public $lifetime = '15'; public $session_handler = 'database'; }
這引起了一些麻煩-例如。權限錯誤
在 openSUSE 中,當我們安裝 LAMP 解決方案時,通常我們在這個文件夾中執行伺服器:
〜/使用者名/public_html。
由於我已經在 srv/www 中安裝了 LAMP,因此這些文件夾屬於 root。所以我不得不在終端中更改這些文件夾的所有權:
su - password your_hostname:/home/the_user_to_give_ownership # chown -R the_user_to_give_ownership:users /srv/www
我會說“到目前為止,很好”。Apache 似乎執行正常,為來自
/srv/www/htdocs
. 您是否嘗試過瀏覽該站點以確認您可以連接?您關心的配置有什麼特別的嗎?