Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by joethong

  1. joethong

    Weird Sendmail problem

    Hi, I have a problem. I'm writing a script which will interface with Sendmail to send out confirmation emails to new registered members. The problem is only emails ending with a few specific domain names will receive the email. Hotmail receives the email but not some other domains like...
  2. joethong

    Weird Sendmail problem

    Hi, I have a problem. I'm writing a script which will interface with Sendmail to send out confirmation emails to new registered members. The problem is only emails ending with a few specific domain names will receive the email. Hotmail receives the email but not some other domains like...
  3. joethong

    Tune Sendmail for Mass Mailings?

    Hi, We're currently developing a mass email marketing software in PHP. I'm wondering how could Sendmail scale up to? Any benchmarks? In addition to that, how would I tune Sendmail for mass mailings? 10,000-50,000 mails per day. Could Sendmail handle this much? Please help, I'm a newbie...
  4. joethong

    Backup Apache and PHP?

    OK guys, We've installed a tape drive on our server. I was thinking if we could backup the apache and php binaries other than our program source code and database data. So in any event of server failure, I could get a new temporary server and reload it with the backup copy from my tape...
  5. joethong

    Too many open files?

    Hi, When my server is under stress, I won't be able to do anything at all. I will get error messages similar to like this: bash: pipe error: Too many open files in system Why is this happening? How can I tune the server? Joe
  6. joethong

    remotely administering linux server

    Hi, Apache is the webserver that you want but I believe it comes with Mandrake when you install it. Get Webmin from webmin.com, it could save you a lot of time administering the server. Joe
  7. joethong

    Can I nest "require" statements?

    Hi, Have a PHP file which has all of the require statements in it. Then include this particular file in other PHP files. That'll do the job. Joe
  8. joethong

    PHP redirecting an HTML page?

    Hi, Try <?php Header(&quot;Location: http://www.foo.com/&quot;); ?> And make sure you didn't output anything before this. Joe
  9. joethong

    text indexing?

    Hi, Does Postgresql has Text field indexing like MySQL? Thanks Joe
  10. joethong

    500 instead of 404?

    Hi guys, Why am I getting a 500 Server Internal Error instead of 404 Not Found Page when I'm requesting an invalid file on Apache? Any help would be much appreciated. Joe

Part and Inventory Search

Back
Top