Tags
|
|
|
How to enable .jsp support for domain
|
Login to the server via SSH and fire the commands below
[email protected] [~]# /scripts/addservlets –domain.com
Now, if you want to remove the servlets for the domain you can use the command below
[email protected] [~]# /scripts/remservlets –domain.com
Restart the tomcat on the server once.
You can try uploading the .jsp pages under the account and check.
|
How do I enable/disable my Iptables firewall
|
To start IP tables on your RedHat server,
# service iptables start
You can run the following command to stop iptabes:
# service iptables stop
It is also important to save your iptables configuration so that it is loaded again on the next reboot. This can be done by running:
# service iptables save
You can also set the iptables program to start on boot by running:
# chkconfig iptables on
|
How to enable mod_deflate globally in cPanel/WHM
|
This will be a quick one folks. The Apache module mod_deflate helps in reducing the size of the information sent to a user, by compressing things prior. It seems to work very well. To test if your site already has mod_deflate installed and working, you can go here:
http://www.whatsmyip.org/http_compression/
To enable mod_deflate on your WHM / cPanel server, make sure you run EasyApache through WHM, and select to install mod_deflate. Once done, you’ll notice that it is not active global
|
How to enable Varnish in cPanel server
|
Varnish is a caching technology. Varnish is a web accelerator and also referred as HTTP accelerator or reverse HTTP proxy, which will significantly enhance the performance of your website. Varnish cache is really fast thereby, speed up the delivery depending on your architecture.
Varnish enhance your website’s performance. Varnish stores a copy of the page which is served by the web server the first time a user visits the website. Next time, when the user requests for the same page, varnish w
|
Enable Remote Desktop on Windows Server 2012
|
In Windows 2012, the usual Remote Desktop window is not easily visible. To launch the Remote Desktop window, there are two methods: Command Line and Graphical User Interface.
Command Line
1. Move your mouse to bottom right of the screen and you would see a bar, Charm Bar.
2. Click on the Search button, the one with magnifying glass.:
3. Enter CMD in the Apps search text box:
4. Click on CMD on the left, it will launch the command prompt:
5. In command prompt window, type
|