Apache configuration on Win NT

The Tamino installation program didn’t find Apache on my system even though it is installed as a service called Apache and was running at the time.

I haven’t been able to find the instructions for how to configure Apache manually. Can some one tell me where they are? (I did find the instructions for configuring it for the SMH - what I can’t do is connect to the database itself.)

Thanks,

Randy

Randy,

In the documentation there is a section on configuring webservers. Go to Start-Programs-Tamino-documentation-documentation. Once in the online documentation go to installing tamino, configuring tamino, configuration of web servers.

There is a section on Apache and what to check if its not working.

Regards
Daniel

  • Thanks. I copied the ApacheModuleIno.dll to /modules and added the following lines to my httpd.conf:

    #Tamino Install
    LoadModule ino_module modules/ApacheModuleIno.dll
    <Location /tamino>
    SetHandler ino

    - I restarted apache and started the database and trie to connect with the schema editor, but it failed. So I tried the _diagnose=ping call below:

    http://localhost/tamino/my-database?_diagnose=ping

    - and got an “Internal Server Error”. My apache log file has the following entries:

    [Wed Nov 07 11:25:35 2001] [notice] Handler ino(v1.30.1.1): successfully initialized
    [Wed Nov 07 11:26:02 2001] [error] [client 127.0.0.1] Invalid method in request

    - any thoughts?

    Thanks,

    Randy