Apache Displays Command Prompt

The following problem may appear in versions of FileCloud prior to version 22.1 and for customers who do not run Apache as a service in FileCloud 22.1 and later.

Problem:

A command prompt appears when Apache is running.

Solution

  1. Open the httpd.conf file
  2. in Windows:
    c:\xampp\apache\conf\httpd.conf

    in Linux:
    Ubuntu location: /etc/apache2/apache2.conf
    RHEL location: /etc/httpd/conf/httpd.conf

  3. Find the CustomLog command.
  4. Comment out:
    CustomLog "logs/access.log" common
  5. Add:
    CustomLog "|bin/rotatelogs.exe logs/access_%y-%m-%d.log 86400 combined
  6. Open the httpd-ssl.conf file.

    in Windows:
    c:\xampp\apache\conf\extra\httpd-ssl.conf

    in Linux:
    /etc/apache2/sites-available/default-ssl


  7. Find and uncomment the TransferLog command: