<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user">
    <title>gmane.comp.apache.mod-security.user</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5326"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5325"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5324"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5323"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5322"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5321"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5320"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5319"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5318"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5317"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5316"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5315"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5314"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5313"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5312"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5311"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5310"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5309"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5308"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5307"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5326">
    <title>Re: ModSecurity calling order and SiteMinder</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5326</link>
    <description>Kogelheide
capabilities,
that
[Ryan Barnett] Without any details of the SiteMinder Apache module code
(do you have the source?) this is a blackbox trouble-shooting scenario.
There may be some workarounds to try.

1) Easy test - what order have you specified the SiteMinder and
ModSecurity LoadModule directives?  You can try to specify ModSecurity
first and then SiteMinder.  This way, if they are both using the same
hooks, Mod would run first.

2) If you try this and it is still a problem, you might be able to edit
the mod_security2.c file to have the SiteMinder module called up after
ModSecurity.  Something like this (I don't know what the SiteMinder
module name is though) - 

/**
 * Registers module hooks with Apache.
 */
static void register_hooks(apr_pool_t *mp) {
    
--CUT--

    static const char *postread_afterme_list[] = {
        "mod_log_forensic.c",
        "mod_siteminder.c",
        NULL
    };

If SiteMinder is actually running as a Filter, then this won't work.  If
none of this works, please op</description>
    <dc:creator>Ryan Barnett</dc:creator>
    <dc:date>2008-09-05T20:54:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5325">
    <title>ModSecurity calling order and SiteMinder</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5325</link>
    <description>I've installed ModSecurity 2.5.6 on Apache protected by CA's
SiteMinder. In testing ModSecurity with the Core rules, I've seen that 
SiteMinder is called first. It has some application firewall capabilities, so 
intercepts some of the bad URLs that I'm sending.

Is there a fashion to get ModSecurity to proc before SiteMinder? Note that we 
have no control over the code of SiteMinder.



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Ryan Kogelheide</dc:creator>
    <dc:date>2008-09-05T20:42:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5324">
    <title>Re: log</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5324</link>
    <description>
I am sorry. I was looking at the wrong audit_log file.

Jair Santos



audit(1220642761.595:62827): user pid=5113 uid=0 auid=0 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Jair Santos</dc:creator>
    <dc:date>2008-09-05T20:02:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5323">
    <title>Re: log</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5323</link>
    <description>
These logs are not from ModSecurity, but are generated by PAM runing via
cron (/usr/sbin/crond).  What makes you think they are ModSecurity releated?

-B

</description>
    <dc:creator>Brian Rectanus</dc:creator>
    <dc:date>2008-09-05T19:53:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5322">
    <title>Re: log</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5322</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mod-security-users mailing list
mod-security-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-security-users
</description>
    <dc:creator>Ryan Barnett</dc:creator>
    <dc:date>2008-09-05T19:43:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5321">
    <title>log</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5321</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mod-security-users mailing list
mod-security-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-security-users
</description>
    <dc:creator>Jair Santos</dc:creator>
    <dc:date>2008-09-05T19:35:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5320">
    <title>Re: Invalid command 'SecComponentSignature'????</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5320</link>
    <description>????
how
[Ryan Barnett] What version of Mod are you using?  This is a 2.5.x
directive -
http://www.modsecurity.org/documentation/modsecurity-apache/2.5.6/modsec
urity2-apache-reference.html#N10410.  We specify it within the Core
Rules to help with trouble-shooting as it will be included in the audit
log data.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Ryan Barnett</dc:creator>
    <dc:date>2008-09-05T17:23:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5319">
    <title>Invalid command 'SecComponentSignature' ????</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5319</link>
    <description>I've come a LONG way to get to this point but there is only 1 post
online that mentions this and the solution is not mentioned.

Syntax error on line 117 of
/etc/httpd/modsecurity/modsecurity_crs_10_config.conf:
Invalid command 'SecComponentSignature', perhaps misspelled or defined
by a module not included in the server configuration


Can someone shed some light on this for me? I don't even have a clue how
to test what is going wrong so I don't have a good way to know how to
fix it yet.

Thanks

Eric



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Eric Haddix</dc:creator>
    <dc:date>2008-09-05T17:19:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5318">
    <title>Re: BaiduSpider issues - protocol anomolies</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5318</link>
    <description>
Thanks, will fix for the next release.

-B

</description>
    <dc:creator>Brian Rectanus</dc:creator>
    <dc:date>2008-09-05T15:21:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5317">
    <title>Re: Special Characters not supported bymodsecurity</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5317</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mod-security-users mailing list
mod-security-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-security-users
</description>
    <dc:creator>Ryan Barnett</dc:creator>
    <dc:date>2008-09-05T13:15:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5316">
    <title>Special Characters not supported by modsecurity</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5316</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mod-security-users mailing list
mod-security-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-security-users
</description>
    <dc:creator>Angel Ferreres</dc:creator>
    <dc:date>2008-09-05T12:02:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5315">
    <title>Re: BaiduSpider issues - protocol anomolies</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5315</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
mod-security-users mailing list
mod-security-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-security-users
</description>
    <dc:creator>Bedirhan Urgun</dc:creator>
    <dc:date>2008-09-05T05:14:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5314">
    <title>Re: BaiduSpider issues - protocol anomolies</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5314</link>
    <description>Whale
[Ryan Barnett] The reason that this was blocked was that it was missing
an Accept Request Header.  This rule is enforcing RFC compliance where
all normal web browsers always include a Host, User-Agent and Accept
header.  Many custom bots, spiders, crawlers do not conform to these RFC
details.  It is up to you as to how strict you want to be with these
rules.  You can easily use SecRuleUpdateActionById
(http://www.modsecurity.org/documentation/modsecurity-apache/2.5.6/modse
curity2-apache-reference.html#N10A10) to change the action to pass - 

SecRuleUpdateActionById 960015 "pass"

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Ryan Barnett</dc:creator>
    <dc:date>2008-09-04T21:12:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5313">
    <title>Re: BaiduSpider issues - protocol anomolies</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5313</link>
    <description>
This is a bot (from *Japan* I believe, heh) that does not seem to play 
well as it ignores robots.txt.  So it made the list.

-B

</description>
    <dc:creator>Brian Rectanus</dc:creator>
    <dc:date>2008-09-04T21:05:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5312">
    <title>BaiduSpider issues - protocol anomolies</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5312</link>
    <description>I never expected this one.

I am getting  ID 960015 on the
Baiduspider+(+http://www.baidu.com/search/spider_jp.html) scanning the
domain of one of my hosted sites.

I nothing against the Chinese, but I am wondering if this is being Too
restrictive?

Certainly there is no possibility that the Chinese are coming to
Pittsburgh to work out at a Curves site.

What is the consciences on this id?

I'm attaching the Raw Tx log.

Thanks for all you guys do!

</description>
    <dc:creator>Albert E. Whale</dc:creator>
    <dc:date>2008-09-04T20:52:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5311">
    <title>Re: Conversion from mod_security 1.9.5 to2.5.6question</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5311</link>
    <description>
-------- Original-Nachricht --------

Sorry. Was a quick shot. Here another one:
---
SecRule ARGS:login "^admin$" "phase:1,chain,t:compressWhiteSpace,t:lowercase,deny,log,auditlog,status:403,msg:'admin login denied'"
SecRule REMOTE_ADDR "!^(64\.131\.90\.27|194\.44\.204\.[15]|194\.44\.(160\.178|134\.187))$"
---



</description>
    <dc:creator>Steve</dc:creator>
    <dc:date>2008-09-04T17:56:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5310">
    <title>Re: Conversion from mod_security 1.9.5to2.5.6question</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5310</link>
    <description>2.5.6:
"!^(|64.131.90.27|194.44.204.1|194.44.204.5|194.44.160.178|194.44.134.18
7)
[Ryan Barnett] Nope.  SecFilterSelective -&gt; SecRule is one translation
that needs to be made when updating rules.  The other aspect to update
is the variable format has changed - ARG_login -&gt; ARGS:login.

Additionally, your example rule is missing chain.

Please refer to the migration matrix -
http://www.modsecurity.org/documentation/ModSecurity-Migration-Matrix.pd
f


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Ryan Barnett</dc:creator>
    <dc:date>2008-09-04T17:54:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5309">
    <title>Re: Conversion from mod_security 1.9.5 to2.5.6question</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5309</link>
    <description>
-------- Original-Nachricht --------

Would that work?
----
SecRule ARG_login "^admin$" "phase:1,t:none,deny,log,auditlog,status:403,msg:'admin login denied'"
SecRule REMOTE_ADDR "!^(64\.131\.90\.27|194\.44\.204\.[15]|194\.44\.(160\.178|134.187))$"
----


</description>
    <dc:creator>Steve</dc:creator>
    <dc:date>2008-09-04T17:50:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5308">
    <title>Re: Conversion from mod_security 1.9.5 to2.5.6question</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5308</link>
    <description>2.5.6:
"!^(|64.131.90.27|194.44.204.1|194.44.204.5|194.44.160.178|194.44.134.18
7)
[Ryan Barnett]
http://www.modsecurity.org/documentation/ModSecurity-Migration-Matrix.pd
f


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Ryan Barnett</dc:creator>
    <dc:date>2008-09-04T17:26:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5307">
    <title>Conversion from mod_security 1.9.5 to 2.5.6question</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5307</link>
    <description>
Greetings:

The following rule sets work with mod_security 1.9.5 but not with 2.5.6:

## Only certain IP's can login as admin
SecFilterSelective ARG_login ^admin chain
SecFilterSelective REMOTE_ADDR
"!^(|64.131.90.27|194.44.204.1|194.44.204.5|194.44.160.178|194.44.134.187)$"


What changes would I have to make to have the same rule impact in
mod_security 2.5.6?

Thank you.

________________________________________________
Peter M. Abraham





-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Peter M. Abraham</dc:creator>
    <dc:date>2008-09-04T17:23:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5306">
    <title>[console empty] problem with mlogc</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.mod-security.user/5306</link>
    <description>Hello All,

I have a problem with the installation of mlogc
Active Alerts remains to Zero :(

informations of my installation:

/opt/httpd/bin/apachectl  -t -D  DUMP_MODULES

[...]
security2_module (shared)
Syntax OK

this commande have a probleme because :

ps -ef | grep mlogc
root      7965 26175  0 Sep03 ?        00:00:00 /opt/mlogc/mlogc 
/etc/mlogc.conf
root     22090     1  0 09:50 pts/0    00:00:00 /opt/mlogc/mlogc 
/etc/mlogc.conf
root     22146     1  0 09:51 pts/0    00:00:00 /opt/mlogc/mlogc 
/etc/mlogc.conf
root     22152     1  0 09:51 pts/0    00:00:00 /opt/mlogc/mlogc 
/etc/mlogc.conf

whenever I reload apache2 a mlogc more load

my /etc/mlogc.conf

CollectorRoot       "/var/log/mlogc"
ConsoleURI          "https://localhost:8888/rpc/auditLogReceiver"
SensorUsername      "user"
SensorPassword      "password"
LogStorageDir       "data"
TransactionLog      "mlogc-transaction.log"
QueuePath           "mlogc-queue.log"
ErrorLog            "mlogc-error.log"
LockFile            "mlogc.lck"
KeepEntrie</description>
    <dc:creator>Samuel Salson</dc:creator>
    <dc:date>2008-09-04T08:42:04</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.apache.mod-security.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.mod-security.user</link>
  </textinput>
</rdf:RDF>
