from http://www.mnxsolutions.com/apache/removing-a-passphrase-from-an-ssl-key.html
The typical process for creating an SSL certificate is as follows:
# openssl genrsa -des3 -out www.key 2048
Note: When creating the key, you can avoid entering the initial passphrase altogether using:
# openssl genrsa -out www.key 2048
At this point it is asking for a PASS PHRASE (which I will describe how [...]
from http://roshanbh.com.np/2008/01/uploading-larger-files-in-php.html
I’ve seen that many of my friends are struggling with the uploads of the bigger or larger files in PHP. After looking at their struggle, i’m here to solve the problem of uploading larger or bigger files in PHP.
Most of the web servers are configured such a way that a [...]
from http://ubuntuforums.org/showthread.php?t=342568
The main problem with mod_speling is that it only modifies the GET on case for files, not directories. This is usually not the problem when migrating from a Windows seb server installation. The problem is general URL case sensitivity.
Yes, you can set up a perl script to change all [...]
Today a very interesting issue raised…
Scenario:
Copy text from Word document Paste text to input text field in browser Submit the form Response from apache is the following:
Bad Request
Your browser sent a request that this server could not understand.
Reason:
UTF8 text from word document conflicts with ModSecurity2′s rule – [...]
from jboss wiki
OutOfMemoryExceptions
This section attempts to cover some of the most common reasons why you may see an OutOfMemoryError from your JBoss application server. Interestingly, there are several cases where the JVM may report an OutOfMemoryError even if it is not really out of [...]
from http://www.andypemberton.com/jboss/compress-your-jboss-portal-theme-with-packtag/
The goal of this article is to show you how to use pack:tag to optimize the performance of your JBoss Portal theme. I’ve used this approach on a production JBoss Portal 2.6 implementation and tested the approach out in version 2.7.
JBoss Portal has a feature-rich theme framework [...]
from JBoss Wiki
JBoss Properties
There are a number of properties used by the micro-kernel during the bootstrap.
This documentation is heavily plagiarized from
org.jboss.system.server.ServerConfig
.
Bootstrap Configuration jboss.boot.library.list – The basic jars used to bootstrap the kernel, [...]
Please refer to http://www.jboss.org/community/docs/DOC-12185
1. Configure the web application for security by adding constraints to the web deployment descriptor.
<security-constraint> <web-resource-collection> <web-resource-name>All resources</web-resource-name> <description>Protects all resources</description> <url-pattern>/*</url-pattern> </web-resource-collection> <auth-constraint> <role-name>WebAppUser</role-name> </auth-constraint> </security-constraint> <security-role> <role-name>WebAppUser</role-name> </security-role> <login-config> <auth-method>BASIC</auth-method> <realm-name>Test Realm</realm-name> </login-config>
2. Configure the jboss-web.xml file to point to the “my-web” application.
<security-domain>java:/jaas/my-web</security-domain> [...]
-
Articles
- October 2012
- May 2012
- April 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
-
Calendar
May 2013 M T W T F S S « Oct 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Meta