On Wednesday 02 September 2009 01:53:40 am NMarcu wrote:
> Hello all,
>
>    I have a project that is need to be run like: "http://localhost/";.
> In this case, I can't access phppgadmin like: "localhost/phpmyadmin"
> because is looking in my project files. I configure the Apache 2,
> httpd.conf like:
>
> <Location "/">
>     SetHandler python-program
>     PythonHandler django.core.handlers.modpython
>     SetEnv DJANGO_SETTINGS_MODULE ibox.settings
>     PythonOption django.root /ibox
>     PythonDebug On
>     PythonPath "['/home/nmarcu/Desktop/projects'] + sys.path"
> </Location>
>
> There is a posibility to run the project in this way, but steel can
> use phppgadmin?

Yes, depending on how you installed phppgadmin, it might have installed a conf 
file in apache's conf.d directory (usually, for *nix, in /etc/httpd 
or /etc/apache or /etc/apache2) for phppgadmin named phppgadmin.conf. In this 
file will be another Location directive, apache will serve it's url matches 
before handing it off to django at the root of the webserver. It's similar to 
setting up static media to be served off of the Location '/media/'.

If it doesn't have this file, consult the apache docs and phppgadmin docs how 
to set these up if it's not there for you already.

Mike


-- 
No small art is it to sleep: it is necessary for that purpose to keep
awake all day.
                -- Nietzsche

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to