Apache KeepAlive – On or Off?
KeepAlive: KeepAlive is to reuse the same connection to transfer multiple files between the web browser and the web server. Its a persistant connection. KeepAlive [Advantage]:… Read More »Apache KeepAlive – On or Off?
KeepAlive: KeepAlive is to reuse the same connection to transfer multiple files between the web browser and the web server. Its a persistant connection. KeepAlive [Advantage]:… Read More »Apache KeepAlive – On or Off?
What is PHP Built-in web server: As of PHP 5.4.0, PHP provides a built-in web server. It allows to launch a basic web server for… Read More »PHP Built-in web server
Virtual Host let you run multiple Websites on your computer. It also lets you store the files for those sites anywhere on your computer and… Read More »Create Multiple Virtual Hosts in Windows
Enable Apache mod_rewrite: sudo a2enmod rewrite Set up some site folders in the Document root, for Ubuntu it is located at /var/www: Create directory: mysite.com… Read More »Create Multiple Virtual Hosts in Ubuntu.
tail -f /var/log/httpd/error_log
Create a new file to write the code to run on computerย start-up: Open a new file using the following command from terminal: sudo vi /etc/init.d/tomcat… Read More »Automatic Starting Tomcat on ubuntu