Hi,
I am trying to install WordPress 3.4.2 on my localhost (/root/Web-Server/wp34) for development, but I am keep getting Error 500 when I try to install it.
The strange thing is - I have successfully installed Joomla 2.5.8 on /root/Web-Server/joomla25 . The installation, admin area and the actual site - everything works.
Feeling doubtful. I try to install phpBB 3.0.11 to see if it works (on /root/Web-Server/phpBB3), and surprisingly it does!
Everything works, except WordPress.
Now I don't know what happened. I tried the error logs at /var/log/hiawatha/error.log but I get nothing. No error. Nothing.
And since WordPress have permalinks (mod_rewrite) set to off by default, I doubt URLToolkit has anything to do with it. Heck, I can't even get the installation screen to work, much less setting it.
Here is my hiawatha.conf:
ServerId = webuser
ConnectionsTotal = 150
ConnectionsPerIP = 10
SystemLogfile = /var/log/hiawatha/system.log
GarbageLogfile = /var/log/hiawatha/garbage.log
Binding {
Port = 80
Interface = 127.0.0.1
}
Hostname = 127.0.0.1
WebsiteRoot = /root/Web-Server
StartFile = index.html
AccessLogfile = /var/log/hiawatha/access.log
ErrorLogfile = /var/log/hiawatha/error.log
#add this stuff to get a perl script working (pplog)...
#QUISP has a binary executable CGI named 'quisp.bin'...
MimetypeConfig = /etc/mime.types
#CGIhandler = /usr/bin/perl:pl
CGIhandler = /usr/bin/php5-cgi:php,php5
CGIextension = pl,bin
ExecuteCGI = yes
#QUISP puts %0D, %0A (carriage-return, line-feed) chars in the url
#(v128), to allow chars below ascii 32 need this...
SecureURL = no
ShowIndex = yes
What went wrong? Any ideas?
- Rufas
P.S. Please notice it is for localhost developement. The sites will never goes live. As long as it is tied to 127.0.0.1 or localhost, I'm good.
Hiawatha version: v6.17.1, cache, IPv6, SSL, URL toolkit, XSLT
Operating System: Puppy Linux Presice 5.4.1