Hi,

I finally got things sort of working but really there are a number of small issues with the documentation.

First of all I am running on Slicehost with Ubuntu 9.04 and Apache 2.2


A)  If I start up my image according to the docuentation I have to options:

      The install script delivered with Pier 1.2 or the Scirpt instructions given here:   http://www.piercms.com/doc/deploy  
      Without being an expert they do not do the same thing.
      As I am in bash I used the one of the documetation but maybe here things allready went wrong ?


B) According to the documentation I should do the following:

     Set the Server Hostname to: http://www.YOURDOMAIN.com
     Set the Server Path to: /
     Set the Base Path to: /

     This seemed not to be oké If I do so my pages are inacessable or show up in a strange format like this.
    
     http://http%3A%2F%2Fstakepoint.com/multiuser

     Fianlly you have to leave th http:// of the servername to state:  www.YOURDOMAIN.com  


C) I spent a lot of time trying to figure ot which combination of virtualhost file works.
     Fianlly the next one seems to be oké but still is different in the Document root sections. from the one given in the documntation.


Regards,

@+Maarten,
    




<VirtualHost 174.143.245.13:80>
   ServerName stakepoint.com

   ServerAlias www.stakepoint.com


# rewrite incoming requests
  RewriteEngine On
 # This is not oké the next line is  DocumentRoot /home/maarten/public_html/files
  DocumentRoot /home/maarten/public_html
  RewriteRule ^/seaside/files/(.*)$ http://localhost:8080/seaside/files/$1 [proxy,last]
# next line seems oké but don't put /files behind public_html
  RewriteCond /home/maarten/public_html/%{REQUEST_FILENAME} !-f
# next line seems oké to
  RewriteRule ^/(.*)$ http://localhost:8080/seaside/pier/$1 [proxy,last]

 

# Set up general proxy properties

  ProxyRequests Off
  ProxyPreserveHost On
  <Proxy *>
   Order deny,allow
   Allow from none
  </Proxy>

 

 # Additional aliases to serve files normally served by Seaside;
 # this is a simple optimization to reduce load on the app server
 # by letting Apache do what it does best, serve static files;
 # normally in development these directories are served by Seaside
 # to keep development environment simpler

 

 Alias /files /home/maarten/public_html/files
 Alias /support /home/maarten/public_html/files/support

 <Directory /home/maarten/public_html/files>
  <Limit GET>
   Order allow,deny
   Allow from all
  </Limit>
 </Directory>

    ServerAdmin webmaster@stakepoint.com

    UseCanonicalName Off

</VirtualHost>



Mariano Martinez Peck a écrit :
Maarten Mostert: Perhaps yuo can post your VirtualHost file configuration of Apache, what you have set in /seaside/config  (the parameters baseURL, hostname and path), and an ls -la to the DocumentRoot

Best,

Mariano

On Thu, Jul 23, 2009 at 5:21 PM, Germán Arduino <garduino@gmail.com> wrote:
I've the same problem, also in a Linux box without Apache.

The css don't works. As far as I saw all the files are on place, but the css
don't works.

Cheers.


2009/7/21 Damien Cassou <damien.cassou@gmail.com>:
> On Tue, Jul 21, 2009 at 10:26 AM, Maarten
> MOSTERT<maarten.mostert@wanadoo.fr> wrote:
>> By CCS I meant all the style sheets.
>
> CSS then I guess :-)
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Lambdas are relegated to relative obscurity until Java makes them
> popular by not having them." James Iry
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


_______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki