Linux下apache伺服器安裝,sqlite安裝,apache啟動,關閉,重啟,編寫cig程式進行測試,瀏覽器訪問cig程式

來源:互聯網
上載者:User

標籤:style   blog   http   color   ar   sp   檔案   div   on   



1安裝ubuntu 14.04 64位作業系統

2安裝apache和sqllite以及依賴的sqllite開發庫

3配置目錄 /etc/apache2

4 html頁面目錄 var/www/

5 cgi-bin目錄 /usr/lib/cgi-bin

6記錄檔:/var/log/apache2

7網站配置:cd/etc/apache2/sites-enabled

vi 000-default.conf (虛擬網站的位置)

8進入/etc/apache2/目錄,查看apache2.conf(這是一個主apache設定檔) 這裡麵包括web伺服器中一些通用的配置。

9進入/etc/apache2/mods-enable,增加支援cgi的mod

cd /etc/apache2/mods-enabled

sudo ln -s ../mods-available/cgid.conf

sudo ln -s ../mods-available/cgid.load

sudo ln -s ../mods-available/cgi.load

10關於apache伺服器重啟的相關命令:

Linux系統為Ubuntu時:

一、Start Apache 2 Server /啟動apache伺服器

# /etc/init.d/apache2 start

Or

$ sudo /etc/init.d/apache2 start

二、Restart Apache 2 Server /重啟apache服務

# /etc/init.d/apache2 restart

Or

$ sudo /etc/init.d/apache2 restart

三、Stop Apache 2 Server /停止apache服務

# /etc/init.d/apache2 stop

Or

$ sudo /etc/init.d/apache2 stop

訪問apache伺服器:

 

10編輯cgi代碼:/usr/lib/cgi-bin/setScore.c

在編輯之前要給cgi-bin目錄賦許可權

chmod 777 /usr/lib/cgi-bin/

setScore.c的內容如下:

sudo gcc /usr/lib/cgi-bin/setScore.c -o/usr/lib/cgi-bin/setScore.cgi

開啟網頁訪問cig, (ip地址是:192.168.28.155)

至此,apache伺服器配置成功

Linux下apache伺服器安裝,sqlite安裝,apache啟動,關閉,重啟,編寫cig程式進行測試,瀏覽器訪問cig程式

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.