httpd: unrecognized service

Discussion in 'Installation/Configuration' started by Ehgo, Jul 28, 2014.

  1. Ehgo

    Ehgo New Member

    I have a custom httpd installed in /opt/...
    How can I tell the install script about this ?
     
  2. srijan

    srijan New Member HowtoForge Supporter

    Hi

    Refer the URL
    This is for another service but you can use it adding /opt/.. path.
     
  3. Ehgo

    Ehgo New Member

    I'm not quite sure what u mean,
    what I want to do is tell ISPconfig that my httpd settings, vhosts, docroot, is in /opt/.....
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig requires that the services are installed in the default locations were the Linux distribution stores them. You can e.g. symlink the http binary, init script etc. The httpd config directory can not be symlinked, it has to be /etc/httpd or /etc/apache2, depending of your linux distribtion. so you can either symlink from opt to that directory so that apache finds it or you use mount --bind instead.
     
  5. Ehgo

    Ehgo New Member

    Do you think this is doable/manageble, or is it too complicated and should i just give up ?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Personally I would avoid to compile apache manually at all as this leaves you also with the work of patching and updating it manually. Why did you compile apache manually instead of uing the one from the linux distribution? And if you have some very specific requieremets, why dont you compile your apache with the same settings as the one of the linux distribution?
     
  7. Ehgo

    Ehgo New Member

    Didnt compile, came from a repo.
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page