AndrewKFC

Registered
Mar 27, 2014
1
0
1
cPanel Access Level
Website Owner
Hello,im newbie,tried looking on google,tried to do some thing but nothing happends.I think my head gonna explode,this is so frustrating,so here is problem.So server is fresh new,I have cpanel,created user,assigned it home/user/public_html/ ,chowed to my user all folder,but index.php just wont open :O I tried creating txt file with number inside,it usually works,this not even work,so I came here to ask for help because I dont know what else to do,im completely lost.Tried to go to securities in cpanel and do that apache_tweak thing,didnt work,found somewhere that cpanel had errors and some parts had to be updated,didnt work.So I ask you to help.When I try to open 1.txt I get this
404 Not Found
The server can not find the requested page:
67.xx.164.5/1.txt (port 80)

This is what error log say
Thu Mar 27 22:36:11 2014] [notice] Apache/2.2.26 (Unix) mod_ssl/2.2.26 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 configured -- resuming normal operations
[Thu Mar 27 22:54:56 2014] [error] [client 173.65.133.xxx] File does not exist: /usr/local/apache/htdocs/1.txt
[Thu Mar 27 22:56:09 2014] [error] [client 173.65.133.xxx] File does not exist: /usr/local/apache/htdocs/
[Thu Mar 27 22:56:09 2014] [error] [client 173.65.133.xxx] File does not exist: /usr/local/apache/htdocs/
, referer: /http://67.23.xxx.5/1.txt
[Thu Mar 27 22:56:11 2014] [error] [client 173.65.133.xxx] File does not exist: /usr/local/apache/htdocs/
[Thu Mar 27 22:56:12 2014] [error] [client 173.65.133.xxx] File does not exist: /usr/local/apache/htdocs/
, referer: /http://67.23.xxx.5/1.txt

This is my httpd.conf
/http://pastebin.com/wgNED9gG

Please help...Trying to learn...
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Try rebuilding the Apache configuration file via:

Code:
/scripts/rebuildhttpdconf
Also, when you changed ownership of your files, did you ensure the ownership values for the public_html directory were preserved?

Thank you.