Issues after moving to new server
shrnky
Joined: 2011-12-03
Posts: 6 |
![]() |
Moved my Gallery installation to a new server. The file and database move worked great, but now I seem to have a path, dns, and/or permissions issue that I can't shake out. If you use the full path using the ip address as in the link below, everything shows up. I've put a copy of my apache2 virtual host config for the site below. <VirtlHost *:80> Figured out that Apache's rewrite module was not enabled. In Ubuntu ran the command "a2enmod rewrite" then restarted apache "service apache2 restart" |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Quote:
and/or permissions issue Looks like it to me: Dave |
|
shrnky
Joined: 2011-12-03
Posts: 6 |
![]() |
FYI, I am the admin. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Quote:
Any ideas? Not from me. Perhaps a server expert can chime in. Dave |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
your php files cannot be 777 or your server won't execute them. they need to be 755 or below. -s |
|
shrnky
Joined: 2011-12-03
Posts: 6 |
![]() |
My php files weren't, just the folder with the pictures in them. |
|
shrnky
Joined: 2011-12-03
Posts: 6 |
![]() |
Looked at the log files and I'm getting the error when trying to access files: |
|
tempg
Joined: 2005-12-17
Posts: 1857 |
![]() |
I'm late to this and not sure if you're still working on it. Could be a <filematch> or <directory> setting, or any of a handful of other things. |
|
grease62period
![]()
Joined: 2013-12-26
Posts: 1 |
![]() |
The problem could be mod_evasive. You might get too many false positives, especially with AJAX. Disabled it and see. Could also be an invalid V host config. |
|