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 …
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 …
Problem I tried to copy a file from one Linux server dbappweb to another Linux server dbappweb1 but got the error ‘Permission denied’. I tried to copy the file using the SCP command over ssh. # scp -p PKIServer.zip user1@dbappweb1:/home/user1/ user1@dbappweb1's password: scp: /home/user1/PKIServer.zip: Permission denied Reason I got …
Problem I had an NFS server from which some folders were shared with the client-server. Shared folders were mounted on the client server. Due to some hardware problem in the NFS server, the server suddenly becomes dead and after that when I tried to access the …
February 8, 2018
Linux, Web Servers
Problem I have installed Apache 2.2.3 on my web server. After installation, I made some changes in httpd.conf file and created the required directory for DocumentRoot but when I tried to start the HTTPD service I got the below error: # service httpd start Starting httpd: Syntax …