অ্যাপাচি 2 বুট করার সময় আমি যে ত্রুটিটি পেয়েছি তা এখানে:
* Starting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[Wed Oct 21 16:37:26 2009] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed Oct 21 16:37:26 2009] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed Oct 21 16:37:26 2009] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed Oct 21 16:37:26 2009] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed Oct 21 16:37:26 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
আমি একাধিক সাইট হোস্ট করার জন্য অ্যাপাচি সেটআপ করার ক্ষেত্রে এই গাইডটি প্রথম অনুসরণ করেছি:
আমি তখন সার্ভারফল্টে অনুরূপ একটি প্রশ্ন পেয়েছি এবং সমাধানটি প্রয়োগ করার চেষ্টা করেছি, তবে এটি কোনও লাভ হয়নি।
এখানে আমার চূড়ান্ত ভার্চুয়ালহোস্ট কনফিগারেশনের একটি উদাহরণ রয়েছে:
<VirtualHost *:80>
ServerAdmin admin@xxx.com
ServerName www.xxx.com
ServerAlias xxx.com
# Indexes + Directory Root.
DirectoryIndex index.html
DocumentRoot /var/www/www.xxx.com
# Logfiles
ErrorLog /var/www/www.xxx.com/logs/error.log
CustomLog /var/www/www.xxx.com/logs/access.log combined
</VirtualHost>
নিরীহদের সুরক্ষিত করতে এক্স ডোমেন দিয়ে :-)
এছাড়াও, গাইডের মধ্যে উল্লিখিত কনফিড / ডি / ভার্চুয়াল.কনফ ফাইলটি দেখতে এইরকম দেখাচ্ছে:
NameVirtualHost *
অদ্ভুত বিষয়টি হ'ল তিনটি সাইটের মধ্যে দু'জনের জন্য সবকিছু ঠিকঠাকভাবে কাজ করে বলে মনে হচ্ছে।