![]() |
Movable Type & LSWS?
I don't know anything about perl/cgi/python - basically anything that isn't php...
How the heck do I get LSWS & Movable Type working? I've setup the Virtual Host and that's all ok. Just need the External App (cgi/perl) bit. I've extracted all the files to $VH_ROOT/html/cgi-bin/ Thanks :) |
Just create a CGI context with URI "/cgi-bin/" and location "$VH_ROOT/html/cgi-bin/", then you can pretty much follow their installation guide.
|
Quote:
How do I allow static content from this location? Accessing:
|
It is not allowed to serve static content under CGI context/directory. You have to create "static" context for static content. You can use a matching static context like:
URI: exp: ^/cgi-bin/(.*\.html)$ location: path/to/cgi-bin/$1 make sure this context has smaller sequence number than the CGI context. good luck. |
Quote:
|
| All times are GMT -7. The time now is 04:21 PM. |