Re: [us...@httpd] rewrite to 443..please help me

2009-07-24 Thread Igor Cicimov
I don't know if typo or not but in the redirect rule you have mysite.cominstead mysite.it On Fri, Jul 24, 2009 at 6:24 PM, danielitob wrote: > > Sorry...you're right. > I analyzed error log and I found that...it's strange > > [Fri Jul 24 10:12:19 2009] [warn] RSA server certificate CommonName (C

Re: [us...@httpd] Compiling ModSecurity on CentOS 5.3 x86_64

2009-07-24 Thread Dan Poirier
You'll probably get more help over at http://www.modsecurity.org/contact/. This list is for support of the Apache web server and the modules that come with it. - The official User-To-User support forum of the Apache HTTP Server P

[us...@httpd] Compiling ModSecurity on CentOS 5.3 x86_64

2009-07-24 Thread Al Sparks
Running CentOS 5.3 x86_64, and Apache httpd-2.2.9, which is successfully compiled. I do a ./configure \ --with-apxs=/usr/local/apache2/bin/apxs \ --with-httpd-src=/home/sparks/install/httpd-2.2.9 I'll add that the apxs path is valid. There's an -fPIC error which is also curious

Re: [us...@httpd] Attempt to serve directory:

2009-07-24 Thread MK
On 07/24/2009 09:47:00 AM, Bob Ionescu wrote: > 2009/7/17 MK : > > > >SetHandler perl-script > >PerlHandler HTML::Mason::ApacheHandler > >AddType text/html mhtml > >AddType text/html comp > >AddHandler perl-script mhtml comp > > > In contrast to trunk (becoming 2.3/2.4) Direc

Re: [us...@httpd] apache corrupting images

2009-07-24 Thread Frank Gingras
EnableSendfile off ~Frank MK wrote: This started happening this morning. I did not want to attach an image on the mail list so I posted it here: http://www.intergate.com/~halfcountplus/misc/apache-distort.jpg That's a screenshot from //localhost. If you want to see how that should look, an

[us...@httpd] apache corrupting images

2009-07-24 Thread MK
This started happening this morning. I did not want to attach an image on the mail list so I posted it here: http://www.intergate.com/~halfcountplus/misc/apache-distort.jpg That's a screenshot from //localhost. If you want to see how that should look, an identical online version, where the ser

Re: [us...@httpd] Falling off the end of a directory listing

2009-07-24 Thread Paul Leder
Bob Ionescu wrote: 2009/7/22 Paul Leder : Problem: is there some way to allow a directory listing which includes a 'parent' link, but *only* up to a specified top level? May be you can restrict IndexIgnore .* to some folders via DirectoryMatch (don't know if terminating with $ works to prevent

Re: [us...@httpd] Low priced certificate?

2009-07-24 Thread Rainer Frey
On Wednesday 22 July 2009 01:45:50 Mike -- EMAIL IGNORED wrote: > I am thinking of securing part of my low volume > web site with SSL. I wend to some certificate > authorities, and I was blown away by the prices. > Are there that are both cheap and widely recognized? > > Thanks for your help. > Mi

Re: [us...@httpd] FilesMatch question

2009-07-24 Thread André Warnier
Eric Covener wrote: On Fri, Jul 24, 2009 at 10:07 AM, "Fábio Jr." wrote: Hello, Is the FilesMatch directive case sensitive? If isn't, can I use a regex like "\.(jpe?g|JPE?G)" to solve the problem? It's case sensitive. You can prefix a PCRE expression with (?i) to make it case-insensitive wi

Re: [us...@httpd] FilesMatch question

2009-07-24 Thread Eric Covener
On Fri, Jul 24, 2009 at 10:07 AM, "Fábio Jr." wrote: > Hello, > > Is the FilesMatch directive case sensitive? > > If isn't, can I use a regex like "\.(jpe?g|JPE?G)" to solve the problem? > It's case sensitive. You can prefix a PCRE expression with (?i) to make it case-insensitive without any speci

[us...@httpd] FilesMatch question

2009-07-24 Thread Fábio Jr.
Hello, Is the FilesMatch directive case sensitive? If isn't, can I use a regex like "\.(jpe?g|JPE?G)" to solve the problem? Thanks - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.a

Re: [us...@httpd] Attempt to serve directory:

2009-07-24 Thread Bob Ionescu
2009/7/17 MK : > >SetHandler perl-script >PerlHandler HTML::Mason::ApacheHandler >AddType text/html mhtml >AddType text/html comp >AddHandler perl-script mhtml comp > > > If I load *localhost/codebank/index.html*, there is no problem. > However, if I try to load *localhost/cod

Re: [us...@httpd] Apache and virtual hosting

2009-07-24 Thread André Warnier
peter wrote: I think this is a problem about Apache and virtual hosting. For what it's worth : from your description, I think you're right, and at the bottom there is probably some Apache misconfiguration. The problem is that you do not have a "clean" Apache installation such as you would

[us...@httpd] Apache and virtual hosting

2009-07-24 Thread peter
I think this is a problem about Apache and virtual hosting. but I am not sure...I have looked at the section in the Webmin book which has lots of information but …. it is in too great a detail for me to understand in overview what I should do. I have been following the suggestions here t

Re: [us...@httpd] Falling off the end of a directory listing

2009-07-24 Thread Bob Ionescu
2009/7/22 Paul Leder : > Problem: is there some way to allow a directory listing which includes a > 'parent' link, but *only* up to a specified top level? May be you can restrict IndexIgnore .* to some folders via DirectoryMatch (don't know if terminating with $ works to prevent inheritance ^/var/

Re: [us...@httpd] Htaccess redirect to SSL before Authenticate?

2009-07-24 Thread Mike Cardwell
Paul Reilly wrote: Hello, I want to redirect all pages which have a .htaccess restriction to SSL before the user is prompted for authentication: This is a common problem, as described here: http://blog.jozjan.net/2008/02/htaccess-redirect-to-ssl-https-before.html This doesn't really answer

[us...@httpd] Htaccess redirect to SSL before Authenticate?

2009-07-24 Thread Paul Reilly
Hello, I want to redirect all pages which have a .htaccess restriction to SSL before the user is prompted for authentication: This is a common problem, as described here: http://blog.jozjan.net/2008/02/htaccess-redirect-to-ssl-https-before.html Redirect in htaccess works fine on it's own, and aut

Re: [us...@httpd] rewrite to 443..please help me

2009-07-24 Thread danielitob
Sorry...you're right. I analyzed error log and I found that...it's strange [Fri Jul 24 10:12:19 2009] [warn] RSA server certificate CommonName (CN) `www.mysite.com' does NOT match server name!? what does mean? Ray Van Dolson-3 wrote: > > On Thu, Jul 23, 2009 at 09:51:38AM -0700, danielitob