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!

Fedora Permission

Skilled Illusionist
Joined
May 12, 2005
Messages
327
Reaction score
0
Hi to all.
I don't know where to ask it and i will try to ask it here, if it's not courent topic then exuzme.
I have fedora core 4.
I create web server thrugh HTTPD (Apache 2.054).
And i have all permission in WWW. But if i create folder inside the WWW then i don't have parmission for PHP.
I can't install any php file or forum.
What can i do about it?
Thank you very much.
 
Custom Title Activated
Loyal Member
Joined
Aug 8, 2004
Messages
3,892
Reaction score
20
chmod 777 /www/ or something..

And ofcourse install PHP and use it as a module for Apache by editting the httpd.config file in your apache folder.
 
Skilled Illusionist
Joined
May 12, 2005
Messages
327
Reaction score
0
PHP is alreddy installed and it's work from main /www/html/ it's not working from /www/html/phpbb example.
 
Custom Title Activated
Loyal Member
Joined
Sep 7, 2004
Messages
1,886
Reaction score
5
Yeh you got the chmod all your files to chmod 777 for them to be accessed and all that stuff..

Like this chmod 777 /home/phpfiles/<filename>
 
Skilled Illusionist
Joined
May 12, 2005
Messages
327
Reaction score
0
One more question.
How can i configure the Email server?
 
Back
Top