No...we are directly connecting to a local server...no tunneling etc... We have configured a port for every developer in Apache...
The getHost() returns the host with correct port... Also, the getRelativeUrlRoot() method returns the correct path with correct port... What is the purpose of getRelativeUrlRoot() method? I didn't see much info in the code comments... On Sep 22, 3:22 pm, "Thomas Rabaix" <[EMAIL PROTECTED]> wrote: > Can you please reply to our question ? > > Are you behind a proxy or are your connections tunnelings through a > specific port ? like 4550 (public) to 80 (dev server ) > > Thomas > > > > On Mon, Sep 22, 2008 at 12:01 PM, Sumedh <[EMAIL PROTECTED]> wrote: > > > Can someone put some light pleeeease? :) > > > On Sep 20, 10:42 am, Sumedh <[EMAIL PROTECTED]> wrote: > >> Yeah, the SERVER_PORT in the debugging panel shows 80... :( > > >> And actually it is 8085, 8086 etc (one for every developer)... > > >> May be it has to do with how we have configured Apache? > > >> On Sep 19, 1:37 pm, cokker <[EMAIL PROTECTED]> wrote: > > >> > Can you provide the data of the request? I mean HTTP_HOST, SERVER_PORT > >> > and so on? > > >> > in sfWebRequest->getUriPrefix the port is removed if it is a standard > >> > port. Perhaps you should look at the file to find out what happens. > > >> > greets > >> > Sven > > >> > Sumedh schrieb: > > >> > > Yeah, I had tried getUriPrefix()... > > >> > >http://groups.google.com/group/symfony-users/browse_thread/thread/8a3... > > >> > > But even that has the same problem... > > >> > > On Sep 18, 6:55 pm, Bernhard Schussek <[EMAIL PROTECTED]> wrote: > >> > >> Did you try any of the other sfWebRequest::get... methods such as > >> > >> getHost()? > > >> > >> Bernhard > > >> > >> Am Donnerstag, den 18.09.2008, 01:13 -0700 schrieb Sumedh: > > >> > >>> No idea? :| > >> > >>> On Sep 17, 2:01 pm, Sumedh <[EMAIL PROTECTED]> wrote: > >> > >>>> In Symfony 1.0, request->getUri() is not returning port number to > >> > >>>> me... > >> > >>>> It is creating problem in DEV environment where we use several > >> > >>>> ports... > >> > >>>> Would not be a problem in live...but still... > >> > >>>> Is this a known bug? > > -- > Thomas Rabaix > Internet Consultant --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
