I can't spot a problem in this configuration,
looks like from the hand-book :-)
What you might want to check is if you have some old cookies, that
might interfere from an previous configuration.
Also you might want to check if the <form> that seaside generates is
correct, especially the POST URL. Seems to be kind of strange that
only the POSTS break.
Lukas
On 22 January 2012 21:55, sergio_101 <sergiolist(a)village-buzz.com> wrote:
i copied this from the rest of my sites, too..
<VirtualHost *:80>
# set server name
ProxyPreserveHost On
ServerName
toaplacebehindthesun.com
ServerAlias
www.toaplacebehindthesun.com
ErrorLog /home/behindthesun/logs/error_log
CustomLog /home/behindthesun/logs/access_log combined
# connfigure static file serving
DocumentRoot /home/behindthesun/imageBehindTheSun/files
<Directory /home/behdingthesund/imageBehindTheSun/files>
Order deny,allow
Allow from all
</Directory>
# rewrite incoming requests
RewriteEngine On
RewriteRule ^/files/(.*)$
http://localhost:8081/files/$1 [proxy,last]
RewriteCond /home/behindthesun/imageBehindTheSun/files/%{REQUEST_FILENAME} !-f
RewriteRule ^/(.*)$
http://localhost:8081/pier/$1 [proxy,last]
</VirtualHost>
On Sun, Jan 22, 2012 at 2:38 PM, Lukas Renggli <renggli(a)gmail.com> wrote:
How does you Apache config look like?
Lukas
On 22 January 2012 19:47, sergio_101 <sergiolist(a)village-buzz.com> wrote:
> for some reason, i am still having problems with doing something as
> simple as deploying a new image..
>
> i have set up the following:
>
> in
http://www.toaplacebehindthesun.com:8081/config/pier
>
> i added this:
>
> resources:
http://www.toaplacebehindthesun.com/resources/
> server hostname:
www.toaplacebehindthesun.com
> server path: /
>
> in
http://www.toaplacebehindthesun.com/system/management
>
> i added this:
> Base URL:
http://www.toaplacebehindthesun.com
>
> all of the links seem to work okay...
>
> EXCEPT
>
> i can't edit anything..
>
> when i go to edit anything, i am taken here:
>
> /pier/about/?_k=NG8sBw9XAlEGBxZQ&command=PREditCommand&_n&8 was not
> found on this server..
>
> i have two other pier sites that run perfectly.. and i used them as a
> guide for this one, but i just can't get that last piece working..
>
> also, if i try to expand the following menus:
>
> -Welcome to Pier!
> +Blog
> +About Pier
> +System
>
> even when i hover over them, i get something like:
>
>
http://www.toaplacebehindthesun.com/?_k=oNZufgluVsr03wYY&view=PRNotFoun…
>
> when i click, i get this:
>
> The requested object /pier/?_k=oNZufgluVsr03wYY&view=PRNotFoundView
> was not found on this server.
>
> hopefully i have given you enough info to make heads or tails of this..
>
> thanks!
>
> --
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
>
http://www.CodingForHire.com
>
http://www.coffee-black.com
>
http://www.painlessfrugality.com
>
http://www.twitter.com/sergio_101
>
http://www.facebook.com/sergio101
> _______________________________________________
> Magritte, Pier and Related Tools ...
>
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
--
----
peace,
sergio
photographer, journalist, visionary
http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Magritte, Pier and Related Tools ...