[ome-users] Configuration Guide for mod_python (production)
Paulo Almeida
palmeida at igc.gulbenkian.pt
Wed May 27 19:47:54 BST 2009
Hi Bernie,
If you haven't tried it yet, use:
chown apache:apache /home/omero/weblog
Judging by what you sent, it seems that your web server is running as
user 'apache'. If that doesn't work, you can look in your apache
configuration file(s) for the user, or try:
cat /etc/passwd
and see if it's obvious which one is the web server. In Debian systems, for
instance, the default user is 'www-data' .
Good luck,
Paulo
On Wednesday 27 May 2009 19:38:46 Bernie Broughton wrote:
> I'm having problems using the configuration guide for mod_python
> (production).
>
> First, I've changed the DATABASE_NAME and PYTHONPATH declarations to
> reflect what it is in the omero Beta 4.0.3 environment:
>
> DATABASE_NAME = '/home/omero/omero_dist/lib/python/omeroweb/db.sqlite3'
> PYTHONPATH=/home/omero/omero_dist/lib/python/omeroweb/manage.py syncdb
>
> I get stuck though in creating log and database directories with
> apache_user:apache_group ownership:
>
> I can create directories but fail:
>
> chown apache_user:apache_group /home/omero/weblog
>
> gives: invaid user
>
> chown apache:apache_group /home/omero/weblog
>
> gives: invalid group
>
> as root
>
> Apache is there and is running and:
>
> <http://our_site/>
>
> gives the apache test page.
>
> Bernie
>
> Bernie Broughton
> IT Manager
> Genome Damage and Stability Centre
> University of Sussex
> http://www.sussex.ac.uk/USIS/phone/details.php?id=19643
> _______________________________________________
> ome-users mailing list
> ome-users at lists.openmicroscopy.org.uk
> http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users
More information about the ome-users
mailing list