1、linux下修改apache端口號linux
yum安裝後,apache配置文件: /etc/httpd/conf/httpd.confnginx
找到apache目錄下的 httpd.conf, 使用vi 打開,找到 port=80 這一行, 把80改爲在此服務器上沒有用到的端口號,保存退出。web
2、linux下修改xampp裏apache端口號apache
第1步:apache 配置文件在 /opt/lampp/etc/httpd.conf 文件中。找到 Listen 行,修改端口號服務器
第2步:編輯根目錄下的xampp文件(個人文件位置:/opt/lampp/xampp),打開裏面有句這樣的話:
if testport 80
then
$GETTEXT -s "fail."
echo "XAMPP: " $($GETTEXT 'Another web server is already running.')
return 1
fiserver
if testport 80 寫死了,把80改爲你要的端口同樣test
3、linux下修改nginx端口號配置
yum安裝後,nginx配置文件路徑:/nginx/nginx-1.8.0/conf/nginx.confList
把80改爲在此服務器上沒有用到的端口號im