Recent content by frankc420

  1. F

    Switch from mod_ruid to suphp and run multiple versions of php

    I'm wanting to move from mod_ruid2 to suphp, mainly so that I can run multiple php versions. I have some users who still have OSC 2.2RCa and running php 5.5 is causing them major issues. To remedy this, I'd like to know what the process would be to move to the above solution. Any guidance is...
  2. F

    Dovecot will not start, please help!

    After upgrading to dovecot 1.2.16 on CentOS I'm receiving the following error: Error: stat(/var/run/dovecot) failed: Invalid argument Fatal: Invalid configuration in /etc/dovecot.conf I've since re-installed 1.2.14 and the issue is still there. I've downloaded the dovecot.conf file and tried...
  3. F

    mysql_pconnect with suPHP

    When I recompile PHP with suPHP (CGI) any websites that I host that use mysql_pconnect stop working. I was under the assumption that when I disable the persistent connections in the master php.ini (mysql.allow_persistent = Off) that these sites would still be able to use mysql_pconnect but it...
  4. F

    Installatron: Installs failing when installing anything that uses MySQL

    Since the installatron support is pretty useless (been waiting 11 days without response) I figure maybe the trusty DA patrons might be of assistance! Ok so, if I try to install ANY script that uses MySQL, it install fails with: It creates the database, it creates the user, but it cannot...
  5. F

    SSL not working with IE but does in Firefox?

    When access https://secure.ultraonline.net/ through Firefox it works fine, but through IE it gives an error page and am getting this in the apache error log: I know this is an SSL error, but I have the slightest idea where to even start looking. Any ideas? This started after upgrading apache...
  6. F

    panel shows no images - asks for relogin

    When logging into my panel, sometimes after logging in, the images won't load but all of the text on the page will. If I try to refresh or click a link, it takes me back to the login page, once I login again, all is well. Has anyone else experienced this? If so, how can I fix it?
  7. F

    Error: APXS config_vars.mk not found - How to fix in CentOS 64bit

    The reason this error occurs is because of a bug in yum. The command 'pkg-config --variable=libdir apr-1' is returning nothing. To fix, do: yum install apr-devel.x86_64 Then run your build again.
Back
Top