Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • dankumc Friend
    #163903

    Hi @all.

    I have installed the Ja Teline IV 1.6 via Quickstart and got no message when i open the “administrator” area from joomla. But when i try to open the website following message is displayed:

    Http 500 Internal Serverproblem

    “The website can not display this page.”

    The apache2 runs without errors, just the NameVirtualHosts has no Virtualhost.
    That shouldn’t be the problem. There are no limits in the virtualhost-config files.

    <Directory ..>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>

    pritam Friend
    #390948

    Hello,

    You get “500 – Internal server error” error message when a user tries to access your Apache or Lighttpd based dynamic php application (such as forum or blog software).

    Generally, to solve this problem you need to take help of log files located at following location:
    => /var/log/message
    => /var/log/httpd/error_logs (/var/log/lighttpd/error_log or /var/log/httpd/error_log)

    This error only occurs because of web server software. However after looking through logs you may not find many details. This problem may be caused by:

    * A malformed php cgi script
    * An invalid directive in an .htaccess or other config file
    * Limitation imposed by file system and server software (for example php log file size set to 10Mb)
    * Missing php.ini (or cannot read php.ini file)

    So you need to maintain two files
    => /etc/php.ini
    => /chroot/etc/php.ini <– this file was missing

    Solution:
    1) locate your php.ini file and search for this line: ;extension=php_ldap.dll
    2) simply uncomment it by removing the “;” thus it becomes extension=php_ldap.dll
    3) save the file and exit
    4) restart your web server

    dankumc Friend
    #390952

    hi. i checked the access.log and the error.log
    in the second one is written “
    Directory index forbidden by Options directive : /var/www/intranet/phpmyadmin/
    what does it mean?

    the crazy thing is:
    http://localhost/intranet/administrator can be opend but not http://localhost/intranet/

    it seems that the index.php of joomla generate the error.
    the htaccess hasn’t been changed.

    i checked the joomla under an other virtualhost and ip-address but without success.

    is it normal that the configuration file start with the php-start command like <?php but do not end with ?>

    i added to /etc/php5/apache2/php.ini the line: extension=php_ldap.dll but nothing happened…

    dankumc Friend
    #390989

    <em>@dankumc 240049 wrote:</em><blockquote>…i added to /etc/php5/apache2/php.ini the line: extension=php_ldap.dll but nothing happened…</blockquote>

    the solution was to install cURL and add the line extension=php_ldap.dll (no uncomment just add)
    thx for help.

    please close thread.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  dankumc 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum