ใช้ XAMP บน Win 8 64 เครื่องใหม่
ใช้งาน XAMPP มาสองสามสัปดาห์กับการทำงานในไดเรกทอรีย่อยที่แขวนอยู่กับ htdocs โดยไม่มีปัญหาใด ๆ
ดาวน์โหลดเว็บไซต์ที่ใช้งานได้ในปัจจุบันและเพื่อให้ทำงานได้อย่างถูกต้อง (การกำหนดที่อยู่ของเอกสารเป็นต้น) ต้องการสร้างการตั้งค่าโฮสต์เสมือนอย่างง่าย ฉันทำสิ่งนี้มาก่อนพร้อมคำแนะนำที่ชัดเจนและเรียบง่ายโดยไม่มีปัญหา เวลานี้พบสิ่งที่ขัดแย้งกันมากและฉันไม่สามารถรีสตาร์ท Apache หลังจากแก้ไข httpd.conf
ฉันได้รับข้อความแสดงข้อผิดพลาด:
1:49:55 PM [Apache] Error: Apache shutdown unexpectedly.
1:49:55 PM [Apache] This may be due to a blocked port, missing dependencies,
1:49:55 PM [Apache] improper privileges, a crash, or a shutdown by another method.
1:49:55 PM [Apache] Press the Logs button to view error logs and check
1:49:55 PM [Apache] the Windows Event Viewer for more clues
1:49:55 PM [Apache] If you need more help, copy and post this
1:49:55 PM [Apache] entire log window on the forums
ฉันได้แก้ไข ฯลฯ ในไดรเวอร์ไปที่:
127.0.0.1 ot48
127.0.0.1 sanetext
127.0.0.1 saneText22
127.0.0.1 alohaenergy
127.0.0.1 unify
127.0.0.1 myexample
127.0.0.1 test etc etc (10 directories)
อ่านข้อมูล Apache และสถานที่อื่น ๆ ที่แก้ไข httpd.conf เพื่อเพิ่ม:
Listen 80
NameVirtualHost 127.0.0.1:80
<VirtualHost 127.0.0.1:80>
DocumentRoot c:/xampp/htdocs/ot48
ServerName ot48.loc
</VirtualHost>
<VirtualHost 127.0.0.1:80>
DocumentRoot c:/xampp/htdocs/sanetext
ServerName sanetext.loc
</VirtualHost>
<VirtualHost 127.0.0.1:80>
DocumentRoot c:/xampp/htdocs/saneText22
ServerName saneText22.loc
</VirtualHost>
<VirtualHost 127.0.0.1:80>
DocumentRoot c:/xampp/htdocs/alohaenergy
ServerName alohaenergy.loc
</VirtualHost>
ขอบคุณสำหรับคำแนะนำใด ๆ
แก้ไขควรได้กล่าวว่าถ้าฉันลบการแก้ไขใน httpd.conf Apache เริ่มไม่มีปัญหา
httpd -t
?