I wanna get aide running on the ISPC apache1.3?

Discussion in 'Installation/Configuration' started by tom, May 7, 2006.

  1. tom

    tom Member

    I don't understand what you've done to get the second apache for ISPC running apart from the main apache. Could you please exlpain it.

    For controlling some network traffic with snort I wanna get aide running even on port 81 on the ISPC apache.

    How can I do it?

    tom
     
    Last edited: May 7, 2006
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig has a second webserever on port 81 to make sure you can reach the admin interface even if your main apache is down.

    ISPConfig can not be run without this apache webserver.
     
  3. tom

    tom Member

    That's the point I was starting my question because I now this already :)
    I dont understand why I can't see the apache1.3 if I do

    Code:
    ps -ef
    for example. Do you have a technical description of the whole project?

    It is possible to create a second virtual host in the apache1.3 and use it as usual?

    tom
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Run
    Code:
    ps aux|grep ispconfig_httpd
    Yes.
     
  5. tom

    tom Member

    Why are so many damons running? Do I realy need them all?
    What for are 6 apache2 and 3 ispconfig_httpd damons?


    Code:
      1363 www-data  16   0 18424 8652 5660 S  0.0  5.6   0:00.02 apache2
     1366 www-data  15   0 18424 8528 5616 S  0.0  5.5   0:00.01 apache2
     1362 www-data  16   0 18424 8520 5616 S  0.0  5.5   0:00.00 apache2
     1364 www-data  16   0 18292 8460 5584 S  0.0  5.5   0:00.00 apache2
     1365 www-data  16   0 18292 8460 5584 S  0.0  5.5   0:00.00 apache2
     1376 admispco  16   0 12192 8452 3512 S  0.0  5.5   0:00.01 ispconfig_httpd
     1356 root      16   0 18292 8400 5544 R  0.0  5.5   0:00.23 apache2
     1517 admispco  16   0 11936 7996 3244 S  0.0  5.2   0:00.00 ispconfig_httpd
     1369 root      16   0 11936 7988 3236 R  0.0  5.2   0:00.12 ispconfig_httpd
    
    
    tom
     
    Last edited: May 7, 2006
  6. falko

    falko Super Moderator ISPConfig Developer

    These are child processes spawned by the parent process. Don't tamper with them.
     

Share This Page