Lighttpd server and seaside

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Lighttpd server and seaside

dtrussardi@tiscali.it
Hi Henrichs,
 
i have understand; for :
 
HTTP["url"]=~ "/image" {
server.document-root       = "/var/www/testdtr/"}
 
the path /image/  is add to the server.document-root    path
 
The server search the data into : /var/www/testdtr/image/.
 
Ok, Thank!
 
 
 
 
Now i have to solve the second problem:
 
I have some description based on MAFileDescription.
 
I add to the MAFileDescription  the code kind: MAExternalFileModel.
 
And i change the baseUrl of MAExternalFileModel to: '192.168.1.100:8181'
for point to the server.
 
B) For now the MAFileDescription configured as on, when define  save the
relative file on Squeak2.3\File\fb\goz........ directory on the client.
 
    And when view d'ont display anything . The relative URL is set
192.168.1.100:8181/image/fb/goz.... 
 
    Where i wrong ?
 
Any pointers would be greatly appreciated!

Thanks!

 

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside