Re: [users@httpd] mod_rewrite help request

2014-04-01 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/01/2014 06:48 PM, Michael Streeter wrote: > Try this: RewriteEngine on RewriteCond %{QUERY_STRING} page=(.*) > RewriteRule ^(.*)$ http://www.example.com/%1? [R,L] > Thank you. That worked a peach. - -- James Moe moe dot james at sohnen-moe

[users@httpd] Information about the step-by-step compiling and building of Apache httpd-2.4.7 64 bit using Visual Studio

2014-04-01 Thread Ankit Sharma
Hi, I tried to compile and build httpd-2.4.7 by following the same steps mentioned in www.apache.org website using Visual Studio 2010. I was successfully able to compile and build the project in 64 bit debug mode. But when I am trying to use some applications with Apache24, it is showing Run-

[users@httpd] DirectoryIndex

2014-04-01 Thread Tony Kwan
Hi, We used "DirectoryIndex" and here is the list DirectoryIndex index.html DirectoryIndex index.php Everything works fine without any problem. But recently we have added another "RequestHeader unset Authorization" Directive Options None AllowOverride None RequestHeader unset Authoriza

Re: [users@httpd] mod_rewrite help request

2014-04-01 Thread Michael Streeter
On 4/1/2014 1:15 PM, James Moe wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have changed the way a website refers to page in the URL. The old method was odd, useless and unnecessarily complicated. I wish to have rewrite rule that changes http://www.example.com/?page=somep

[users@httpd] mod_rewrite help request

2014-04-01 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have changed the way a website refers to page in the URL. The old method was odd, useless and unnecessarily complicated. I wish to have rewrite rule that changes http://www.example.com/?page=somepage.php to http://www.example.com/somepage

Re: [users@httpd] (Solved) Apache 2.4.X on Freebsd 10 problem

2014-04-01 Thread Jeff Trawick
On Tue, Apr 1, 2014 at 2:03 PM, Varda Zklir wrote: > Patch suggested by Jeff Trawick helped and it works correctly now. > > Thank you Jeff !!! > You're welcome. I meant to put out a new apr 1.5.1 release back in February to resolve this and a few other issues, but didn't. Thanks for the "remi

Re: [users@httpd] (Solved) Apache 2.4.X on Freebsd 10 problem

2014-04-01 Thread Varda Zklir
Patch suggested by Jeff Trawick helped and it works correctly now.   Thank you Jeff !!!

Re: [users@httpd] Apache 2.4.X on Freebsd 10 problem

2014-04-01 Thread Jeff Trawick
On Tue, Apr 1, 2014 at 1:20 PM, Varda Zklir wrote: > Hello Gentlemen. > > I've trouble running Apache 2.4.X on Freebsd 10. Two test machines, one > with FreebSD 9.2 default setup (most options automatic) other with FreeBSD > 10 default setup (most options automatic), same configs, assigned same >

Re: [users@httpd] Apache 2.4.X on Freebsd 10 problem

2014-04-01 Thread dweimer
On 04/01/2014 12:20 pm, Varda Zklir wrote: Hello Gentlemen. I've trouble running Apache 2.4.X on Freebsd 10. Two test machines, one with FreebSD 9.2 default setup (most options automatic) other with FreeBSD 10 default setup (most options automatic), same configs, assigned same IP's. On both

[users@httpd] Apache 2.4.X on Freebsd 10 problem

2014-04-01 Thread Varda Zklir
Hello Gentlemen.   I've trouble running Apache 2.4.X on Freebsd 10. Two test machines, one with FreebSD 9.2 default setup (most options automatic) other with FreeBSD 10 default setup (most options automatic), same configs, assigned same IP's. On both Apache 2.4.9 built from ports and byte to by

Re: [users@httpd] httpd bug 52178 - passing ipv6 address to ServerName

2014-04-01 Thread Oscar Knorn
Hi, please let '/etc/hosts' and/or DNS do the forward lookup and use FQDN as statet in https://issues.apache.org/bugzilla/show_bug.cgi?id=52178#c4 Cheers Oscar Am 01.04.2014 11:45, schrieb Nawalramka, Priyanka: > > Hi, > > > > I came across this bug > https://issues.apache.org/bugzilla/show_bu

[users@httpd] httpd bug 52178 - passing ipv6 address to ServerName

2014-04-01 Thread Nawalramka, Priyanka
Hi, I came across this bug https://issues.apache.org/bugzilla/show_bug.cgi?id=52178#a0 reported in ASF Bugzilla which says that ServerName directive does not support ipv6 addresses. Does anyone know if this is fixed in any later release of Apache httpd server? Basically I want to be able t