Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Dimelord on May 02, 2014, 07:04:58 PM



Title: Blockcrawler: What am I doing wrong?
Post by: Dimelord on May 02, 2014, 07:04:58 PM
I dont know what went wrong here. This is hosted on an ubuntu 13.10 VPS.

http://107.170.62.244/ (http://107.170.62.244/)

Can somebody help please?  :-[


Title: Re: Blockcrawler: What am I doing wrong?
Post by: telepatheic on May 02, 2014, 08:09:47 PM
Why don't you look in your log file for any errors.

Have you configured the connection to the RPC server correctly?

Is the RPC server running correctly?



Title: Re: Blockcrawler: What am I doing wrong?
Post by: Dimelord on May 03, 2014, 02:24:18 AM
All the files are there. But I dont understan why it indexed them instead of putting it together...


Title: Re: Blockcrawler: What am I doing wrong?
Post by: grue on May 03, 2014, 04:25:01 AM
All the files are there. But I dont understan why it indexed them instead of putting it together...
the index of files is generated because you have directory listing enabled. But I suspect the broken pages are because you didn't configure a pho processor for your server.


Title: Re: Blockcrawler: What am I doing wrong?
Post by: Dimelord on May 03, 2014, 09:30:16 PM
All the files are there. But I dont understan why it indexed them instead of putting it together...
the index of files is generated because you have directory listing enabled. But I suspect the broken pages are because you didn't configure a pho processor for your server.
Do you mean PHP?


Title: Re: Blockcrawler: What am I doing wrong?
Post by: grue on May 03, 2014, 09:32:54 PM
Do you mean PHP?
yes


Title: Re: Blockcrawler: What am I doing wrong?
Post by: Dimelord on May 03, 2014, 10:59:08 PM
Forgive me for sounding stupid, but what am I doing wrong then? This is on a LAMP server. Since httpd.conf is no longer used, how do I configure my server to handle php files and put this thing together? Are there any tutorials on how to do this? I have not found anything that helpful online.


Title: Re: Blockcrawler: What am I doing wrong?
Post by: telepatheic on May 03, 2014, 11:13:24 PM
Forgive me for sounding stupid, but what am I doing wrong then? This is on a LAMP server. Since httpd.conf is no longer used, how do I configure my server to handle php files and put this thing together? Are there any tutorials on how to do this? I have not found anything that helpful online.

You need to edit your httpd.conf file or use a .htaccess file. Add the line:
Code:
Options -Indexes