[seaside] seaside behind apache

David Zmick dz0004455 at gmail.com
Tue Aug 19 00:18:45 UTC 2008


ok, i got it working with this htaccess:

RewriteEngine on
#Sam's Project
RewriteRule ^sam(.*) http://localhost:14002$1 [P]

#Comics Project
RewriteRule ^comics(.*) http://localhost:14003$1 [P]

#My Project

RewriteRule ^seaside/files.* - [L]
RewriteRule ^seaside(.*)$ http://localhost:8080/seaside/pier$1 [P,L]



On Mon, Aug 18, 2008 at 4:31 PM, David Zmick <dz0004455 at gmail.com> wrote:

> I have pier running now, but I can't get it to get the style sheets, or
> anything in a file library!
> This is my setup:
> the server is running on http://w337.uni.cc
> i have a python project running at http://w337.uni.cc/sam
> and
>
>
> On Mon, Aug 18, 2008 at 2:37 AM, Maarten MOSTERT <
> maarten.mostert at wanadoo.fr> wrote:
>
>>  Totally agree.
>> It took me at least 3 times as much time to get Apache up and running with
>> Seaside as it did to actually write the Seaside application.
>> @+Maarten,
>>
>> ----- Original Message -----
>>  *From:* Conrad Taylor <conradwt at gmail.com>
>> *To:* Seaside - general discussion <seaside at lists.squeakfoundation.org>
>> *Sent:* Sunday, August 17, 2008 11:43 PM
>> *Subject:* Re: [seaside] seaside behind apache
>>
>>  On Sun, Aug 17, 2008 at 12:26 PM, Claus Kick <claus_kick at web.de> wrote:
>>
>>> Lukas Renggli wrote:
>>>
>>>> Check the archive of the SmallWiki mailing-list, it features numerous
>>>> posts explaining Apache setup:
>>>>
>>>>
>>>> http://www.google.com/search?hl=en&q=site%3Ahttp%3A%2F%2Fwww.iam.unibe.ch%2Fpipermail%2Fsmallwiki%2F+virtualhost&btnG=Search
>>>>
>>>> For example this is a simple configuration:
>>>>
>>>>  http://www.iam.unibe.ch/pipermail/smallwiki/2006-February/001710.html
>>>>
>>>> To summarize the possible causes of problems: Make sure that you are
>>>> on Apache 2, because this makes things much simpler. Use
>>>> "ProxyPreserveHost On". Don't use "ProxyPass", but "RewriteRules".
>>>>
>>>
>>> If I may suggest something:
>>>
>>> The Documentation page on seaside.st could do with an
>>> "Integrating Seaside" section.
>>>
>>> Subsections could be
>>>
>>> Integrating Seaside with apache
>>> Integrating Seaside with other webservers
>>> Integrating Seaside with other App Servers
>>>
>>> and so on.
>>>
>>> I am not sure how useful it is to keep documentation like that in mailing
>>> list archives.
>>
>>
>> This is a very good idea.
>>
>> -Conrad
>>
>>
>>>  _______________________________________________
>>> seaside mailing list
>>> seaside at lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>>
>>
>>  ------------------------------
>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>> ------------------------------
>>
>> No virus found in this incoming message.
>> Checked by AVG.
>> Version: 7.5.524 / Virus Database: 270.6.4/1615 - Release Date: 16/08/2008
>> 07:11
>>
>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
>
>
> --
> David Zmick
> /dz0004455\
> http://dz0004455.googlepages.com
> http://dz0004455.blogspot.com
>



-- 
David Zmick
/dz0004455\
http://dz0004455.googlepages.com
http://dz0004455.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20080818/f46a5421/attachment.htm


More information about the seaside mailing list