Writing to the wrong Vhosts_ispconfig.conf file

Discussion in 'General' started by mgazelle, May 31, 2007.

  1. mgazelle

    mgazelle New Member

    I have been reading through the posts and tried to solve this problem.
    Unfortunately after the modification of a site, ISPConfig seems to be writing in the backupfile instead of the correct one.
    A new file named Vhosts_ispconfig.conf_31-05-07_14-49-38 was created and has the new settings whereas the file Vhosts_ispconfig.conf is older and has the old settings.
    Has someone experienced this problem before?

    I am using the latest version of ISPConfig.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please rename Vhosts_ispconfig.conf_31-05-07_14-49-38 to Vhosts_ispconfig.conf and run
    Code:
    httpd -t
    What's the output?
     
  3. mgazelle

    mgazelle New Member

    Thank you for the message Falko,

    Renaming the file and running httpd -t did not help to solve the problem, it did however to find out that Apache was not able to find virtualHosts (No Virtual Hosts). This was however strange, because the line from ISPConfig for the VHosts_ispconfig file was in the Apache Config file.

    A closer look to the file, brought out that this directive is twice in place: One time through ISPConfig and one time through the installation of AWStats from the link http://jnsc.de/ispconfig.php

    Furthermore I found out more duplicate entries. By removing them everything went fine and I could even install a lot of packages and plugins for ISPConfig.

    I am now taking a closer look to the framework, which will be my next task to use it through PHP in our sites :) It is getting exciting :D

    I would like only to know how can I make ISPConfig accessible through the internet without giving using the address www.mydomain.com:81. My web Sites are running on port 80 and ISPConfig is running on port 81 on the same server. Is it possible to access the Control Panel through the respective Site?

    I hope this post can help others!

    Cheers
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    http://www.howtoforge.com/apache_reverse_proxy_ispconfig
     
  5. mgazelle

    mgazelle New Member

    Thank you very much Till. Everything is running nicely and I started using the first php scripts! Nice weekend everyone :)
     

Share This Page