Linux系統:Fedora, Ubuntu, Xubuntu
Windows系統: Win 7
Apache 安裝與使用
PHP在Apache使用 in Fedora
安裝Apache (Fedora)
# yum -y install httpd
安裝完成後啟動Apache (Fedora)
# httpd -k start
成功啟動後在瀏覽器網址列輸入 localhost 就會會出現安裝成功頁面.
並且可以讀取在 /var/www/html/ 中的 html , php 等檔案
Key:
將網頁內容設置在/var/www/html/中的時候才能使用. 但卻發現在fedora環境下, 一般使用者不能直接使用Netbeans來編輯html,php檔案. 必須進入到terminal之中, 以root來編輯. 也就是要用 vim來編輯. 不確定是否有其他解決方案. 或是必須在fedora登入頁面改以root登入.
PHP學習,效能,使用的省思:
http://www.jaceju.net/blog/archives/webconf-taiwan-2013/
歐巴馬競選網站製作內幕
http://www.ruanyifeng.com/blog/2012/12/obama_fundraising_website.html
工程師原文 Kyle Rush
http://kylerush.net/blog/meet-the-obama-campaigns-250-million-fundraising-platform/
LAMP Installed in Ubuntu System
http://www.jeremymorgan.com/tutorials/linux/how-to-install-apache-php-and-mysql-on-ubuntu-12-dot-10-quantal-quetzal/
Key:
在Ubuntu與Xubuntu上面實測,網頁所在位置是在 /var/www/index.html ?? 為什麼與Fedora系統上面裝的不一樣??
MySQL無法啟動??(in Fedora)
出現訊息:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
解決方法:
rm -rf /var/lib/mysql/* 強制移除相關資料夾檔案
rm /var/lock/subsyst/mysqld 出現無法移除訊息 rm: cannot remove....
這樣就OK了....
service mysqld start
mysqladmin -u root password '輸入新的密碼'
mysql -u root -p 登入資料庫
輸入密碼後, 就會出現 mysql>
命列列, 但表登入成功了.
輸入密碼後, 就會出現 mysql>
命列列, 但表登入成功了.
沒有留言:
張貼留言