• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: apache RewriteEngine
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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"
        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

  • Follow-Ups:
    • Re: apache RewriteEngine
      • From: Pascal Robert <email@hidden>
References: 
 >apache RewriteEngine (From: Jesse Tayler <email@hidden>)
 >Re: apache RewriteEngine (From: Fabian Peters <email@hidden>)
 >Re: apache RewriteEngine (From: Jesse Tayler <email@hidden>)
 >Re: apache RewriteEngine (From: Fabian Peters <email@hidden>)
 >Re: apache RewriteEngine (From: Jesse Tayler <email@hidden>)
 >Re: apache RewriteEngine (From: George Domurot <email@hidden>)
 >Re: apache RewriteEngine (From: Jesse Tayler <email@hidden>)
 >Re: apache RewriteEngine (From: George Domurot <email@hidden>)
 >Re: apache RewriteEngine (From: Jesse Tayler <email@hidden>)
 >Re: apache RewriteEngine (From: Pascal Robert <email@hidden>)
 >Re: apache RewriteEngine (From: Jesse Tayler <email@hidden>)
 >Re: apache RewriteEngine (From: Paul D Yu <email@hidden>)

  • Prev by Date: Re: apache RewriteEngine
  • Next by Date: Re: apache RewriteEngine
  • Previous by thread: Re: apache RewriteEngine
  • Next by thread: Re: apache RewriteEngine
  • Index(es):
    • Date
    • Thread