Author:
erics, March 27th, 2012
|
yum install httpd-devel wget http://www.fastcgi.com/dist/mod_fastcgi-current.tar.gz tar xzf mod_fastcgi-current.tar.gz cd mod_fastcgi-* cp Makefile.AP2 Makefile |
The next two steps will depend on your architecture: For ia-32:
|
make top_dir=/usr/lib/httpd make top_dir=/usr/lib/httpd install |
For ia-64:
|
make top_dir=/usr/lib64/httpd make top_dir=/usr/lib64/httpd install |
The module is installed in /etc/httpd/modules. Add the following to /etc/httpd/conf/httpd.conf: LoadModule fastcgi_module modules/mod_fastcgi.so
Categories: How-To's, Technology Tags: AWS, CentOS, FastCGI, Fedora, howto, Linux, tips, Yum
|
No comments
Author:
erics, October 19th, 2010
[code]yum install perl-CPAN[/code]
Categories: How-To's, Technology Tags: CPAN, Fedora, perl
|
No comments
Author:
erics, October 19th, 2010
Create the file /etc/yum.repos.d/webmin.repo with the following content:
|
[Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 |
Then, run the following RPM command: rpm –import http://www.webmin.com/jcameron-key.asc -or-
|
wget http://www.webmin.com/jcameron-key.asc rpm --import jcameron-key.asc |
Finally, of course, do the actual hyper-easy install:
Categories: How-To's, Technology Tags: Fedora, howto, RPM, tips, Webmin, Yum
|
No comments
Author:
erics, October 19th, 2010
I was getting this error:
|
Failed to save SSL options : The SSL private key file /etc/webmin/miniserv.pem does not exist or does not contain a PEM format key |
Edit the file /etc/webmin/miniserv.conf and add:
Categories: How-To's, Technology Tags: .pem, FC 12, Fedora, howto, key, miniserv, miniserv.conf, private key, ssl, ssl_redirect, tips, Webmin
|
No comments