अपाचे 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
मैंने पहले कई साइटों को होस्ट करने के लिए अपाचे की स्थापना पर इस गाइड का अनुसरण किया:
मैंने तब ServerFault पर एक समान प्रश्न पाया और समाधान को लागू करने की कोशिश की, लेकिन इससे कोई फायदा नहीं हुआ।
यहाँ मेरा अंतिम VirtualHost config का एक उदाहरण है:
<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>
डोमेन के साथ X निर्दोष की रक्षा के लिए बाहर :-)
इसके अलावा, मेरे पास conf.d / virtual.conf फ़ाइल इस तरह दिखने वाले गाइड में उल्लिखित है:
NameVirtualHost *
अजीब बात यह है कि तीन साइटों में से दो के लिए सब कुछ ठीक काम करता है।