; NOTE: for any relative paths specified are relative to ; sc_serv and not to where the conf file is being stored ; here we will setup where the log and other related files ; will be stored. make sure that these folders exist else ; sc_serv will throw an error and will close itself down. ; we will make the logs save to the sc_serv2 directory logfile=logs\sc_serv.log w3clog=logs\sc_w3c.log banfile=control\sc_serv.ban ripfile=control\sc_serv.rip ; for testing we will make the server only work locally ; (i.e. localhost / 127.0.0.1) though if this is left out ; or set to publicserver=always then we attempt to make a ; connection to the YP for listing - do not forget to add ; in a 'streamauthhash' value for any public streams made publicserver=never ; if you're wanting to use a different port to use for any ; connections then you can use this option e.g. to use 80 ; otherwise port 8000 is used as the default to listen on. ;portbase=80 ; password used by sc_trans or the Winamp dsp plug-in ; NOTE: remember to change this to something else password=* ; password used for accessing the administation pages ; NOTE: remember to change this to something else adminpassword=** ; NOTE: for any relative paths specified are relative to ; sc_serv and not to where the conf file is being stored ; here are all of the available debug logging options from ; sc_serv so to make it easier to debug options with your ; current setup then you just need to include this file in ; e.g. adding include=sc_serv_debug.conf to your config ; see sc_serv2.txt - section 4.0.3 for details about these ; enable or disable the different debug loggging options as ; required for any issues you are trying to investigate. ; ; you can disable an entry by adding a comma (;) infront of ; the configuration entry ;httpstyledebug=1 ;flashpolicyserverdebug=1 ;microserverdebug=1 ;relaydebug=1 ;relayshoutcastdebug=1 ;relayuvoxdebug=1 ;rtmpclientdebug=1 ;shoutcast1clientdebug=1 ;shoutcast2clientdebug=1 ;shoutcastsourcedebug=1 ;statsdebug=1 ;streamdatadebug=1 ;threadrunnerdebug=1 ;uvox2sourcedebug=1 ;webclientdebug=1 ;yp1debug=1 ;yp2debug=1