Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

emulator config

Newbie Spellweaver
Joined
Aug 17, 2014
Messages
70
Reaction score
0
i have already problem on emulator which is i dont have before. please loof at this rf-server.conf

VirtualHost 127.0.0.1:90VirtualHost 127.0.0.1:9090
VirtualHost 127.0.0.1:100007
####################################################################################
#
# Your Launcher Patcher Setting
#
####################################################################################




<VirtualHost 127.0.0.1:90>


ServerAdmin hidden
ServerName hidden


DocumentRoot "c:/AppServ/www/rfclient_update/"
CustomLog logs/rfpatch.log combined
ErrorLog logs/rfpatch_err.log


<Directory "c:/AppServ/www/rfclient_update/">


Options -Indexes MultiViews FollowSymLinks IncludesNoExec
AllowOverride None
AddOutputFilter Includes html
Order allow,deny
Allow from all


AddType application/zip .tmp
AddType application/zip .cab


<Files update.dll>
AddType application/x-httpd-php .dll
</Files>






</Directory>


</VirtualHost>


####################################################################################


<VirtualHost 127.0.0.1:9090>


ServerAdmin hidden
ServerName hidden


DocumentRoot "c:/AppServ/www/rfclient_update/update/"
CustomLog logs/rfpatch.log combined
ErrorLog logs/rfpatch_err.log


<Directory "c:/AppServ/www/rfclient_update/update/">


Options -Indexes MultiViews FollowSymLinks IncludesNoExec
AllowOverride None
AddOutputFilter Includes html
Order allow,deny
Allow from all


AddType application/zip .tmp
AddType application/zip .cab


<Files update.dll>
AddType application/x-httpd-php .dll
</Files>




</Directory>


</VirtualHost>


####################################################################################


<VirtualHost 127.0.0.1:10007>


ServerAdmin hidden
ServerName hidden


DocumentRoot "c:/AppServ/www/rfclient_update/update/"
CustomLog logs/rfpatch.log combined
ErrorLog logs/rfpatch_err.log


<Directory "c:/AppServ/www/rfclient_update/update/">


Options -Indexes MultiViews FollowSymLinks IncludesNoExec
AllowOverride None
AddOutputFilter Includes html
Order allow,deny
Allow from all


AddType application/zip .tmp
AddType application/zip .cab


<Files update.dll>
AddType application/x-httpd-php .dll
</Files>




</Directory>


</VirtualHost>


####################################################################################



please need help.. i dont have problem on launcher connecting.. just now
 
Newbie Spellweaver
Joined
Aug 17, 2014
Messages
70
Reaction score
0
nope thats not the problem.. btw i just fix it thread close thanks for help
 
Upvote 0
Junior Spellweaver
Joined
Feb 16, 2012
Messages
119
Reaction score
21
nope thats not the problem.. btw i just fix it thread close thanks for help

again ?
please in this forum
when u asking something to help u and u can finish your own problem
better u explain that how to fix it
i think its better to help other ppl who asked same like your problem

and in case i use emulator likertubanand never got error
just need little modify and i got auto updater in my luancher.exe
 
Upvote 0
Back
Top