Author Topic: (Solved) Lost ebox web app after installing Gallery2  (Read 1435 times)

WattoDaToydarian

  • Zen Apprentice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
(Solved) Lost ebox web app after installing Gallery2
« on: December 22, 2008, 02:12:25 am »
Hello everyone!
I am using 32bit UbuntuServer 8.04 and I switched from running Clarkconnect in a vmware guest to shutting down vmware and using ebox and so far I am loving it.

However after I installed the Gallery2 package in Ubuntu (the web picture gallery app) I lost the ability to connect to the ebox app.
When I try to connect to https://myserver in Firefox 3 I get the default "Failed to Connect" message.
I have tried stopping apache2, doing a killall apache2, and apache2 reload with no success.

I suspect that gallery2 somehow overwrote some critical configuration in apache2 for the ebox web app to work.

Thanks for your help in advance!
« Last Edit: December 22, 2008, 09:24:13 pm by WattoDaToydarian »

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: Lost ebox web app after installing Gallery2
« Reply #1 on: December 22, 2008, 02:42:43 pm »
Try this:

Code: [Select]
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/ebox apache restart

WattoDaToydarian

  • Zen Apprentice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Lost ebox web app after installing Gallery2
« Reply #2 on: December 22, 2008, 09:23:38 pm »
It's working now! Thanks a lot!
All I had to do is click "Start" next to the Web server module after I got in to see my other web pages.