Thanks for all, but I have change apache config to alowed my IP.
Quoting Mitch Patenaude mpatenaude@shutterfly.com:
On 12/7/11 1:46 PM, "Weplica" info@weplica.com wrote:
[...] And I do that: If Apache is running, you must now configure this installation of Horde by visiting: http://127.0.0.1/horde/ and then navigating to Administration > Setup > Horde
Documentation on configuring Horde can be found at: /usr/share/doc/horde-3.3.11/docs/INSTALL
But I only have ssh access, so I do:
http:// "my-ip" /horde/
But I have nothing...
The web server is probably only bound to the localhost interface as a security measure.
You could launch a remote firefox as mroth suggested, but I would use ssh port forwarding instead:
ssh "your_server" -L8080:localhost:80
Then you can open a browser with the url: http://localhost:8080/horde/
and that should do what you want.
-- Mitch Patenaude mpatenaude@shutterfly.com
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos