Category Archives: centOS

add users for ssh Google Cloud

Yes 👍 exactly — if in the future you want to add a second upload user, you just repeat the same process. Since you already have: Adding a new person is very simple 👇 🚀 Add New Upload User (Example: … Continue reading

Posted in apache, centOS, My Linux | Comments Off on add users for ssh Google Cloud

How to Disable Directory Browsing on Apache

Disabling Directory Browsing in the Main Configuration File It’s simple to disable directory browsing in the Apache main configuration file by changing the Options directive to make sure the Indexes option is disabled. This directive determines how directories behave in … Continue reading

Posted in apache, centOS, IIS, My Linux, ubuntu | Comments Off on How to Disable Directory Browsing on Apache

How to Install Apache on CentOS

The Apache web server is the most widely used platform for deploying HTTP-based services. Its popularity is due to its support for dynamically loadable modules, compatibility with various file formats, and integration with other software tools. Prerequisites To install the … Continue reading

Posted in apache, centOS, IIS | Comments Off on How to Install Apache on CentOS

creating redirects in an .htaccess file

Common uses of .htaccess file The .htaccess file has several use cases. The most common examples include: When not to use .htaccess? The .htaccess file is commonly used when you don’t have access to the main server configuration file httpd.conf or virtual host configuration, which only … Continue reading

Posted in centOS, My Linux, ubuntu | Comments Off on creating redirects in an .htaccess file

How To Set Up Multiple SSL Certificates On a CentOS VPS With Apache Using One IP Address

Make sure the mod_ssl security module is installed and enabled so the Apache web server can use the OpenSSL library and toolkit: yum install mod_ssl openssl Execute the following commands: mkdir -p /etc/httpd/ssl/ mv /etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf.bak cd /etc/httpd/ssl/ Generate SSL … Continue reading

Posted in centOS, godday, SSL | Comments Off on How To Set Up Multiple SSL Certificates On a CentOS VPS With Apache Using One IP Address