अपाचे वर्चुअलाइजहोस्ट अब 13.10 पर अपडेट के बाद काम नहीं कर रहा है


25

मैंने अपने कुबंटु को आज १३.१० में अपडेट किया और मेरी वर्चुअलहोस्टेस जो पहले पूरी तरह से काम करती थीं, अब काम नहीं कर रही हैं।

s2ensiteऔर a2dissiteआदेशों का दावा "साइट xxxxxx मौजूद नहीं है" भी फ़ाइलें साइटों-aviable में हैं और में थे साइटों सक्षम मैं उन्हें साइटों सक्षम से हटा दें और फिर उन्हें फिर से सक्षम करने के लिए tryed, लेकिन अभी भी अपाचे का दावा है कि वे मौजूद नहीं होगा।

यहां मेरी एक वर्चुअलहोस्ट है। वे मूल रूप से इस तरह से हैं।

<VirtualHost *:80>
    ServerAdmin webmaster@localhost
    ServerName expsite.local

    DocumentRoot /var/www/expsite/htdocs
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    <Directory /var/www/expsite/htdocs/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride FileInfo
        Order allow,deny
        allow from all
    </Directory>

#   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
#   <Directory "/usr/lib/cgi-bin">
#       AllowOverride None
#       Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
#       Order allow,deny
#       Allow from all
#   </Directory>

        CustomLog /var/www/expsite/logs/access.log combined
        ErrorLog /var/www/expsite/logs/error.log
        LogLevel warn

#    Alias /doc/ "/usr/share/doc/"
#    <Directory "/usr/share/doc/">
#        Options Indexes MultiViews FollowSymLinks
#        AllowOverride None
#        Order deny,allow
#        Deny from all
#        Allow from 127.0.0.0/255.0.0.0 ::1/128
#    </Directory>

</VirtualHost>

000-डिफ़ॉल्ट काम कर रहा है और मैं इसे सक्षम और अक्षम कर सकता हूं।


आप अधिक पूर्ण उत्तर के लिए नीचे देख सकते हैं: askubuntu.com/questions/362682/…
mesutozer

जवाबों:


42

Ubuntu 13.10 और वेरिएंट Apache 2.4 में स्थानांतरित हो गए हैं और Apache 2.4 .confडिफ़ॉल्ट रूप से वर्चुअल होस्ट कॉन्फिग फाइलों को समाप्त करना चाहता है । यहाँ देखें:

http://lyemium.com/content/virtual-host-issues-when-upgrading-apache-22-24

मैंने अभी-अभी समाप्त होने के लिए अपनी vhost config फ़ाइलों का नाम बदला .confऔर सब कुछ काम किया!


इस समस्या ने अपग्रेड के बाद 2016 को घंटों ले लिया। धन्यवाद
रॉड्रिगो
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.