Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Running wordpress / PHP in a sub directory
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
benr75  
View profile  
 More options Aug 28 2008, 5:07 pm
From: benr75 <ben...@gmail.com>
Date: Thu, 28 Aug 2008 14:07:42 -0700 (PDT)
Local: Thurs, Aug 28 2008 5:07 pm
Subject: Running wordpress / PHP in a sub directory
Hello ~

I migrated a site today from Apache + mod_proxy_balancer + thin to
Phusion Passenger.  Worked like a charm and freed up memory, we threw
a little party, then remembered that we had a sub directory that we
had been running wordpress in.  In the original setup we had some
rewriterules that handled passing things off correctly, these will not
work as I believe passenger is doing some of its own magic
rewriting.

Is it possible to run a wordpress site in a subdirectory of a
passenger virtual host?

Thx in advance,

Ben


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hongli Lai  
View profile  
(1 user)  More options Aug 28 2008, 7:16 pm
From: Hongli Lai <hon...@phusion.nl>
Date: Fri, 29 Aug 2008 01:16:55 +0200
Local: Thurs, Aug 28 2008 7:16 pm
Subject: Re: Running wordpress / PHP in a sub directory

benr75 wrote:
> Hello ~

> I migrated a site today from Apache + mod_proxy_balancer + thin to
> Phusion Passenger.  Worked like a charm and freed up memory, we threw
> a little party, then remembered that we had a sub directory that we
> had been running wordpress in.  In the original setup we had some
> rewriterules that handled passing things off correctly, these will not
> work as I believe passenger is doing some of its own magic
> rewriting.

> Is it possible to run a wordpress site in a subdirectory of a
> passenger virtual host?

Yes it is. The easiest way to do this is to use the development version
of Passenger. You can then turn off Passenger for sub URIs, like this:

<VirtualHost ...>
    ServerName ...
    DocumentRoot ...
    <Location /blog>
       PassengerEnabled off     # <---- !!!
    </Location>
</VirtualHost>

--
Phusion | The Computer Science Company

Web: http://www.phusion.nl/
E-mail: i...@phusion.nl
Chamber of commerce no: 08173483 (The Netherlands)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google