Author
|
Message
|
Ditlev Smith
|
Tuesday 26 April 2005 1:12:11 pm
Hi, So i downloaded the files, unpacked it and uploaded it to the server but the index.php file won't show.
|
Felix Laate
|
Tuesday 26 April 2005 11:43:45 pm
Hi Ditlev! Would be great with a little more info..
- IIS or apache?
- do you use Virtual Hosts? - if so, have it been correctly configured? Felix
Publlic Relations Manager
Greater Stavanger
www.greaterstavanger.com
|
Ditlev Smith
|
Wednesday 27 April 2005 12:42:09 am
Well it's not my server so I'm not quite sure :S But I'm sure it uses apache on slackware. Not sure if it uses virtual hosts
|
Felix Laate
|
Wednesday 27 April 2005 2:06:46 am
Hi again! These URL's explain (more or less) all you ever nedded to know about installing ez Publish:
http://www.ez.no/ez_publish/documentation/installation/normal_installation/installing_ez_publish_on_a_linux_unix_based_system http://www.ez.no/ez_publish/documentation/installation/manual_installation/manual_installation_on_a_linux_unix_based_system Happy reading and good luck! Felix
Publlic Relations Manager
Greater Stavanger
www.greaterstavanger.com
|
Neil Kanth
|
Monday 02 May 2005 10:28:48 am
I'm hosting on a (VPS) and have installed EzP v3.5.2 on:
Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.3.10 mod_perl/1.28 Database: MySQL After the installation, when I click on either the Admin or User site link on the FINISHED page nothing is displayed on those pages. Could you suggest a reason/solution.
|
Ralph Ekekihl
|
Monday 02 May 2005 1:52:38 pm
Sound like PHP is not working properly. You did not mention which version of PHP module you have installed, can you confirm which version of the module (mod_php) that is installed, and that apache is using the module. Is other PHP pages working? make a simple info.php, like:
<?php
phpinfo();
?>
If PHP is installed and working, post the lines from:
apache-access.log
apache-error.log (called httpd-access/error.log on some distribuitions) In there the problem should be..
Regards, Ralph E
Contactivity B.V.
http://www.contactivity.com
|
Michelle Moeller
|
Tuesday 03 May 2005 5:11:29 pm
I originally began trying to study and learn PHP on my own - so I have installed EasyPHP1-7 and all of the files. With that set up I am able to run my scripts. THEN I found eZPublisher and took the slacker's road and downloaded EZPublish-3.5.2_Installer.exe utilizing all of the most recent files as of May 2, 2005. I was able to unbundle and install the files. When I go to view the index.php at local host it times out. I am currently only using my own PC and have not uploaded the files to an outside webhost. I am using Apache and SQL. WHAT am I doing wrong on this installation bundle? Any thoughts, ideas, or suggestions would be greatly appreciated.
|
Neil Kanth
|
Wednesday 04 May 2005 7:38:25 am
The version of PHP installed is 4.3.10 Other PHP page is working - http://www.mahaiconysportsclub.com/info.php Access Log:[nothing] Error Log:[Wed May 4 08:08:27 2005] [error] [client 65.13.43.4] client denied by server configuration: /home/webadmin/mahaiconysportsclub.com/html/plain In looking at the Error Log, what permission changes and where do I need to make them?
|
David Goddard
|
Tuesday 10 May 2005 5:43:26 am
Hi, You probably need to edit httpd.conf which is probably in /etc/httpd/ or /usr/local/apache/conf/ Check the allow / deny directives for that directory http://httpd.apache.org/docs/howto/auth.html#access Good luck David
|
Neil Kanth
|
Tuesday 10 May 2005 7:24:19 am
I don't think it's the allow/deny directives, this is part of the httpd.conf:
ListenBacklog 10
NameVirtualHost 65.19.177.95
<VirtualHost 65.19.177.95>
<Directory /home/webadmin/mahaiconysportsclub.com/html>
Options Indexes Includes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all </Directory>
ScriptAlias /cgi-bin/awstats /var/www/cgi-bin/awstats
Alias /awstats /var/www/html/awstats
ScriptAlias /mail /var/www/cgi-bin/openwebmail/openwebmail.pl
ScriptAlias /cgi-bin/openwebmail /var/www/cgi-bin/openwebmail
Alias /openwebmail /var/www/html/openwebmail
ScriptAlias /cgi-bin/FormMail.pl /var/www/cgi-bin/FormMail.pl
ServerName mahaiconysportsclub.com
DocumentRoot "/home/webadmin/mahaiconysportsclub.com/html"
User "webadmin"
Group "webadmin"
ServerAlias "www.mahaiconysportsclub.com"
ServerAdmin "[email protected]"
ScriptAlias "/cgi-bin/" "/home/webadmin/mahaiconysportsclub.com/cgi-bin/"
CustomLog "/home/webadmin/mahaiconysportsclub.com/access_log" "combined"
ErrorLog "/home/webadmin/mahaiconysportsclub.com/error_log" </VirtualHost>
thanks Neil
|
David Goddard
|
Wednesday 11 May 2005 3:19:17 am
Hi Neil Is there a .htaccess file in that directory that may be overriding the httpd.conf? (There is a .htacces_root in the default EZ install but that won't take effect unless you rename it to .htaccess). Could you confirm that your webserver is correctly configured to return plain old HTML files? David
|