Re: apache RewriteEngine
Re: apache RewriteEngine
- Subject: Re: apache RewriteEngine
- From: Pascal Robert <email@hidden>
- Date: Sun, 29 Jan 2012 22:22:48 -0500
Le 2012-01-29 à 21:56, Jesse Tayler a écrit :
>
> On Jan 29, 2012, at 9:28 PM, Paul D Yu wrote:
>
>> I'd suggest you just pay Pascal to set this up for you.
>
>
> PFFT! gladly!
>
> Or I'll just pay someone to come over and club me.
>
> I notice my WOnder app is now actually generating the URLs just as I'd expect -- cool, apache reports 404 still- suck.
>
> I've been up too long, so maybe I'm tired, things look mostly as I recall from other installations over the years...
>
> I note that I have a few rules ahead of my virtual host
>
> I don't see anything that should cause these rules not to fire, here's the end of the httpd.conf with my lonely doaine there at the end.
Any errors in the logs? And you can enable mod_rewrite logging with:
RewriteLog "/var/log/httpd/rewrite.log"
RewriteLogLevel 3
>
>
> Alias /WebObjects "/opt/WOWebServerResources/WebObjects"
>
> <Directory "/opt/WOWebServerResources/WebObjects">
> AllowOverride All
> Order allow,deny
> Allow from all
> </Directory>
>
> <LocationMatch /apps/WebObjects/.*>
> Order allow,deny
> Allow from all
> </LocationMatch>
>
>
> <VirtualHost mydomain.com:443>
> DocumentRoot "/var/www/html/mydomain"
> ServerName mydomain.com
> SSLEngine on
> SSLCertificateFile /etc/httpd/conf/ssl.crt/mydomain.com.crt
> SSLCertificateKeyFile /etc/httpd/conf/ssl.key/mydomain.pem
> SSLCertificateChainFile /etc/httpd/conf/gd_intermediate.crt
>
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteRule ^/woman(.*)$ /apps/WebObjects/WOMan.woa$1 [PT,L]
> </IfModule>
> </VirtualHost>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden