CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of apache
XML
NameVirtualHost www.domain.local
<VirtualHost www.domain.local>
    DocumentRoot "C:\Documents and Settings\Aria Radmand\"
    ServerName www.domain.local
</VirtualHost>
<Directory "C:\Documents and Settings\Aria Radmand\">
    DirectoryIndex index.php
    AllowOverride All
    Order allow,deny
    Allow from all
by Aria Radmand   October 18, 2011 @ 12:19am
99 Views
no comments
 
XML
<ifModule mod_gzip.c>
  mod_gzip_on Yes
  mod_gzip_dechunk Yes
  mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
  mod_gzip_item_include handler ^cgi-script$
  mod_gzip_item_include mime ^text/.*
  mod_gzip_item_include mime ^application/x-javascript.*
  mod_gzip_item_exclude mime ^image/.*
  mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>
by Aria Radmand   July 12, 2011 @ 5:12am
127 Views
no comments
 
package juddiv3admin.juddiv3;
 
/**
 * Abbreviations from <code>org.apache.juddi.query.util.FindQualifiers</code>.
 * @author Martynas
 */
public class FindQualifiersAbbreviations
{
    public static final String AND_ALL_KEYS = "andAllKeys";
by Martynas   March 29, 2011 @ 5:36am
113 Views
no comments
 
C#
private static readonly log4net.ILog _logger
            = log4net.LogManager.GetLogger(
                    System.Reflection.MethodBase.GetCurrentMethod()
                     .DeclaringType);
by Athens Springer   October 22, 2010 @ 8:03pm
221 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate