CeKiT Posted February 24, 2013 Share Posted February 24, 2013 Hi all. Is there any server monitor? Other than GameQ? I need to monitor it from PHP Thanks Link to comment
Jaysds1 Posted February 24, 2013 Share Posted February 24, 2013 GameQ, GameQuery That's all i got... Link to comment
CeKiT Posted February 24, 2013 Author Share Posted February 24, 2013 GameQ not work on my vps. When I enter miwebsite.com / test.php. Says I have no permissions. Bzip2 already installed. Link to comment
Jaysds1 Posted February 24, 2013 Share Posted February 24, 2013 How exactly did u install bzip2? Link to comment
CeKiT Posted February 24, 2013 Author Share Posted February 24, 2013 whith yum install bzip2 Link to comment
MTA Team Blokker_1999 Posted February 25, 2013 MTA Team Share Posted February 25, 2013 well then, can the webserver access the files you present it with. And is the server able to process php pages all together. Please note that when using lightweight servers (like nginx and lighttpd) it's not only the webserver itself that needs to access the files, but the user that is running php via cgi or fpm also needs access rights. Link to comment
CeKiT Posted February 25, 2013 Author Share Posted February 25, 2013 and how I can take those permitos. I have a virtual private server. CentOS Link to comment
Anderl Posted February 25, 2013 Share Posted February 25, 2013 Using command chmod should do it: chmod -R 777 %PATH_TO_GAMEQ% This will give 777 rights to all folders and files inside the folder you passed as parameter. Link to comment
CeKiT Posted February 26, 2013 Author Share Posted February 26, 2013 Using command chmod should do it: chmod -R 777 %PATH_TO_GAMEQ% This will give 777 rights to all folders and files inside the folder you passed as parameter. chmod: cannot access `%PATH_TO_GAMEQ%': No such file or directory Link to comment
Anderl Posted February 26, 2013 Share Posted February 26, 2013 Of course it will give that error, you should not simply copy+paste things that we post here. %PATH_TO_GAMEQ% is obviously a placeholder for the path, you must change it to the path of GameQ. Link to comment
Jaysds1 Posted February 27, 2013 Share Posted February 27, 2013 Of course it will give that error, you should not simply copy+paste things that we post here. %PATH_TO_GAMEQ% is obviously a placeholder for the path, you must change it to the path of GameQ. Anderl is right, for an example: '%PATH_TO_GAMEQ%' would be '%PROGRAMFILES%\GameQ' if you haven't changed the Folder name. Link to comment
CeKiT Posted February 28, 2013 Author Share Posted February 28, 2013 The script is located in /var/www/html/GameQ. As serious? Not well understood. Link to comment
Anderl Posted February 28, 2013 Share Posted February 28, 2013 Should not be hard to write the path you just wrote instead of '%PATH_TO_GAMEQ%'. As serious? Not well understood. Can you talk in a better English or explain yourself better? I didn't get that. Link to comment
CeKiT Posted March 2, 2013 Author Share Posted March 2, 2013 sorry my english is very bad. Help me. Iam noob in vps administration. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now