ISPConfig remoting plugin Beta 2 released

Discussion in 'General' started by till, Apr 24, 2006.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

  2. edge

    edge Active Member Moderator

    Well done ISPconfig team.

    It's late now, but I will be playing with it 1st thing tomorrow.. That is.. If my server is up :-/
     
  3. gjcomputer

    gjcomputer ISPConfig Developer ISPConfig Developer

    awesome, lookin forward to 2.3.0
     
  4. danielos

    danielos New Member

    I installed the latest ispconfig-dev and ISPConfig remoting plugin and it´s working very, very goooood!!! I am soooo haaaapppy! Thank you Till and Falko so much!!
    I have one question. After I have added a user and a web remotely the apache (the server apache, not ispconfig apache port 81) is not restarted. Is this a known issue or how can I make it restart, so the changes takes affect?
     
    Last edited: Apr 26, 2006
  5. falko

    falko Super Moderator ISPConfig Developer

    Any errors in the Apache log? Any errors when you restart Apache?
     
  6. danielos

    danielos New Member

    I have 3 machines with Debian 3.1 and Ispconfig 2.3.0-dev. In one of them, I have Apache 2 and there is no problem with that one. In the two other machines I have apache 1.3, and apache is never restarted by ispconfig on them, but it is not working with ispconfig 2.2.0 either. Even if I try to stop and restart apache in services in ispconfig the apache is not restared. Only if i make a apachectl restart in cmd manually, apache is restarted without errors

    Can It be that ispconfig i trying a apache2ctl restart on the machines, like the one working?
     
    Last edited: Apr 27, 2006
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig uses the apache startscript in /etc/init.d/

    Does it work when you restart apache manually with the script provided in /etc/init.d directory?

    Which value is in the field: dist_httpd_daemon of the table isp_server in the mysql database. There is only one record in the table.
     
  8. danielos

    danielos New Member

    One record and it puts apache2 which is wrong. I changed to apache and now it's working! Do you think there is a bug in the installation that apache1.3 is recognized as apache2?
     
  9. falko

    falko Super Moderator ISPConfig Developer

    Do you have two Apache versions installed on the system, and was Apache2 running at the time you installed ISPConfig?
     
  10. danielos

    danielos New Member

    No, only one apache installed, apache2 has never been installated either in the machine but in debian by default, has the /etc/init.d/apache2 file installed. Perhaps the installation is locking for that file?
     
  11. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    httpd -V
    ?
     
  12. danielos

    danielos New Member

    Code:
    Server version: Apache/1.3.33 (Debian GNU/Linux)
    Server built:   Sep  6 2005 13:10:30
    Server's Module Magic Number: 19990320:16
    Server compiled with....
     -D EAPI
     -D HAVE_MMAP
     -D HAVE_SHMGET
     -D USE_SHMGET_SCOREBOARD
     -D USE_MMAP_FILES
     -D HAVE_FCNTL_SERIALIZED_ACCEPT
     -D HAVE_SYSVSEM_SERIALIZED_ACCEPT
     -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
     -D DYNAMIC_MODULE_LIMIT=64
     -D HARD_SERVER_LIMIT=4096
     -D HTTPD_ROOT="/usr"
     -D SUEXEC_BIN="/usr/lib/apache/suexec"
     -D DEFAULT_PIDLOG="/var/run/apache.pid"
     -D DEFAULT_SCOREBOARD="/var/run/apache.scoreboard"
     -D DEFAULT_LOCKFILE="/var/run/apache.lock"
     -D DEFAULT_ERRORLOG="/var/log/apache/error.log"
     -D TYPES_CONFIG_FILE="/etc/mime.types"
     -D SERVER_CONFIG_FILE="/etc/apache/httpd.conf"
     -D ACCESS_CONFIG_FILE="/etc/apache/access.conf"
     -D RESOURCE_CONFIG_FILE="/etc/apache/srm.conf"
    
     
  13. falko

    falko Super Moderator ISPConfig Developer

    The version is ok. Then it must be because we have Apache2 in dist.txt. not Apache 1.3, because on most distributions Apache 2 is the default now.
     
  14. danielos

    danielos New Member

    I would like to run apache2, but I heard that frontpage extension will not work?
     
  15. falko

    falko Super Moderator ISPConfig Developer

Share This Page