Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] mod_rewrite on Windows with Apache 2.2

Peter Kay

2009-06-29

Replies: Find Java Web Hosting

Author LoginPost Reply

----- Original Message ----

> From: tomcatastrophe <nabble@(protected)>
> To: users@(protected)
> Sent: Monday, June 29, 2009 9:51:40 PM
> Subject: [users@(protected)
>
>
> I have Apache 2.2 working perfectly on my Linux installation and now I am
> trying to set up a copy on my Windows box for development.
>
> Everything works fine except rewriting of URLs.
>
> I have searched and searched online, but every guide and forum says
> something different. The information is poorly organized and I can't seem to
> find a simple answer.
>
> Here is the basic problem:
>
> I have installed Apache 2.2 for Windows with the default configuration,
> nothing fancy. I set up some virtual hosts, they are detected and work fine.
> I can view my pages, etc.
>
> Now I want to add URL rewriting for one of my hosts.
>
> I added my rules and directive to the virtual host (these work fine on
> Linux):
>
>    ProxyPreserveHost On
>    ProxyPassReverse / ajp://localhost:8009/
>    RewriteEngine On
>    RewriteRule ^/(.*)$ ajp://localhost:8009/$1 [P]
>
> But when trying to start Apache after doing this I get an error that the
> service failed to start.


Did you check for a specific error in the Event Log?

--Peter


   

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.