If you don't want to or can't have a dedicated vhost for phpMyAdmin
you can also add the following to a passenger vhost:
Alias /phpmyadmin /usr/share/phpmyadmin
<Location /phpmyadmin>
PassengerEnabled off
</Location>
That simply tells passenger not to serve requests to that location.
On Sep 16, 9:00 pm, Tom Mac <
to.tom....@gmail.com> wrote:
> Hi
> Thanks a lot for your help. Now it works.
>
>
>
> On Thu, Sep 16, 2010 at 6:41 PM, Radek Kotlarek <
rked...@gmail.com> wrote:
>
> > I experienced similar issue - after adding VirtualHost for my rails
> > applications, I could not address my phpmyadmin through alias.
>
> > What I would suggest is to add another domain to your hosts file and create
> > actual virtualhost definition for phpmyadmin. Depending on location of
> > phpmyadmin on your system, it might look something like:
>
> > <VirtualHost *:80>
> > ServerName
phpmyadmin.example.com <
http://system1.example.com/>
> > DocumentRoot /usr/share/phpMyAdmin
> > </VirtualHost>
>
> > Reload your Apache and then try to access phpmyadmin through
> >
phpmyadmin.example.com
>
> >>
phusion-passen...@googlegroups.com<phusion-passenger%2Bunsubscr
i...@googlegroups.com>
> >> .
> >
phusion-passen...@googlegroups.com<phusion-passenger%2Bunsubscr
i...@googlegroups.com>
> > .