normal HTTPD wont start

Discussion in 'Installation/Configuration' started by traxxdata, Aug 5, 2005.

  1. traxxdata

    traxxdata New Member

    using fedora core 4
    installed everything without a prob
    when i want start httpd i get this eror in my /var/log/http/error_log
    __begin past


    unable to start piped log program '/root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d': Permission denied
    Unable to open logs
    [root@vac httpd]#

    __end past


    looked at ther permissions at those files..
    __begin past
    [root@vac httpd]# ls -al /root/ispconfig/cronolog
    -rwxr-xr-x 1 root root 55866 aug 5 17:58 /root/ispconfig/cronolog
    [root@vac httpd]#

    [root@vac httpd]# ls -al /var/log/httpd/ispconfig_access_log_%Y_%m_%d
    ls: /var/log/httpd/ispconfig_access_log_%Y_%m_%d: Onbekend bestand of map <dutch for unkown file>
    [root@vac httpd]#

    [root@vac httpd]# ls -al /var/log/httpd/ispconfig_access_log
    -rw-r--r-- 1 root root 0 aug 5 17:58 /var/log/httpd/ispconfig_access_log
    [root@vac httpd]#

    --endpast

    it seems to me the parameters %y %d %m are past to cornolog
    but if i do cronolog --help %y for example doesnt show..

    Even from the ispconfig console under services i am not able to start the normal httpd
    https on port 81 runs perfect.

    anyone might have an idea of what is wrong? <or what i doin/did wrong ??>
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer


    The cronolog line in httpd.conf is correct and the cronolog binary has the correct permissions.

    Have you enabled somtehing like SE Linux or any apache directive that permits apache to start piped programs in the /root directory or that are not owned by the apache user?
     
  3. traxxdata

    traxxdata New Member

    you where correct the problem was SE linux

    i now have disabled the SELinux httpd deamon.

    don know if that is a proper or correct way to do.
    <SElinux is somehow new to me>

    so im open for any ideas to work around this problem and still enable the selinux httpd deamon.

    greetz TraXX
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Maybe it helps to chown the cronolog binary to the httpd user or put the cronolog binary in the location where SE linux allows it to be exectuted (I'am not familar with SE linux so i dint know where it expects binarys).
     
  5. zetnsh

    zetnsh New Member

    If it helps anyone else (2 years on!) I've just discovered that there's more to disabling SELinux than just running system-config-securitylevel (that's assuming a Fedora variant). In one case that didn't, on it's own, disable SELinux.

    See this post for details!

    Thanks,

    Neil
     

Share This Page