Forums / Install & configuration / Early teething problems... (newbie install)
Graham Green
Tuesday 26 August 2003 12:23:37 pm
HiI have just installed Exponential 3.1.1, I am running Apache 2 and PHP 4.2.3.
I followed the installation instructions as per the documentation. However when I try to view the site I get the following error; An error occured while loading http://dfa.dyndns.org/:Connection to host dfa.dyndns.org is broken
I can load http://dfa.dyndns.org/admin/user/login/ which gives me a login page, after entering the username and password I get the error mentioned above.
I hope someone can help with this very frustrating problem. Here's my Virtual Host configuration in case that is of any use. <VirtualHost *> DocumentRoot /var/www/dfa/ezpublish3/ Servername dfa.dyndns.org <Directory /var/www/dfa/ezpublish3/> Order Deny,Allow Allow from all Options FollowSymLinks Indexes ExecCGI AllowOverride None </Directory>
RewriteEngine On RewriteRule !\.(gif|css|jpg|png)$ /var/www/dfa/ezpublish3/index.php</VirtualHost>
Thanks in advance
Jan Borsodi
Wednesday 03 September 2003 1:31:48 am
There are known problems with Apache 2 and PHP (at least with some versions). There has been a previous discussion on this, you find it here:http://ez.no/developer/ez_publish_3/forum/install_configuration/any_luck_with_apache2
Does this help?
-- Amos Documentation: http://ez.no/ez_publish/documentation FAQ: http://ez.no/ez_publish/documentation/faq