Skip to content

rootuser.in

Linux/Windows admin tricks :)
  • Home
  • About Me

Redirection rule to redirect http://yourdomain.com/test.html to http://yourdomain.com/testa.html

June 11, 2013 Milan George 2 Comments

Edit the httpd.conf and add the following lines inside the virtual host entry of yourdomain.com #vim /usr/local/apache/conf/httpd.conf <VirtualHost yourdomain.com:80> ServerAdmin…

Continue Reading →

Posted in: Redirection Filed under: Apache redirection, redirection

Apache with SSL (Secure Socket Shell)

Milan George Leave a comment

Dependencies Installation yum install openssl-devel -y Uncomment the httpd-ssl.conf Include line in the /usr/local/apache/conf/httpd.conf file. vim /usr/local/apache/conf/httpd.conf Include conf/extra/httpd-ssl.conf Changing…

Continue Reading →

Posted in: Apache, Installation, ssl Filed under: apache with ssl, Secure Socket Shell, ssl

Apache authentication adding

Milan George Leave a comment

Editing the directory tag of /usr/local/apache/htdocs by # vim /usr/local/apache/conf/httpd.conf <Directory “/usr/local/apache//htdocs”> Options Indexes Includes FollowSymlinks Multiviews AllowOverride AuthConfig Order…

Continue Reading →

Posted in: Apache Filed under: Apache Authentication, Authentication

Apache Installation from source tar.gz file

Milan George Leave a comment

Dependencies installation #yum install gcc gcc-c++    #C compiler #yum install pcre-devel #yum install openssl-devel     #if you need ssl website #yum…

Continue Reading →

Posted in: Apache, Installation Filed under: Apache, Installation, Source tar.gz

Post navigation

Page 5 of 5
← Previous 1 … 4 5

Recent Posts

  • Fix photo uploading issue in clipbucket
  • Reset Oc class admin password via phpmyadmin
  • Enable pdo_pgsql (postgres PDO driver) in cpanel server
  • Add custom iptables rule with csf firewall
  • Reset wordpress admin password via commandline

Categories

  • Apache
  • clamav
  • clipbucket
  • Cpanel
  • csf
  • directadmin
  • error
  • errors
  • gzip
  • Hardware node
  • htaccess
  • Installation
  • ioncube
  • joomla
  • kloxo
  • mail enable
  • Mysql
  • oc class
  • openssl
  • openvz
  • Php
  • plesk
  • Redirection
  • root
  • rsync
  • scripts
  • ssl
  • Suphp
  • Time Sync
  • Uncategorized
  • vps
  • WHM
  • windows
  • Wordpress
  • xen
Copyright © 2019 rootuser.in — Primer WordPress theme by GoDaddy