apache:
如果採用rpm包安裝,安裝路徑應在 /etc/httpd目錄下
apache配置檔案:/etc/httpd/conf/httpd.conf
apache模組路徑:/usr/sbin/apachectl
web目錄:/var/www/html
如果採用源**安裝,一般預設安裝在/usr/local/apache2目錄下
php:
如果採用rpm包安裝,安裝路徑應在 /etc/目錄下
php的配置檔案:/etc/php.ini
如果採用源**安裝,一般預設安裝在/usr/local/lib目錄下
php配置檔案: /usr/local/lib/php.ini
或/usr/local/php/etc/php.ini
mysql:
如果採用rpm包安裝,安裝路徑應在/usr/share/mysql目錄下
mysqldump檔案位置:/usr/bin/mysqldump
mysqli配置檔案:
/etc/my.cnf或/usr/share/mysql/my.cnf
mysql資料目錄在/var/lib/mysql目錄下
如果採用源**安裝,一般預設安裝在/usr/local/mysql目錄下
Django在windows下用Apache 部署
qq截圖20190216143421.png 開啟 conf httpd.conf 檔案,進行一些修改。可以直接ctrl f進行搜尋查詢 define srvroot d program files apache24 你的apache檔案路徑 serverroot d program files a...
學習記錄 centerOS下安裝 mongoDB
curl o 2.解壓 tar zxvf mongodb linux x86 64 3.4.18.tgz 3.將解壓包拷貝到常用目錄下 mv mongodb linux x86 64 3.4.18 usr local mongodb 4.配置環境變數 export path path usr loc...
Centos7 5下rpm方式安裝apache
systemctl enable httpd.service 取消 disable systemctl start httpd.service 啟動 等價於service httpd start 等價於systemctl start httpd systemctl stop httpd.servic...