Bitcoin Forum
May 14, 2024, 03:21:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Blockcrawler: What am I doing wrong?  (Read 671 times)
Dimelord (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
May 02, 2014, 07:04:58 PM
 #1

I dont know what went wrong here. This is hosted on an ubuntu 13.10 VPS.

http://107.170.62.244/

Can somebody help please?  Embarrassed
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715700064
Hero Member
*
Offline Offline

Posts: 1715700064

View Profile Personal Message (Offline)

Ignore
1715700064
Reply with quote  #2

1715700064
Report to moderator
1715700064
Hero Member
*
Offline Offline

Posts: 1715700064

View Profile Personal Message (Offline)

Ignore
1715700064
Reply with quote  #2

1715700064
Report to moderator
telepatheic
Jr. Member
*
Offline Offline

Activity: 56
Merit: 1


View Profile
May 02, 2014, 08:09:47 PM
 #2

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?

Dimelord (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
May 03, 2014, 02:24:18 AM
 #3

All the files are there. But I dont understan why it indexed them instead of putting it together...
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
May 03, 2014, 04:25:01 AM
 #4

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.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
Dimelord (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
May 03, 2014, 09:30:16 PM
 #5

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?
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
May 03, 2014, 09:32:54 PM
 #6

Do you mean PHP?
yes

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
Dimelord (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
May 03, 2014, 10:59:08 PM
 #7

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.
telepatheic
Jr. Member
*
Offline Offline

Activity: 56
Merit: 1


View Profile
May 03, 2014, 11:13:24 PM
 #8

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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!