Search results

  1. W

    Can't start "Named"

    Please check the file /var/named/contactsjapan.com.db vim /var/anemd/contactsjapan.com.db Make sure that after your cname record of webmail.contactsjapan.com.db you have the trailing period . webmail IN CNAME contactsjapan.com.
  2. W

    HOWTO: Optimize MySQL 4.x

    I have found that if it is a heavy used database, often putting it on its own system and spreading it across as many spindles as possible with as much memory as possible is the best solution. This way your data is mostly loaded in memory, with occasional writes.
  3. W

    IP Blacklist

    Thank you, i have come along way in my learning of system administration since that post. I have started work on improving the plugin to allow multiple ips and time tracking. Ill forward you the package when i get done.
  4. W

    Email Level Plugin

    Nicely done. This will work. Thanks
  5. W

    [RELEASE] DA-Proxy

    I know it requires a little more work, but I have found much better luck with apache and mod_proxy http://help.directadmin.com/item.php?id=84
  6. W

    [Release] Spamblocker Plugin v1.9

    Perhaps I maybe missing something, but this still doesn't relate to the problem. I went into your php.ini and added the line, like noted by keefe007, the same line in my main php installation. /usr/local/bin/php -c /usr/local/directadmin/plugins/spamblocker/shared/php.ini -m [Zend Modules]...
  7. W

    [Release] Spamblocker Plugin v1.9

    Still won't work Based on your install.sh script, you define the php.ini file that should be used with the -c operation. #!/usr/local/bin/php -c /usr/local/directadmin/plugins/spamblocker/shared/php.ini Would removing that option from all the files make anything work any better?
  8. W

    Changing user's IP makes the site offline

    When it is reverted back to the old ip, the old DNS information is still loaded in your view. Best option is to wait for it to propegate.
  9. W

    Changing user's IP makes the site offline

    Does http://www.domain.com work? or you just putting domain.com into the URL?
  10. W

    Dead Options

    For some reason, when I add any new domain to the control panel it creates the zone file but in a different manner than the rest. EX: -rw-r--r-- 1 root root 857 Aug 13 02:03 shawntest.domainclusters.com.db drwxrwx--- 2 named named 4096 Jul 24 11:55 slaves lrwxrwxrwx 1 root named 55...
  11. W

    Dead Options

    For some reason, my test bed server has died when it comes to DNS and web requests. I would hate to reinstall but rather find out what happened. Everything is up and running but domain requests (facon12.com or domainclusters.com) for example don't resolve. Even the IP : 69.30.203.178 dont...
  12. W

    Custombuild is out of beta.

    I get nothing but errors regarding apx now. SMTalk, if your around maybe something you can find wrong on this test.
  13. W

    Custombuild is out of beta.

    I have had trouble in the past, with the options.conf looking default_php=4 php4_cli=yes php4_cgi=no php5_cli=no php5_cgi=yes apache_ver=2.2 mail-header-patch=yes dovecot=no Will .php files be parsed as php4 and .php5 be parsed as php5?
  14. W

    Custombuild is out of beta.

    Default is php 4, and the iconv is happening on php4 make
  15. W

    Custombuild is out of beta.

    Since testing the custombuild, I have ran into several problems. With the new update, php doesn't compile with iconv. When everything finishes, i get 404 and 500 errors on every page, and it doesn't index the directories, just errors. No index.php, .html nothing.
  16. W

    da update broke some scripts

    The update with webapps being the new username for script installs, such as squirrelmail, don't load pref when logging in. I had to re-group the files back to root
  17. W

    da update broke some scripts

    Had the same issue, went back and changed the group back to root.
  18. W

    Apache bogged down

    That was happening on a test server I had. I started removing item by item and found it was caused by a poorly written script (PHP).
  19. W

    RSS Feeds (DA forums)

    I think if you were going to make an RSS feed about new versions, updates, or features you would want to make it outside the forum and use it under the versions.php page or announcement.php. EX: versions.php?version=1.290000&style=rss As for the forum and an RSS feed, easily done under the...
  20. W

    "hostname is set up improperly"

    Best thing is to have your provider adjust the settings in your VPS.
Back
Top