On 01/05/2010 10:32 AM, Anand Chitipothu wrote:
>> I am trying to deploy my application under http://myserver.com/myapp
>> [...]
>> Here is my current lighttpd.conf (relevant parts only)
>>
>> [...]
>>      "/myth.py" =>
>>       ((
>>           "socket" =>  "/tmp/fastcgi-myth.socket",
>>               "bin-path" =>  "/home/http/myth_controll/myth_control.py",
>>               "bin-environment" =>  (
>>                         "REAL_SCRIPT_NAME" =>  ""
>>               ),
>>               "check-local" =>  "disable",
>>          "max-procs" =>  1
>>      ))
>> )
>>      
> Try setting REAL_SCRIPT_NAME to "/myth".
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "web.py" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/webpy?hl=en.
>
>
>    
Thanks for the suggestion, but it doesn't seem to work. :(

"/myth.py" =>
((
         "socket" => "/tmp/fastcgi-myth.socket",
         "bin-path" => "/home/http/myth_controll/myth_control.py",
         "bin-environment" => (
             "REAL_SCRIPT_NAME" => "/myth"
          ),
          "check-local" => "disable",
          "max-procs" => 1
))

--

You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.


Reply via email to