April 25, 2018
Linux, Web Servers
Problem We need to show the maintenance page to the outside users of our application/website during the deployment of codes or hardware maintenance. We can show the maintenance page or downtime message to the users by making some changes to apache configuration files. But for internal testing, …
You can put the unlimited number of files and subdirectories under a directory which formatted using ext4 file system. Unlimited number of subdirectories in the ext4 file system Ext4 allows an unlimited number of subdirectories. (In ext3 a directory can have at most 32,000 subdirectories.). To allow for …
The Disks and File Systems (fsweb, bundle FileSystems) tool is a single-system tool for managing logical volumes, volume groups, disks, file systems, paging devices, and backup & recovery of file systems, on systems running on HP-UX 11i v2 and HP-UX 11i v3. The Disks and File …
Problem # vi /etc/httpd/conf.d/proxy_ajp.conf ProxyPass /TESTAPP/ ajp://10.20.2.22:8009/TESTAPP/ I have added the above line in proxy_ajp.conf file on my apache web server to access my application running on JBoss. but when tried to access my application through the url given below got the error. Error on Browser while accessing the …
Problem I had an NFS server from which some folders were shared with client servers. Shared folders were mounted on the client servers. Due to some hardware problem in the NFS server, the server suddenly becomes dead and after that, I created and configured a new …