Menu

after config shows "internal server error"

klemens h
2004-10-21
2013-04-17
  • klemens h

    klemens h - 2004-10-21

    Hi,
    i am trying to get PCG working with Apache 2.0.50, PHP4.3.8, Win98se.
    Something must be missing in my config.
    All I get at the moment after configuring is:
    Error 500:
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.
    (and some apache messages more)
    ...

    my settings:
    Apache httpd.conf:
        AllowOverride All

    .htaccess:
    php_value include_path "C:/Archivos de programa/Apache Group/Apache2/htdocs/CodeGenie/app/settings/"

    genieConfiguration.inc.php (still in app/settings dir):
    ...
       define("URL_ADDRESS","http://localhost/CodeGenie/web/");
        
       define("SITE_PATH","C:\\Archivos de programa\\Apache Group\\Apache2\\htdocs\\CodeGenie");   // no trailing slashes
    ...

    any idea what might be wrong ?
    Do I have to start my Mysql first ?

    thanks for any hint

    Klemens

     
    • klemens h

      klemens h - 2004-10-21

      just to complete my info:
      recently i activated the include_path variable in my php.ini (after setting in Apache httpd.conf:
      "AllowOverride None" again), now it seems to work, although it doesn't look the fine way to me.

      here my new line in phpini:
      include_path = ".;C:\Archivos de programa\Apache Group\Apache2\htdocs\CodeGenie\app\settings"

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.