Perfect Server Ubuntu 10.04 - ISPConfig

Discussion in 'Server Operation' started by markosjal, Jun 7, 2011.

  1. markosjal

    markosjal New Member

    I followed this tutorial for my existing server and ran into the following issues.

    1)
    Because Mysql was already installed, I was not presented with the following option, how can berify and change it if necessary?
    Configure database for phpmyadmin with dbconfig-common? <-- No


    2)
    The mod_cgi.so does not exist. From what package should it come or where is it generated?
    apache2: Syntax error on line 204 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/scgi.load: Cannot load /usr/lib/apache2/modules/mod_scgi.so into server: /usr/lib/apache2/modules/mod_scgi.so: cannot open shared object file: No such file or directory


    3)
    checking the disk yields no error but I get this...
    # quotacheck -avugm
    quotacheck: WARNING - Quotafile //aquota.user was probably truncated. Cannot save quota settings...
    quotacheck: WARNING - Quotafile //aquota.group was probably truncated. Cannot save quota settings...
    quotacheck: Scanning /dev/sda1 [/] quotacheck: lstat Cannot stat `//home/administrator/.gvfs': Permission denied
    Guess you'd better run fsck first !
    exiting...


    4)
    #quotaon -avug
    quotaon: Cannot find quota file on / [/dev/sda1] to turn quotas on/off.
    quotaon: Cannot find quota file on / [/dev/sda1] to turn quotas on/off.


    Help please I need to get this back up!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) The command is:

    dpkg-reconfigure phpmyadmin

    2) There is no mod_scgi used on a ispconfig 3 server, please disable it with:

    a2dismod scgi

    (Dont mix this up with mod_cgi)

    3 + 4) Please ensutre that you run all these commands while you are logged in as root user.
     
  3. markosjal

    markosjal New Member

    Before reading this reply I had already ran
    libapache2-mod-scgi
    This then allowed Apache to start

    1
    dpkg-reconfigure phpmyadmin
    Does not prompt for
    Configure database for phpmyadmin with dbconfig-common?

    2 ran a2dismod scgi, restarted apache

    3 + 4
    I always had ran as root, tried again , same result
     

Share This Page