linux下搭建httpd服務

2021-09-21 00:09:19 字數 405 閱讀 1834

搭建httpd服務

啟動httpd服務

要是占用埠號不能啟動服務的話

需要在原始碼包的目錄下停止埠

停止服務

預設路徑如下

# cd /usr/local/apache2/bin

找到這個停止

# ./apachectl stop   停止這個服務 

可以修改自己的主頁在這個目錄下

# cd /var/www/html    

要是不能更改的話在這個目錄下試試

# cd /usr/local/apache2/htdocs

開啟主配檔案

vim  etc/hosts

下面在加一行

你的ip   指定網域名稱  www

httpd服務搭建

針對centos6搭建的httpd服務 2.配置檔案 etc httpd conf httpd.conf 一般預設的配置檔案是可以使用的 常用的就是 listen 80 documentroot var www html 3.在 var www html 下存放你想要在瀏覽器中顯示的檔案。途中遇到乙...

linux 下httpd服務開機啟動

我的apache安裝目錄在 usr local apache 有2種方法可以設定開機啟動 方法一 cp usr local apache bin apachectl etc init.d httpd vi etc init.d httpd 在 bin sh後面加入下面兩行 然後 chmod x et...

linux下ftp服務搭建

1.配置 etc passwd etc group etc vsftpd vsftpd.conf 配置檔案 usr sbin vsftpd 主程式 etc vsftpd ftpusers 黑名單,只要在此名單中即不能登入ftp伺服器 etc vsfptd user list 控制使用者登入 var ...