Re: Gallery (web based photo album organizer)

2007-05-29 Thread Tom Furie
On Mon, May 28, 2007 at 05:09:54PM -0400, Rick Pasotto wrote:
 
 Gallery2 is the newer program.
 
 You need something to point to /usr/share/gallery (or gallery2).
 
 In the root directory of your server (/var/www/server) create a symbolic
 link to /usr/share/gallery:
 
 ln -s /usr/share/gallery /var/www/server/gallery
 
 or you can create an alias in your httpd.conf.

Alternatively, you can uncomment the relevant lines in
/etc/gallery/apache.conf and reload apache.

Cheers,
Tom

-- 
Do not meddle in the affairs of troff, for it is subtle and quick to anger.


signature.asc
Description: Digital signature


Gallery (web based photo album organizer)

2007-05-28 Thread Ole

I am struggling getting Gallery to work on my new Debian Etch server
(i386). When I enter the url (http://servername/gallery/) it returns a
http 404 error. I have of course also tried to enter the setup page
(http://servername/gallery/setup/index.php) and get the same error
message here. I have also tried to reinstall everything from scratch
several times. The webserver (Apache 1.3.34) is working fine
otherwise. Also php 4 seems OK. I have taken care to check that all
the extra packages that Gallery rely on is installed (such as
imagemagick).
The Gallery FAQ indicates that mod_rewrite is not enabled when a http
404 error message is displayed, but as far as I have found out the
mod_rewrite module is loaded on my server (at least the module is
listed in the etc/apache/modules.conf  file).
Has anyone experienced similar problems? Any solution?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Gallery (web based photo album organizer)

2007-05-28 Thread Rick Pasotto
On Mon, May 28, 2007 at 10:36:51PM +0200, Ole wrote:
 I am struggling getting Gallery to work on my new Debian Etch server
 (i386). When I enter the url (http://servername/gallery/) it returns a
 http 404 error. I have of course also tried to enter the setup page
 (http://servername/gallery/setup/index.php) and get the same error
 message here. I have also tried to reinstall everything from scratch
 several times. The webserver (Apache 1.3.34) is working fine
 otherwise. Also php 4 seems OK. I have taken care to check that all
 the extra packages that Gallery rely on is installed (such as
 imagemagick).
 The Gallery FAQ indicates that mod_rewrite is not enabled when a http
 404 error message is displayed, but as far as I have found out the
 mod_rewrite module is loaded on my server (at least the module is
 listed in the etc/apache/modules.conf  file).
 Has anyone experienced similar problems? Any solution?

Gallery2 is the newer program.

You need something to point to /usr/share/gallery (or gallery2).

In the root directory of your server (/var/www/server) create a symbolic
link to /usr/share/gallery:

ln -s /usr/share/gallery /var/www/server/gallery

or you can create an alias in your httpd.conf.

-- 
Under a government which imprisons unjustly, the true place
for a just man is also a prison.  -- Henry David Thoreau
Rick Pasotto[EMAIL PROTECTED]http://www.niof.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]