Welcome! Log In Create A New Profile

Advanced

Re: joomla and zend

Sander Klein
October 08, 2012 05:08AM
Hi,

On 08.10.2012 10:49, Sander Klein wrote:
> On 08.10.2012 10:15, Edho Arief wrote:
>> On Mon, Oct 8, 2012 at 3:07 PM, Sander Klein <roedie@roedie.nl>
>> wrote:
>>> Just one more time,... nobody who can help me with the following?
>>>
>>
>> I think you're not clear enough what problem you encountered.
>> Additionally, using alias is painful.
>>
>> I'm not familiar enough with Zend but I guess something like this:
>>
>> location ^~ /web-app/ {
>> alias /usr/local/share/web-app/public/;
>> <maybe a try_files?>
>> location ~ \.php$ {
>> <php fcgi directives here>
>> }
>> }
>

the apache config I use is:

<VirtualHost *>
ServerName some.website.xx
DocumentRoot /some/path/to/site
Alias /webapp /other/path/to/webapp/public
SetEnv APPLICATION_ENV env_for_webapp
</VirtualHost>

In the documentroot the is a joomla website which I got working with
the config used here: http://docs.joomla.org/Nginx

Now I only need to get the webapp working which is a zend application.

So, if you go http://some.website.xx/ you get the joomla site, but if
you go to http://some.website.xx/webapp/ you need to get the webapp. I
just don't know how to get that working.

Sander

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

joomla and zend

Sander Klein October 01, 2012 03:30AM

Re: joomla and zend

Sander Klein October 08, 2012 04:10AM

Re: joomla and zend

Edho Arief October 08, 2012 04:16AM

Re: joomla and zend

Sander Klein October 08, 2012 04:50AM

Re: joomla and zend

Sander Klein October 08, 2012 05:08AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 301
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready