Hello,
I have a game, connected through rtmp to an FMS.
Long story short: my serv is 64bit, apache bundled with FMS is 32bit, which causes me apparently some problems to install php... (I am a linux beginner)
So in my different tries, I stopped apache several times, but it appears my game was still working:
- what is the final purpose of this apache ? Do I need it if I only use my fms to connect my game through rtmp ? Is it usefull only if I plan to use http tunnelling ?
- Can I use another apache ? I installed and Apache 64 bits... so if I reuse the same httpd.conf, it should work, no ?
Thank you !