DocumentRoot Apache Error

Discussion in 'General' started by dayjahone, Mar 11, 2012.

  1. dayjahone

    dayjahone Member

    When I tried to restart Apache, I get the following errors:

    Code:
     * Restarting web server apache2
    Warning: DocumentRoot [/var/www/web107/web] does not exist
    Warning: DocumentRoot [/var/www/web61/web] does not exist
    Warning: DocumentRoot [/var/www/web63/web] does not exist
    Warning: DocumentRoot [/var/www/web87/web] does not exist
    Warning: DocumentRoot [/var/www/web88/web] does not exist
    Warning: DocumentRoot [/var/www/web102/web] does not exist
    Warning: DocumentRoot [/var/www/web105/web] does not exist
    Warning: DocumentRoot [/var/www/web112/web] does not exist
    Warning: DocumentRoot [/var/www/web138/web] does not exist
    Warning: DocumentRoot [/var/www/web107/web] does not exist
    Warning: DocumentRoot [/var/www/web61/web] does not exist
    Warning: DocumentRoot [/var/www/web63/web] does not exist
    Warning: DocumentRoot [/var/www/web87/web] does not exist
    Warning: DocumentRoot [/var/www/web88/web] does not exist
    Warning: DocumentRoot [/var/www/web102/web] does not exist
    Warning: DocumentRoot [/var/www/web105/web] does not exist
    Warning: DocumentRoot [/var/www/web112/web] does not exist
    Warning: DocumentRoot [/var/www/web138/web] does not exist
       ...fail!
    From what I can tell, these are sites that have been deleted through ISPConfig.
     
  2. kwickcut

    kwickcut Member HowtoForge Supporter

    It seems sites did not deleted properly from server you will have delete it manually by editing httpd configuration file and other files. You can use following command to locate instances of that user in your server.


    Code:
    grep example /var/named* /etc/user* /etc/httpd/conf/httpd.conf* 
     

Share This Page