Antonio Posted September 17, 2023 Share Posted September 17, 2023 Hello everyone. I was just installed AppServ 9.3.0 on my computer. I searched on ragezone "How To Setup Emulator ( All Version )", but it didn't work. I can't start my apache service after I restart the service. Maybe u can give me httpd.conf, rf-server.conf, etc. I hope someone kind will help me ^_^ Quote Link to comment Share on other sites More sharing options...
FelixBeta Posted September 17, 2023 Share Posted September 17, 2023 You can use xammp from PHP Parser topic, works fine. But for CCR launcher you would need to edit configs for sure Quote Link to comment Share on other sites More sharing options...
Antonio Posted September 17, 2023 Author Share Posted September 17, 2023 3 hours ago, FelixBeta said: You can use xammp from PHP Parser topic, works fine. But for CCR launcher you would need to edit configs for sure I'm using windows 11, Sir. If I use the old version, I can't use my php script for register a account(php 4). My php script only works for PHP 7+( must install sql server 2014++ & new version of apache). Quote Link to comment Share on other sites More sharing options...
masterpiecetech Posted September 18, 2023 Share Posted September 18, 2023 you can make xampp recognize more php version. just play around on your port. in http conf and xampp conf. i.e launcher 90,9090,10008 (default 80,8080,10007) parser port 92 it depend on which php version u using im quite new in RF dev things. Forgive me i f my explaination very not clear (note : php version running on my xampp htdocs 8,7 ( on development my own gm gamecp), 5(parser only). Quote Link to comment Share on other sites More sharing options...
Antonio Posted September 19, 2023 Author Share Posted September 19, 2023 Thanks sir. I love ur comment. But it still not work @_@. Now i'm using my own launcher with no auto updater, so i can open the launcher without set up emulator app serv 9.3.0. But, if someone know how to set up emulator apache 9.3.0, please give me the httpd.conf, rf-serv.conf, etc. Quote Link to comment Share on other sites More sharing options...
masterpiecetech Posted September 19, 2023 Share Posted September 19, 2023 maybe first of all. what is your web server app installed? did u installed XAMPP, did your IIS running. check your running port in cmd by type "netstat -aon" and check your firewall. if no conflict port, apache would running. and maybe you can send your httpd.conf and rf-serv.conf. sorry i cant give mine because im using it for small prod web game. haha Quote Link to comment Share on other sites More sharing options...
Antonio Posted September 23, 2023 Author Share Posted September 23, 2023 (edited) On 9/20/2023 at 6:02 AM, masterpiecetech said: maybe first of all. what is your web server app installed? did u installed XAMPP, did your IIS running. check your running port in cmd by type "netstat -aon" and check your firewall. if no conflict port, apache would running. and maybe you can send your httpd.conf and rf-serv.conf. sorry i cant give mine because im using it for small prod web game. haha I'm using AppServ 9.3.0, Sir. I have to use SQL Serv 2014++ ( ODBC work ) coz I'm using Win 11 on my laptop. AppServ 9.3.0 supports PHP 7. I try to follow some steps on ragezone https://forum.ragezone.com/threads/guide-setup-emulator-launcher-all-version.1037950/, but it doesn't work for AppServ 9.3.0 ( only works v2.2 - 2.5 ). If i delete listen 80 from httpd.conf, my apache service won't start. so i change all the port. Here's the link of my httpd.conf, ssl and vhost: https://drive.google.com/drive/folders/159RY2lHyJP6VTWti1X2KCf_HAiEIN2t6?usp=sharing Edited September 23, 2023 by Antonio Quote Link to comment Share on other sites More sharing options...
masterpiecetech Posted September 23, 2023 Share Posted September 23, 2023 from your config. you can insert all your personal web pages in www folder, but to access it use the port declared in the browser i.e. 127.0.0.1:90 or localhost:90. because on your httpd.conf declare Listen 90 which is not the default port, the browser won't open or recognize your web page without you put :90 after your ip/localhost. and your root/working web page is still in the default folder www. DocumentRoot "C:/AppServ/www" but if you want to access it only with localhost without a port declared, you can put your web page files inside "emulator" folder DocumentRoot "C:/AppServ/www/emulator/ just some advice better to change the default rf launcher/updater to another port i.e. 90,9090,10008. and set all ports in httpd.conf with default 80. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.