fobban
08-20-2003, 02:25 AM
it seems like commenting out the HTTP_Service still makes it available.
Active_Services = FTP_Service #Telnet_Service HTTP_Service
if you comment out both the telnet and http service, the http service is still available but not the telnet.
Active_Services = FTP_Service Telnet_Service #HTTP_Service
http service still available here too...
so it seems like it's impossible to run a server without a http service...?
Active_Services = FTP_Service #Telnet_Service HTTP_Service
if you comment out both the telnet and http service, the http service is still available but not the telnet.
Active_Services = FTP_Service Telnet_Service #HTTP_Service
http service still available here too...
so it seems like it's impossible to run a server without a http service...?