VirtualHost overlap after installing Koha-3.00.00
Hi all, We have been running Koha 2.2.9 for a while and want to upgrade to 3. It seems to be installed, but on restarting the server I get this message: [Tue Sep 09 10:06:47 2008] [warn] VirtualHost debian:8080 overlaps with VirtualHost 127.0.0.1:8080, the first has precedence, perhaps you need a NameVirtualHost directive [Tue Sep 09 10:06:47 2008] [warn] VirtualHost debian:80 overlaps with VirtualHost 127.0.0.1:80, the first has precedence, perhaps you need a NameVirtualHost directive I know this is mnot an Apache group, but somebody might have had this problem and knows the solution. I am by no means an expert on servers. When I enter debian:80 or debian:8080 in the URL bar I do get the welcome to koha message before it shows the "internal server error". I have played around with the koha-httpd.conf file, but the only result so far has been different overlaps (like debian:80 overlaps with VirtualHost debian:80, the first has precedence, perhaps you need a NameVirtualHost directive) Thanks, Marty
marty <bluejaydesign@sympatico.ca> wrote:
When I enter debian:80 or debian:8080 in the URL bar I do get the welcome to koha message before it shows the "internal server error".
If you're seeing the "welcome to koha" then the VirtualHost problem probably isn't causing the error. Check the *error*log files for the important error details. It would be good to fix the NameVirtualHost and VirtualHost thing, but the correct fix depends on so many variables and is a problem for http://httpd.apache.org/ not Koha lists really. Hope that helps, -- MJ Ray (slef) Webmaster for hire, statistician and online shop builder for a small worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237
Just put: NameVirtualHost 10.1.1.1:80 before the first virtual host directive, then: NameVirtualHost 10.1.1.1:8080 before the second one. -- View this message in context: http://koha.1045719.n5.nabble.com/VirtualHost-overlap-after-installing-Koha-... Sent from the Koha - Discuss mailing list archive at Nabble.com.
participants (3)
-
marty -
MJ Ray -
nreese