DbAppWeb.com

Menu
  • Home
  • Linux
  • HP-UX
  • macOS
  • Windows
  • Web Servers
  • App Servers
  • Storage

Category: Web Servers

Disable SSL Medium Strength Cipher Suites
July 10, 2021 Web Servers, Linux

Disable SSL Medium Strength Cipher Suites

NESSUS tool found below vulnerability on the scan of a server. 42873 – SSL Medium Strength Cipher Suites Supported   Synopsis The remote service supports the use of medium strength SSL ciphers.   Description The remote host supports the use of SSL ciphers that offer medium strength …
Full Article
Forbidden: You don’t have permission to access / on this server (Apache 2.4.6)
June 20, 2020 Linux, Web Servers

Forbidden: You don’t have permission to access / on this server (Apache 2.4.6)

Problem I have installed Apache 2.4.6 on an RHEL 7.4 server. Apache installed and configured successfully but when I tried to access a page I got the below error: Forbidden You don’t have permission to access / on this server Reason RHEL 7.4 comes with SELinux …
Full Article
How to Generate Certificate Signing Request (CSR) for Apache Using OpenSSL
February 8, 2019 Linux, Web Servers

How to Generate Certificate Signing Request (CSR) for Apache Using OpenSSL

Certificate Signing Request (CSR) is required for placing an order to obtain an SSL certificate from any SSL certificate provider.  You can create your certificate signing request (CSR) for your Apache web server with the OpenSSL utility. OpenSSL utility comes with the OpenSSL package and is …
Full Article
Configure Multi-Processing Modules (MPM) worker.c in Apache 2.2.3
July 5, 2018 Web Servers

Configure Multi-Processing Modules (MPM) worker.c in Apache 2.2.3

Multi-Processing Modules (MPM) The default processing model (MPM) is the process-based ‘prefork’ model. A thread-based model, ‘worker’, is also available, but does not work with some modules (such as PHP). The service must be stopped before changing this variable. Enable the worker module To enable the …
Full Article
Configure Logging And Log Rotation In Apache
May 12, 2018 Web Servers

Configure Logging And Log Rotation In Apache

Log rotation is already configured in apache and by default, it rotates the log files weekly as shown below in the default configuration file. But we need to change it if the log file size becomes very big in a week. Default Configuration # cat /etc/logrotate.conf …
Full Article
Force HTTPS connections in an Apache server environment
May 8, 2018 Web Servers

Force HTTPS connections in an Apache server environment

To secure the entire site we need to redirect all the requests to HTTPS which are coming through HTTP or any other. Redirect all connections over HTTPS To redirect all the requests over SSL we need to add the below RewriteCond in Apache configuration file /etc/httpd/conf/httpd.conf # …
Full Article
How to make your website in maintenance mode through Apache
April 25, 2018 Linux, Web Servers

How to make your website in maintenance mode through Apache

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, …
Full Article
Apache integration with JBoss through proxy_ajp
April 6, 2018 JBoss/WildFly Application Server, Web Servers

Apache integration with JBoss through proxy_ajp

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 …
Full Article
Apache service not starting, getting error DocumentRoot must be a directory
February 8, 2018 Linux, Web Servers

Apache service not starting, getting error DocumentRoot must be a directory

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 …
Full Article
How to remove packages when multiple packages installed in Linux
February 1, 2018 Linux, Web Servers

How to remove packages when multiple packages installed in Linux

Problem I tried to remove the package apr-1.2.7-11.el5_6.5 from a Linux server and I got the error “error: “apr-1.2.7-11.el5_6.5” specifies multiple packages” # rpm -e apr-1.2.7-11.el5_6.5 error: "apr-1.2.7-11.el5_6.5" specifies multiple packages Reason I got the above error because multiple instances of the package apr-1.2.7-11.el5_6.5 were installed on …
Full Article

Posts pagination

1 2 Next
  • Popular
  • Recent

Categories

  • Android (2)
  • Blogger (16)
  • Domain and Hosting (1)
  • Hardware Issues (7)
  • HP-UX (55)
  • HPE Data Protector (9)
  • IBM Lotus Notes (2)
  • IBM WebSphere Application Server (16)
  • Internet Tips & Tricks (15)
  • iOS (8)
  • JBoss/WildFly Application Server (2)
  • Linux (76)
  • macOS (15)
  • Microsoft Windows (31)
  • News and Updates (11)
  • Oracle Database (5)
  • SSL/TLS (1)
  • Storage Servers (23)
  • Tools/Softwares (1)
  • VMware ESXi (17)
  • Web Servers (14)
  • WordPress (5)

Archives

DbAppWeb.com

Solution of Database, Application and Web Server Problems

About DbAppWeb.com

One Stop Solution for Database Server, Application Server and Web Server Problems.

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

DbAppWeb on Social Media

Copyright © 2025 DbAppWeb.com
Terms and Conditions   Theme by MyThemeShop.com