Archive for the ‘Apache’ Category

How to add default Return-path in php mail

For some mail servers have reject your mail that sending from php script because you’re not setting “Return-path” on the mail header and error log show like below (host ezylinux.com[74.xx.xxx.xxx] said: 550-Verification failed for 550-The mail server could not deliver mail to apache@Server1.us.idc. The account or domain may not exist, they may be blacklisted, or [...]

Enable multiple SSL vhosts and certificates on a single IP with Apache

Historically, if you wanted to host multiple SSL enabled Web sites, you had to have an unique IP address for each site. With the advent of SNI, one SSL certificate per unique IP address is no longer necessary. The Server Name Indication (SNI) is a TLS extension which makes the configuration of SSL-enabled name-based virtual [...]