Search found 4 matches
- Sat Oct 29, 2005 9:07 am
- Forum: Quake 4 Discussion
- Topic: Server Config + Website Monitor (updated for 1.2 patch)
- Replies: 71
- Views: 200905
np. Glad it worked for you. Check your webserver documentation for either script aliasing (AddHandler) or ExecCGI control access. It's not difficult implement, should only require you to edit a line or 2. Thanks, it's all working fine now.. I just needed to modify the cgi directory, so I pointed it...
- Sat Oct 29, 2005 8:33 am
- Forum: Quake 4 Discussion
- Topic: Server Config + Website Monitor (updated for 1.2 patch)
- Replies: 71
- Views: 200905
Did you chmod 755 q4mon.pl? If you have a cgi-bin directory I'd try running it in there first. Your webserver config may not be properly setup to run cgi/pl scripts outside of it. Check your error logs as well, they usualy give more detailed info. Thanks for the reply.. Yup did the chmod 755 stuff....
- Sat Oct 29, 2005 8:18 am
- Forum: Quake 4 Discussion
- Topic: Server Config + Website Monitor (updated for 1.2 patch)
- Replies: 71
- Views: 200905
Did you chmod 755 q4mon.pl? If you have a cgi-bin directory I'd try running it in there first. Your webserver config may not be properly setup to run cgi/pl scripts outside of it. Check your error logs as well, they usualy give more detailed info. Thanks for the reply.. Yup did the chmod 755 stuff....
- Sat Oct 29, 2005 5:46 am
- Forum: Quake 4 Discussion
- Topic: Server Config + Website Monitor (updated for 1.2 patch)
- Replies: 71
- Views: 200905
Great cfg/template thx :) Here is a .pl script I've rewritten which will monitor quake 4 servers using qstat on your web server. I threw it together rather quickly today for someone who was needing it, so please consider it a work in progress. This script was derived from the late q3mon/qsmon. Exam...