Tag Archives: Daemon

Apache again

goes anyone learn how like make multiple address’s with Apache just like: home. localhost will load from you folder while community forum. localhost will head over to another. any help appreciated. absolutely no… u may should register w/ a DNS before you could do something similar to that… PM beacon, he has the apache expert They’re named subdomains BTW yeh, i understand, sorry i didnt name then that throughout here hmm, i thought i might need a DNS, nevermind then, i’m only a developer from your home, i’m not positioning my page on the web yet. From the apache records it seems that can be done this: Code: NameVirtualHost * < VirtualHost *> ServerName urlwww. website. tld/url DocumentRoot /www/domain < /VirtualHost> < VirtualHost *> ServerName urlwww. otherdomain. tld/url DocumentRoot /www/otherdomain < /VirtualHost> Go to http: //httpd. apache. org/docs/vhosts/name-based. html for any full info. Yep you can as martin said but on the. conf file: Code: # VirtualHost: Allows the daemon to react to requests for several # server deal with, if your node machine is configured to simply accept IP packets # with regard to multiple addresses. This can be accomplished with the actual ifconfig # alias banner, or through … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Send emails every 2 day’s automatically

Require client to complete form on website then i post him emails every single 2 day’s instantly total 4 situations, how i can certainly achieve this You may need a few systems: A database A development language A daemon or perhaps cron job system A mailer method (preferably authenticated SMTP regarding better deliverability) Database is going to have a table when using the individual’s email handle, date the variety was submitted, and # of instances the email had been sent Programming language is going to save the form for the DB, then a separate script will send the consumer an email This cron or daemon will probably execute the submitting script periodically (e. h. daily). The script it executes will find all users with sent emails < 4 times and who will be due to obtain an email (e. h. WHERE date_registered + PERIOD OF TIME (2 * emails_sent) evening < NOW() ) The script will likely then loop through people email addresses, send a computer owner an email, and incrememt the actual emails_sent column (count of emails delivered to the user). Now you must pick some specific technologies to do business with, and we can certainly talk details! If … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment