Re: apache RewriteEngine
Re: apache RewriteEngine
- Subject: Re: apache RewriteEngine
- From: Jesse Tayler <email@hidden>
- Date: Sun, 29 Jan 2012 21:56:55 -0500
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.
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" 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