Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
LOL. I'm sorry if my response seemed sarcastic (as it might in hindsight). As I've never used lighttpd, I wasn't sure if there was something I was missing. Did you get it working, now that it's Tuesday?
Yes, though there's a strange kink i'm trying to iron out.
The server seems to be keeping the connection open, even though all the content's been passed. This only happens with requests to the php5-fcgi running on there.
I know understand why some developers go bald before they hit 30...
Not to bring up an old thread, but I'm having the same problem...
For example, let's say all of my servers follow the scheme /var/www/servers/(subdomain).(server).(tld)/pages
With mod_evhost:
Code:
# define a pattern for the host url finding
# %% => % sign
# %0 => domain name + tld
# %1 => tld
# %2 => domain name without tld
# %3 => subdomain 1 name
# %4 => subdomain 2 name
#
evhost.path-pattern = "/var/www/servers/%3.%2.%1/pages/"
I cannot at all get this to work.
example.org falls back to default host /var/www/pages, which is a good thing www.example.org goes to /var/www/servers/www.example.org/pages/, which is a good thing
test.example.org brings up a server not found error. Yes, I did create /var/www/servers/test.example.com/pages/ and have placed an index.html in there.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.