Tag Archives: Fedora

Yum – List all available packages of a specific Yum repository

1. List all yum repositories.

  • yum repolist

yum-list-all-packages-from-specific-repo-1
Continue reading Yum – List all available packages of a specific Yum repository

Advertisement

.htaccess – Invalid command ‘AuthUserFile’, perhaps misspelled or defined by a module not included in the server configuration

I have a previous post which demonstrates how to add HTTP Authentication by .htaccess.
.htaccess – Setting Password For Your Web Folder

But if it does not work and shown the following error in the Apache error log

  • /home/ykyuen/public_html/.htaccess: Invalid command ‘AuthUserFile’, perhaps misspelled or defined by a module not included in the server configuration

Continue reading .htaccess – Invalid command ‘AuthUserFile’, perhaps misspelled or defined by a module not included in the server configuration

Perl – Missing SSL Libraries when installing Crypt::SSLeay

I want to subscribe the Amazon SES service in a Amazon EC2 server but the process is so complicated and i need to install numerous things oI want to subscribe the Amazon SES service in a Amazon EC2 server but the process is so complicated and i need to install numerous things only for verifying and email address.

One of the requirement is to install the Crypt::SSLeay Perl library. Continue reading Perl – Missing SSL Libraries when installing Crypt::SSLeay