2014-10-02 3 views
1

최근 내 vps에서 2.2에서 2.4.6으로 아파치를 업데이트 한 업데이트를 우분투 13.10에서 실행했습니다.아파치 "가상 호스트에서 정의 된 사이트 대신 페이지가 나타남"

업데이트가 끝나면 "아파치의 기본 방문 페이지"가 ​​표시됩니다.

나는 내가 내 가상 호스트 파일에 .conf 확장을 추가하고 또한 추가하는 시도 있도록 인해 새 가상 호스트 파일 요구 사항이 있었다 꽤 확신했다 : 파일에

<Directory "/home/username/public/testapp.com/public/"> 
    Options Indexes FollowSymLinks Includes 
    AllowOverride All 
    Require all granted 
</Directory> 

및 a2ensite를 사용하여 다시 사용하도록 설정 apache2를 다시로드하십시오. /home/username/public/url.co/에 기본 사이트를 넣어 새로운 가상 호스트 파일을 생성 .. 난 내 활성화 된 모든 사이트를 제거하고 신선한 시작 이러한 시도로 어디받지 후이 여전히 나에게주고있다

<VirtualHost *:80> 
    # Admin email, Server Name (domain name), and any aliases 
    ServerAdmin [email protected] 
    ServerName url.co 
    ServerAlias www.url.co 

    # Index file and Document Root (where the public files are located) 
    DirectoryIndex index.html index.php 
    DocumentRoot /home/username/public/url.co/public/ 

    # Log file locations 
    LogLevel warn 
    ErrorLog /home/username/public/url.co/log/error.log 
    CustomLog /home/username/public/url.co/log/access.log combined 

    <Directory /home/username/public/url.co/public/> 
     Options Indexes FollowSymLinks Includes 
     AllowOverride All 
     Require all granted 
    </Directory> 
</VirtualHost> 

은 "그것은 작동" 페이지. 분명히이 파일에 뭔가 잘못되어 있습니다 (정확히 url.co.conf라는 이름이 붙었습니까?) 아니면이 문제를 일으킬 수있는 다른 것이 있습니까?

답변

1

동일한 문제가 있습니다. 그리고 그것을 추가하여 해결했습니다 : DirectoryIndex index.html index.php 내 conf 파일