Re: [us...@httpd] Redirection problem with dynamic url parameters

2009-08-10 Thread Krist van Besien
On Mon, Aug 10, 2009 at 8:38 PM, Eric Covener wrote: >> RewriteRule ^blog/view\?blogId=(\d+) http://illinois.edu/db/view/$1 [R=301] > > You can't match a query string like that. You have to use a RewriteCond. Like this: RewriteCond %{QUERY_STRING} blogid=(\d+) RewriteRule /blog/view/

Re: [us...@httpd] help for rewriterule

2009-08-10 Thread Krist van Besien
On Tue, Aug 11, 2009 at 7:29 AM, SG0101 wrote: > Thanks Igor for your reply. But what one can do when his web content located > on distributed system within network and have only one domain(external IP) > ?  I think Rewrite rule can be useful here. Any comments? > A Rewrite Rule will modify a reque

Re: [us...@httpd] Re: Need some SSL help please.

2009-08-10 Thread Krist van Besien
On Sat, Aug 8, 2009 at 4:19 AM, Mike -- EMAIL IGNORED wrote: > One additional but important point.  When things slowed substantially > after adding SSL to part of my tree, everything slowed, even the parts > that were not doing SSL at all.  Again, the slowness was caused by the > DNS, not the encr

Re: [us...@httpd] help for rewriterule

2009-08-10 Thread SG0101
Thanks Igor for your reply. But what one can do when his web content located on distributed system within network and have only one domain(external IP) ? I think Rewrite rule can be useful here. Any comments? Thanks apache user community -- 5|-|R33 On Sun, Aug 9, 2009 at 12:18 PM, Igor Cicimov

Re: [us...@httpd] Help in understand apache filter

2009-08-10 Thread Jorge Schrauwen
Hi There is some information and an example on http://www.apachetutor.org/, I can''t be of more help, still going to the apache modules book but vacation job and a small side trip to brush up my C got in the way. But I think you will have better luck asking development related questions on d...@h

[us...@httpd] Help in understand apache filter

2009-08-10 Thread Mansour
Hi I’m working in master project and I need to write an apache filter in this project.   I want to understand how to write a filter in apache, I read tens of tutorials and books and I did not find any thing simple and clear, I got confused!   For now I need a simple tutorial

Re: [us...@httpd] How to Release Apache?

2009-08-10 Thread Jorge Schrauwen
By subversion I mean... the httpd project has a subversion repository that holds the source code. somewhere in that repository is the files that are used to build the official msi's that are released by the ASF. I looked up the URL for you so if you have the subversion cli tools installed you can

Re: [us...@httpd] How to Release Apache?

2009-08-10 Thread Brian Kim
Hi. Jorge Thank you for your advice. However, sorry but I do not think I understood completely what you said. You have said, "You can checkout the windows install source files from subversion and start working from there." When you say, "subversion", does it mean S/W for version controlling? Or

Re: [us...@httpd] Redirection problem with dynamic url parameters

2009-08-10 Thread Eric Covener
> RewriteRule ^blog/view\?blogId=(\d+) http://illinois.edu/db/view/$1 [R=301] You can't match a query string like that. You have to use a RewriteCond. -- Eric Covener cove...@gmail.com - The official User-To-User support forum

Re: [us...@httpd] Redirection problem with dynamic url parameters

2009-08-10 Thread Bob Ionescu
2009/8/10 Jonathan Zuckerman : > Ah dammit, obvious mistake, this is better: > RewriteRule ^blog/view\?blogId=(\d+) http://illinois.edu/db/view/$1 [R=301] But it won't work, because the query string is not part of the string which is tested in your rule-pattern. As the docs states, you'll need a R

Re: [us...@httpd] Redirection problem with dynamic url parameters

2009-08-10 Thread Jonathan Zuckerman
On Mon, Aug 10, 2009 at 11:02 AM, Jonathan Zuckerman wrote: > On Mon, Aug 10, 2009 at 8:51 AM, Campbell, Lance wrote: >> https://illinois.edu/blog/view?blogId=291 >> >> To >> >> http://illinois.edu/db/view/291 > > I think you want something like this: > > RewriteRule ^blog/view\?blogId=(\d)+ http:/

Re: [us...@httpd] Redirection problem with dynamic url parameters

2009-08-10 Thread Jonathan Zuckerman
On Mon, Aug 10, 2009 at 8:51 AM, Campbell, Lance wrote: > https://illinois.edu/blog/view?blogId=291 > > To > > http://illinois.edu/db/view/291 I think you want something like this: RewriteRule ^blog/view\?blogId=(\d)+ http://illinois.edu/db/view/$1 [R=301] Totally untested, it's been awhile but

Re: [us...@httpd] How to Release Apache?

2009-08-10 Thread Jorge Schrauwen
You can checkout the windows install source files from subversion and start working from there. Other than that, I don't have any advice, but make sure to clearly state this isn't released by the ASF but by a 3rd party It's probably a good idea to read "Licensing of Distributions " section of http

Re: [us...@httpd] Trouble compiling apache with mod_ssl, having two versions of OpenSSL on openSUSE 10.3

2009-08-10 Thread Dan Stromberg
I'm puzzled now. OpenSSL is either building fine, or building with a problem that has no corresponding error message. Yes, I have the OpenSSL 1.0.0 beta 3 tarball - that's what allowed me to build it without an error message. It's not until I try to build apache against that OpenSSL that I get a

Re: [us...@httpd] vhost not receiving the connections

2009-08-10 Thread Jean-François
Hi Kris. Both you and James Zuelow hit right on target. I've corrected my conf files and all work fine now. Thanks again, Sirs ! -- JFG On Mon, Aug 10, 2009 at 1:22 AM, Krist van Besien wrote: > On Mon, Aug 10, 2009 at 3:48 AM, Jean-François wrote: >> Hello, >> >> I’m having an issue with servin

[us...@httpd] Redirection problem with dynamic url parameters

2009-08-10 Thread Campbell, Lance
I need to redirect: https://illinois.edu/blog/view?blogId=291 To http://illinois.edu/db/view/291 The key is that 291 may be any number in both the from and to URLs. Can someone point me in the proper direction on how to redirect these types of URLs? Thanks, Lance Campbell Project Manager/So

[us...@httpd] How to Release Apache?

2009-08-10 Thread Brian Kim
Hi all. Until now, I just downloaded source code, modified some of them(mostly, mod_http_proxy.c) and finished adding some functionality. In the meantime, I tested it by getting my web browser to have local host IP as its proxy server. Now it is time to release the apache to other testers who ma

[us...@httpd] Re: restrict access to files

2009-08-10 Thread Nicholas Sherlock
Nina P. Gregorev wrote: How can I restrict access to files when accessed via the url link? I have image files that should be viewable within the site but shouldn't be viewable when a user type in the full url in the browser. This is essentially impossible, unless you can control your client ba

[us...@httpd] "SSL input filter read failed" error for apache with mod_nss

2009-08-10 Thread Rishi Renjith
Hello, We are trying to make apache work with mod_nss in Solaris10 x86 platform in our project, which currently uses mod_ssl. For that we did the following. 1) Compiled and installed NSS with NSPR. 2) Installed Apache compiled with mod_ssl 3) Compiled and installed mod_nss for this Apache 4) Creat

[us...@httpd] Separate authentication and authorization databases

2009-08-10 Thread Marcel Ammerlaan
Hi, I'm trying to setup a somewhat unusual security architecure with Apache HTTP and wonder if this can be achieved at all. Basically, I have 2 LDAP servers one with user-accounts and a second with user/group mappings. The first LDAP is Windows AD and I query that via SASL (using mod_authn_sasl).

Re: [us...@httpd] Re: Need some SSL help please.

2009-08-10 Thread Matus UHLAR - fantomas
On 07.08.09 15:27, Mike -- EMAIL IGNORED wrote: > Please read my recent thread "excessive DNS slows httpd". > The bottom line: I recently introduced SSL to part of my > web site, and it slowed considerably. Using iptables > (on a Linux system),I blocked all DNS, and speed of > response is better t