Page 1 of 2

Gallery2

Posted: Sat Jan 24, 2009 10:06 pm
by gjc1000
Need some help. Not having much luck installing Gallery2. Install, create web app in HDA, but when I hit the URL I get the test page for the Apache HTTP server. It tell me my webserver is installed correctly. Thats great, but I don't know what to do next. Anybody have a clue

Re: Gallery2

Posted: Sat Jan 24, 2009 10:10 pm
by cpg
hmmm.

two things should be going on: an alias, and a virtual host for that alias.

the dns alias you can test with:

Code: Select all

ping gallery
(if you called the app gallery)

the virtual host usually work, but you can try (as root):

Code: Select all

service httpd restart
also, we're close to release a new installer for webapps that will make this into a one-click operation. are you interested in helping us test it? ;)

Re: Gallery2

Posted: Sun Jan 25, 2009 10:32 am
by gjc1000
Tried your suggestions, but it didn't work. anything else? I was able to ping Gallery though.
If your looking to make something boob proof, I'm your boob. How can I help?

Re: Gallery2

Posted: Sun Jan 25, 2009 11:59 am
by jfrenc14
i think gallery has a .htaccess file in the directory you will need to put a # sign in front of every line. also inside the directory try "chown -R apache *" and "chgrp -R *"

Re: Gallery2

Posted: Sun Jan 25, 2009 1:03 pm
by gjc1000
I found two htaccess files, one modules\rewrite and one in modules\migrate which one or both.

Re: Gallery2

Posted: Sun Jan 25, 2009 1:29 pm
by cpg
when I hit the URL I get the test page for the Apache HTTP server. It tells me my webserver is installed correctly.
can you post more details?

either the actual words you see or a screenshot of the error?

by the way, as french says, there is an .htaccess file that needs to be removed.

note, *not* htaccess, but .htaccess (dot htaccess)

Re: Gallery2

Posted: Sun Jan 25, 2009 4:43 pm
by gjc1000
Here is a screen shot. Where do I find (dot)htaccess to delete it

Re: Gallery2

Posted: Sun Jan 25, 2009 4:49 pm
by jfrenc14
can you tell us what the logs say, also

Code: Select all

httpd -S
and display those results

Re: Gallery2

Posted: Sun Jan 25, 2009 5:20 pm
by gjc1000
submited logs through the Debug feature on the dashboard, wasn't sure what you were looking for. attached is what code: httpd -s displayed

Re: Gallery2

Posted: Sun Jan 25, 2009 5:22 pm
by cpg
the logs were empty - this is a bug that has been fixed.

what jfrenc14 wants is the output of typing this (as root):

Code: Select all

httpd -S