apartment.raleche.com is an illustration of a real estate website creation
WP hotel master template was used for $499
Single Web Page Real estate for $99
apartment.raleche.com is an illustration of a real estate website creation
WP hotel master template was used for $499
Single Web Page Real estate for $99
Cron Backup Database
mysqldump -uroot -p MyDatabase >/home/users/backup_MyDB/$(date +%F)_full_myDB.sql
iptables -A INPUT -s IP-ADDRESS -j DROP service iptables save
phpDocumentor 2 is a tool that makes it possible to generate documentation directly from your PHP source code. With this you can provide your consumers with more information regarding the functionality embedded within your source and not just what is usable to them from your user interface.
Documentation generated by phpDocumentor 2 does not aim to be a replacement for conventional documentation but is rather supplemental, or reference, documentation.This proves to be useful in the following example situations:
STEP 1 – GMAIL
https://myaccount.google.com/lesssecureapps
STEP 2 – install PHP PEAR MAIL
PEAR LIBRARY – MAIL FUNCTION
– INSTALL process –
yum install php-pear.noarch
yum install php-pear-Mail.noarch
yum install php-pear-Mail-Mime.noarch
#STEP 3 – Amazon AWS Unblock ports
For one of the most popular Web servers, Apache, there are a few mitigation solutions available.
ModSecurity is an open-source Web application firewall. It allows real-time application security monitoring and access control. The different sets of protection rules allow you to inspect the HTTP traffic and reliably block unwanted traffic. It allows you to fix session management issues and block SQL injection attempts. Most importantly, it’s an open architecture, so you can enable only the features that you consider necessary.
One of the biggest strengths of ModSecurity is virtual patching. You are protected against application vulnerabilities for which you are not yet able to patch.
With ModSecurity, you can protect and harden your website against unwanted malicious traffic and reduce the size of the possible attack vector.
Another item that you can add to your protection arsenal is mod_evasive. It is a module for Apache that provides evasive action in the event of an HTTP DoS or DDoS attack or brute-force attack.
The module tracks HTTP connections and verifies how many requests for a page are done within a given time frame. If the number of concurrent requests exceeds a specified threshold then the request is blocked. This blocking is done on an application level. The requester gets a forbidden answer to the request.
The configuration and setup (on Ubuntu) is fairly easy. The module is available as a package:
sudo apt-get install libapache2-mod-evasive
You then have to create the log directory. (Note: Make sure the directory is owned by the Web user; in most cases, this is www-data.)
sudo mkdir /var/log/mod_evasive
Then enable the module for the Apache Web server.
sudo a2enmod evasive
The default configuration file /etc/apache2/mods-available/evasive.conf will get you very far. You might want to add your management and proxy networks to the DOSWhitelist setting so that you do not block your own network. Also make sure you change DOSEmailNotify to a working email address, otherwise you won’t get notifications from mod_evasive.
If you’re not sure about the correct configuration options, test your setup with a Perl script that’s part of the installed package. The script performs a number of concurrent HTTP queries, which should trigger the module.
perl /usr/share/doc/libapache2-mod-evasive/examples/test.pl
The third method for protecting your Web server is Fail2ban. Fail2ban scans log files and bans IPs that show malicious signs. It is most often used to block SSH knock attempts, but you can also use it to block repeated requests to your Web resources.
Fail2ban uses a list of regular expressions and checks these expressions against a set of log files. If there are matches that go beyond a certain threshold, then the source IP of the request is blocked. The IP is blocked on a network level.
Similar to mod_evasive, the installation on Ubuntu is easy.
sudo apt-get install fail2ban
After installing the package, you have to copy the default configuration file to a working configuration file.
sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
Add your own management and proxy networks to ignoreip and set a proper destemail email address for block notifications. I also advise you to set usedns to no.
Fail2ban uses jails to describe services that have to be protected. By default, Fail2ban enables the SSH jail. If you don’t want this, then disable the SSH jail. You can then add this apache-ddos jail to hold the custom configuration settings for protecting your Web server. Note that you can use pattern matching in the logpath (e.g., /var/log/apache*/*access.log).
This will start a jail with the filter apache-ddos. The filters are defined in /etc/fail2ban/filter.d/. Add the file apache-ddos.conf to this location.
The above code will block IPs that do repeated request for HEAD or IPs that do repeated POST requests to xmlrpc.php. If you are not sure about the exact configuration or regular expressions, then have a look at the provided examples (e.g., apache-badbots, apache-noscript, etc).
The list of blocked IPs can be viewed if you list the active firewall rules (iptables -L -n). You can remove a blocked IP with:
fail2ban-client set apache-ddos unbanip 1.2.3.4
The fail2ban-client command is a useful command-line utility to get the status of the current jails, reload configuration, add individual IPs to the jail or stop and restart the service.
DDoS attacks are very hard to fight, especially if you are facing a volumetric attack. There are a couple of solutions for Apache Web servers that can limit the harm done by excess traffic and application attacks. Some of these, such as ModSecurity, will filter malicious traffic, whereas other solutions will block traffic on a network level (Fail2ban) or application level (mod_evasive).
The key to all this is having multiple lines of defense and adjusting the configuration of the different solutions to work together and provide an integrated solution.
Add to httpd.conf
ExtendedStatus On
<Location /server-status>
SetHandler server-status
</Location>
git clone [email protected]/xxxxx.git
4Over, Los Angeles – Technical Lead PHP
Sept 2017 – present
Automation of the manual direct mailing system. PHP Automated Restful API software(symfony) replacing a team of 10 people from the online order request to the electronic request submission to USPS. Heavy third party integration (USPS Postal One / Satori Architect).
High5games, New York – Technical Lead Full Stack
May 2013 – July 2017
Lead peers in php framework implementation, while supporting legacy web
applications, weigh-in on database schema design, Develop web applications using PHP & JS, Follow and enforce coding standards and best practices. I flew to Facebook headquarter to innovate social products.
Urban Living, New York — Lead Web Manager
Jan 2010 – April 2013
Information Architect, Project manager, Lead developer, Server administrator,
Marketing Director (SEM Budget $100K/year)
BO Technology, New York — Lead Developer
Feb 2009 – Dec 2009
Project Manager for multiple high client profile such as Petrossian, MakeUp Forever,Faconnable, Anne-Fontaine, La Prairie (Life threads) – Leading team based in Philippines.
Expedimot, Paris — Lead Developer
Sept 2007 – Jan 2008
Information Architect and lead developer implement application that allow clients to send real mail letter from the website. Team of 3 people.