PDA

View Full Version : Active_Services bug


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...?

neoxed
08-20-2003, 02:32 AM
You delete the services you do not want, for example:

[Network]
Active_Services = FTP_Service This would only have the FTP service active.


[Network]
Active_Services = FTP_Service Telnet_Service Here both the Telnet and FTP service are active.


Peace

Zer0Racer
08-20-2003, 10:56 AM
Since this is not a bug, but user error, I'm closing this thread.