Raised This Month: $ Target: $400
 0% 

Wiki not clear about ActivePerl


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
henkjanh14
New Member
Join Date: Apr 2014
Old 04-17-2014 , 17:19   Wiki not clear about ActivePerl
Reply With Quote #1

Hello guys,

i'm installing your plugin on my server, until i got some problems with the Wiki.

The Wiki (https://bitbucket.org/Maverick_of_UC...n/wiki/Install) is bugged at step 5, because the images are dead (managed to do it without images), and the link provided is dead as well.
I'm talking about this section:
"After you have installed perl you need to run it as a service thanks to psychonic this is made easy go [http://wiki.hlxce.com/wiki/HLXCEServ here] to set that up. You are done now with the daemon "

I can't visit the link so I don't know how to setup it as an windows service. Can somebody help me with this?
henkjanh14 is offline
XAFAfterShock
Member
Join Date: Feb 2009
Old 04-18-2014 , 10:08   Re: Wiki not clear about ActivePerl
Reply With Quote #2

when you extract it and look at the HLXCEServ config file its pretty self explanatory

Code:
<?xml version="1.0"?>
<configuration>
  <appSettings>
    <!-- Path to the directory containing hlstats.pl -->
    <add key="HLXCEPath" value="C:\AppServ\scripts" />
    <!-- Path to the perl binary -->
    <add key="PerlPath" value="C:\Perl\bin" />
    
    
    <!-- Only modify the below if you know what you're doing -->
    <add key="DaemonCount" value="1" />
    <!-- If only one daemon, the below are ignored -->
    <!--
      Port to start the first daemon on. Subsequent daemon will increment port by 1.
      If you choose to enable the proxy, it will run on this port in hlstats.conf or the specified config
      -->
    <add key="StartPort" value="27500" />
    <!-- Max Retry count per daemon -->
    <add key="RetryCount" value="3" />
    <!-- Start and monitor hlstats-proxy.pl as well?  yes/no -->
    <add key="StartProxy" value="no" />
    
    <!--  Priority to start the daemon instances with.
          Allowed values are:
          "Idle"
          "BelowNormal"
          "Normal"  (default)
          "AboveNormal"
          "High"
          "RealTime"
          -->
    <add key="Priority" value="High" />
    
    <!--
      Email Settings:
      
      EmailNotificationLvl
      0 - None
      1 - Errors only
      2 - Errors and warnings
    -->
    <add key="EmailNotificationLvl" value="0"/>
    <add key="EmailHost" value="mail.example.com"/>
    <add key="EmailPort" value="25"/>
    <add key="EmailTo" value="[email protected]"/>
    <add key="EmailFrom" value="[email protected]"/>

    <!-- Leave blank if not required by email server -->
    <add key="EmailUsername" value=""/>
    <add key="EmailPassword" value=""/>
  </appSettings>
</configuration>
XAFAfterShock is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:50.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode