Search found 572 matches

by matteo
Wed Jun 20, 2007 8:45 pm
Forum: Webserver and configuration
Topic: modsecurity
Replies: 8
Views: 26236

Hi,
I'm looking at the rule 960010 in the modsecurity_crs_30_http_policy.conf of the last ruleset modsecurity-core-rules_2.1-1.4.tar.gz , dowloaded from the mod_security website , which is: # Restrict which content-types we accept.
#
# TODO Most applications support only two types for request bodies ...
by matteo
Wed Jun 20, 2007 8:18 pm
Forum: Webserver and configuration
Topic: modsecurity
Replies: 8
Views: 26236

Hi,
sorry but I cannot write in English ;-)
(babelfish.altavista)



Update:
Paket: mod_security
Version: 2.1.1-1.fc6
Architektur: x86_64 Installiert 20/Jun./2007 20:56

does not become better, the problem always still exists
thanks for testing the new RPM: I'll setup a FC6 server in a VMware ...
by matteo
Wed Jun 20, 2007 7:56 pm
Forum: General discussions
Topic: TOO MANY ISSUES IN LATEST VERSION
Replies: 1
Views: 4457

Re: TOO MANY ISSUES IN LATEST VERSION

Hi,
From what I see your script has too many issues to be production line ready. Am I wrong? I really DO like what I'm seeing, but after I install your script, I can't get mod_rewrite to work properly and some of the right side colum script has issues. :cry:

I do thank you for all the time that ...
by matteo
Wed Jun 20, 2007 7:39 pm
Forum: Webserver and configuration
Topic: modsecurity
Replies: 8
Views: 26236

Re: modsecurity

Hi,
SecArgumentSeparator "&"

um die "Fett" Zeile gehts wohl wenn man die Fehlermeldung dazu sieht
sorry jetzt kommt es dick..

[Fri Jun 15 17:29:36 2007] [error] [client 87.160.185.103] ModSecurity: Access denied with code 501 (phase 1). Match of "rx (?:^(?:application/x-www-form-urlencoded ...
by matteo
Fri Jun 15, 2007 2:32 pm
Forum: General discussions
Topic: Removing Right Column and and extend main content
Replies: 4
Views: 9882

Re: That did the trick...one more question...Joomla

Hi,
Also, I am currently using this site inside a wrapper in Joomla. I do see a joomla file that is included in the script.

What is this for?
Is there a way to better integrate it into Joomla?
We've not ever developed such an integration: feel free to contribute to the PMF Community or at least ...
by matteo
Fri Jun 15, 2007 1:37 pm
Forum: General discussions
Topic: Removing Right Column and and extend main content
Replies: 4
Views: 9882

Hi,
take a look at [PATH_TO_PMF_INSTALL]/template/style.css: you can start working on rightcolumn and centercolumn classes.

Ciao,
Matteo
by matteo
Fri Jun 15, 2007 1:31 pm
Forum: General discussions
Topic: Best place to include a counter-script?
Replies: 13
Views: 28700

Re: Best place to include a counter-script?

Hi,
The best place would be a place where which identifies the loaded page clearly that I can get the exact stats. But I don't know where...
[PATH_TO_PMF_INSTALL]/index.php is the write place.
Just add them at the bottom of this file, after:
...
//
// Disconnect from database
//
$db->dbclose ...
by matteo
Wed Jun 06, 2007 10:33 pm
Forum: Bug reports
Topic: Bad key mapping causes possible data loss ("Command Arr
Replies: 2
Views: 5763

Hi,
you've not specified your browser: could you try to verify the issue using FF 2.0, just to see if this is a bug related to TinyMCE, the WYSIWYG editor we adopted since 2.x?
FYI here is its browser compatibility chart.

Thanks in advance,
Matteo
by matteo
Wed May 30, 2007 8:54 pm
Forum: Webserver and configuration
Topic: Sitemap google in another location
Replies: 3
Views: 11299

Hi,
you need to add the base path to all the rules but those related to the PMF Google sitemap.

Ciao,
Matteo
by matteo
Wed May 30, 2007 8:46 pm
Forum: General discussions
Topic: disable/enable WYSIWYG
Replies: 8
Views: 13522

Hi thomask,
you should also take a look at the basicXSSClean function in the inc/Init.php file, precisely: ...
// remove really unwanted tags
do {
$oldstring = $string;
$string = preg_replace('#</*(applet|meta|xml|blink|link|style|script|embed|object|iframe|frame|frameset|ilayer|layer|bgsound ...
by matteo
Mon May 28, 2007 7:33 pm
Forum: Webserver and configuration
Topic: Sitemap google in another location
Replies: 3
Views: 11299

Hi,
we use the RewriteBase directive to avoid to write down the base path in each rule.
Just remove it and add the base part (i.e. /faq/) to all rules but the sitemap one. Enjoy PMF!

Ciao,
Matteo
by matteo
Mon May 28, 2007 7:29 pm
Forum: General discussions
Topic: Can elements of MyFAQ be customized?
Replies: 1
Views: 4561

Hi,
for these kind of changes (i.e. static elements) please take a look at the template/ folder: there you'll find many .tpl files which represent a good start point to investigate your needs.

Ciao,
Matteo
by matteo
Sat May 26, 2007 6:53 am
Forum: Bug reports
Topic: Problem with non-standard ports on Apache
Replies: 2
Views: 5779

Re: Problem with non-standard ports on Apache

Hi Günter,
oldman wrote:with this patch it works correctly; tested that on both NetWare and Win32 platforms.
for your convenience, you can track the working progress about your issue here: https://thinkforge.org/tracker/index.ph ... 2&atid=169

Ciao,
Matteo
by matteo
Sat May 26, 2007 6:41 am
Forum: General discussions
Topic: What happened to the Glossary?
Replies: 6
Views: 11270

Re: Very cool! (but I found a bug)

Hi,
1) If the term is followed by any punctuation, it is not seen as a glossary term. E.g. "PHP" would work as you state above but not "PHP." So you can't put your term at the end of a sentence, or quote it in your text, etc. unless you put a space after. Not a huge problem, but a little ...
by matteo
Sat May 26, 2007 6:29 am
Forum: Proposals
Topic: Requests: RSS, configuration, permissions, record ordering
Replies: 2
Views: 9667

Re: Requests: RSS, configuration, permissions, record orderi

Hi,
1. RSS feed per FAQ category - we have many user types; allowing RSS feeds for FAQ categories would help segment their access to content.
FYI: per-cat view is already available for TopTen RSS, i.e.:

http://<hostname>/path/to/feed/topten/rss.php?cat=18

Giving priority to other issues I'll ...