Hi all,
On my small home server I use lighttp for web pages. I installed wordpress without problem (except my lack of experience) on a virtual host.
What happens now is that it takes about 2.5 minutes to be connected to wp from either another machine on my home network, or from my office machine on the internet.
My lighttp config contains those lines relating to this site:
fastcgi.server = ( ".php" => ((
"bin-path" => "/usr/bin/php-cgi",
"socket" => "/tmp/php.socket"
)))## a static document-root, for virtual-hosting take look at the
## server.virtual-* options
server.document-root = "/var/www/bornier"$HTTP["host"] =~ "^(www\.piaffer\.org|piaffer\.org|piaffer)$" {
simple-vhost.server-root = "/home/jean/"
simple-vhost.document-root = "piaffer"
}
Can you help?
tia