<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Re: [Seaside] Safari on Leopard Apache post problem</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hmm, okay, not quite apples to apples. I've always used a simple proxy to a tiny http server or swazoo, not the nasty perl relay hack to ip listener. Any chance you could give that a try? Its a whole lot simpler to set up, can't remember the exact link to a sample though.<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: Seaside - general discussion &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Tue Nov 13 20:38:03 2007<BR>
Subject: Re: [Seaside] Safari on Leopard Apache post problem<BR>
<BR>
Boris,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; On the Leopard machine I start with stock Apache config file that&nbsp;<BR>
ships with Leopard (see below) and add in a separate conf file that is&nbsp;<BR>
included in the httpd.conf file:<BR>
---<BR>
ScriptAlias /scandia/2008/ &quot;/Library/WebServer/CGI-Executables/<BR>
scandia.pl/&quot;<BR>
<BR>
&lt;Directory /Library/WebServer/CGI-Executables/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Options +FollowSymLinks<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RewriteEngine on<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RewriteCond %{<A HREF="HTTP:Authorization">HTTP:Authorization</A>} ^(.*)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RewriteRule .* - [E=HTTP_AUTHORIZATION:%1]<BR>
&lt;/Directory&gt;<BR>
---<BR>
<BR>
(Aside: the rewrite rules above do not work to pass the http&nbsp;<BR>
authorization requests). The scandia.pl file is the perl relay file&nbsp;<BR>
$visualHome/waveserver/waverelays/perl/visualworks.pl.&nbsp; The /Library/<BR>
WebServer/CGI-Executables is Apple's CGI-bin directory.<BR>
<BR>
The httpd.conf file with some comments removed:<BR>
---<BR>
ServerRoot &quot;/usr&quot;<BR>
<BR>
Listen 80<BR>
<BR>
LoadModule authn_file_module libexec/apache2/mod_authn_file.so<BR>
LoadModule authn_dbm_module libexec/apache2/mod_authn_dbm.so<BR>
LoadModule authn_anon_module libexec/apache2/mod_authn_anon.so<BR>
LoadModule authn_dbd_module libexec/apache2/mod_authn_dbd.so<BR>
LoadModule authn_default_module libexec/apache2/mod_authn_default.so<BR>
LoadModule authz_host_module libexec/apache2/mod_authz_host.so<BR>
LoadModule authz_groupfile_module libexec/apache2/mod_authz_groupfile.so<BR>
LoadModule authz_user_module libexec/apache2/mod_authz_user.so<BR>
LoadModule authz_dbm_module libexec/apache2/mod_authz_dbm.so<BR>
LoadModule authz_owner_module libexec/apache2/mod_authz_owner.so<BR>
LoadModule authz_default_module libexec/apache2/mod_authz_default.so<BR>
LoadModule auth_basic_module libexec/apache2/mod_auth_basic.so<BR>
LoadModule auth_digest_module libexec/apache2/mod_auth_digest.so<BR>
LoadModule cache_module libexec/apache2/mod_cache.so<BR>
LoadModule disk_cache_module libexec/apache2/mod_disk_cache.so<BR>
LoadModule mem_cache_module libexec/apache2/mod_mem_cache.so<BR>
LoadModule dbd_module libexec/apache2/mod_dbd.so<BR>
LoadModule dumpio_module libexec/apache2/mod_dumpio.so<BR>
LoadModule ext_filter_module libexec/apache2/mod_ext_filter.so<BR>
LoadModule include_module libexec/apache2/mod_include.so<BR>
LoadModule filter_module libexec/apache2/mod_filter.so<BR>
LoadModule deflate_module libexec/apache2/mod_deflate.so<BR>
LoadModule log_config_module libexec/apache2/mod_log_config.so<BR>
LoadModule log_forensic_module libexec/apache2/mod_log_forensic.so<BR>
LoadModule logio_module libexec/apache2/mod_logio.so<BR>
LoadModule env_module libexec/apache2/mod_env.so<BR>
LoadModule mime_magic_module libexec/apache2/mod_mime_magic.so<BR>
LoadModule cern_meta_module libexec/apache2/mod_cern_meta.so<BR>
LoadModule expires_module libexec/apache2/mod_expires.so<BR>
LoadModule headers_module libexec/apache2/mod_headers.so<BR>
LoadModule ident_module libexec/apache2/mod_ident.so<BR>
LoadModule usertrack_module libexec/apache2/mod_usertrack.so<BR>
#LoadModule unique_id_module libexec/apache2/mod_unique_id.so<BR>
LoadModule setenvif_module libexec/apache2/mod_setenvif.so<BR>
LoadModule version_module libexec/apache2/mod_version.so<BR>
LoadModule proxy_module libexec/apache2/mod_proxy.so<BR>
LoadModule proxy_connect_module libexec/apache2/mod_proxy_connect.so<BR>
LoadModule proxy_ftp_module libexec/apache2/mod_proxy_ftp.so<BR>
LoadModule proxy_http_module libexec/apache2/mod_proxy_http.so<BR>
LoadModule proxy_ajp_module libexec/apache2/mod_proxy_ajp.so<BR>
LoadModule proxy_balancer_module libexec/apache2/mod_proxy_balancer.so<BR>
LoadModule ssl_module libexec/apache2/mod_ssl.so<BR>
LoadModule mime_module libexec/apache2/mod_mime.so<BR>
LoadModule dav_module libexec/apache2/mod_dav.so<BR>
LoadModule status_module libexec/apache2/mod_status.so<BR>
LoadModule autoindex_module libexec/apache2/mod_autoindex.so<BR>
LoadModule asis_module libexec/apache2/mod_asis.so<BR>
LoadModule info_module libexec/apache2/mod_info.so<BR>
LoadModule cgi_module libexec/apache2/mod_cgi.so<BR>
LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so<BR>
LoadModule vhost_alias_module libexec/apache2/mod_vhost_alias.so<BR>
LoadModule negotiation_module libexec/apache2/mod_negotiation.so<BR>
LoadModule dir_module libexec/apache2/mod_dir.so<BR>
LoadModule imagemap_module libexec/apache2/mod_imagemap.so<BR>
LoadModule actions_module libexec/apache2/mod_actions.so<BR>
LoadModule speling_module libexec/apache2/mod_speling.so<BR>
LoadModule userdir_module libexec/apache2/mod_userdir.so<BR>
LoadModule alias_module libexec/apache2/mod_alias.so<BR>
LoadModule rewrite_module libexec/apache2/mod_rewrite.so<BR>
LoadModule bonjour_module&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache2/mod_bonjour.so<BR>
#LoadModule php5_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache2/libphp5.so<BR>
#LoadModule fastcgi_module&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache2/mod_fastcgi.so<BR>
<BR>
&lt;IfModule !mpm_netware_module&gt;<BR>
<BR>
User www<BR>
Group www<BR>
&lt;/IfModule&gt;<BR>
<BR>
<BR>
ServerAdmin you@example.com<BR>
<BR>
<BR>
DocumentRoot &quot;/Library/WebServer/Documents&quot;<BR>
<BR>
&lt;Directory /&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Options FollowSymLinks<BR>
&nbsp;&nbsp;&nbsp;&nbsp; AllowOverride None<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Order deny,allow<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Deny from all<BR>
&lt;/Directory&gt;<BR>
<BR>
&lt;Directory &quot;/Library/WebServer/Documents&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Options Indexes FollowSymLinks MultiViews<BR>
&nbsp;&nbsp;&nbsp;&nbsp; AllowOverride None<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Order allow,deny<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Allow from all<BR>
<BR>
&lt;/Directory&gt;<BR>
<BR>
&lt;IfModule dir_module&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; DirectoryIndex index.html<BR>
&lt;/IfModule&gt;<BR>
<BR>
<BR>
&lt;FilesMatch &quot;^\.([Hh][Tt]|[Dd][Ss]_[Ss])&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Order allow,deny<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Deny from all<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Satisfy All<BR>
&lt;/FilesMatch&gt;<BR>
<BR>
<BR>
&lt;Files &quot;rsrc&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Order allow,deny<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Deny from all<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Satisfy All<BR>
&lt;/Files&gt;<BR>
&lt;DirectoryMatch &quot;.*\.\.namedfork&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Order allow,deny<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Deny from all<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Satisfy All<BR>
&lt;/DirectoryMatch&gt;<BR>
<BR>
<BR>
ErrorLog /private/var/log/apache2/error_log<BR>
<BR>
LogLevel warn<BR>
<BR>
&lt;IfModule log_config_module&gt;<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-<BR>
Agent}i\&quot;&quot; combined<BR>
&nbsp;&nbsp;&nbsp;&nbsp; LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b&quot; common<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;IfModule logio_module&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # You need to enable mod_logio.c to use %I and %O<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-<BR>
Agent}i\&quot; %I %O&quot; combinedio<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/IfModule&gt;<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # The location and format of the access logfile (Common Logfile&nbsp;<BR>
Format).<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # If you do not define any access logfiles within a &lt;VirtualHost&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # container, they will be logged here.&nbsp; Contrariwise, if you *do*<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # define per-&lt;VirtualHost&gt; access logfiles, transactions will be<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # logged therein and *not* in this file.<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; CustomLog /private/var/log/apache2/access_log common<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # If you prefer a logfile with access, agent, and referer&nbsp;<BR>
information<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # (Combined Logfile Format) you can use the following directive.<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #CustomLog /private/var/log/apache2/access_log combined<BR>
&lt;/IfModule&gt;<BR>
<BR>
&lt;IfModule alias_module&gt;<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # ScriptAlias: This controls which directories contain server&nbsp;<BR>
scripts.<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # ScriptAliases are essentially the same as Aliases, except that<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # documents in the target directory are treated as applications and<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # run by the server when requested rather than as documents sent&nbsp;<BR>
to the<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # client.&nbsp; The same rules about trailing &quot;/&quot; apply to ScriptAlias<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # directives as to Alias.<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) &quot;/Library/<BR>
WebServer/CGI-Executables/$1&quot;<BR>
<BR>
&lt;/IfModule&gt;<BR>
<BR>
&lt;IfModule cgid_module&gt;<BR>
<BR>
&lt;/IfModule&gt;<BR>
<BR>
#<BR>
# &quot;/Library/WebServer/CGI-Executables&quot; should be changed to whatever&nbsp;<BR>
your ScriptAliased<BR>
# CGI directory exists, if you have that configured.<BR>
#<BR>
&lt;Directory &quot;/Library/WebServer/CGI-Executables&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; AllowOverride None<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Options None<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Order allow,deny<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Allow from all<BR>
&lt;/Directory&gt;<BR>
<BR>
DefaultType text/plain<BR>
<BR>
&lt;IfModule mime_module&gt;<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; TypesConfig /private/etc/apache2/mime.types<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; AddType application/x-compress .Z<BR>
&nbsp;&nbsp;&nbsp;&nbsp; AddType application/x-gzip .gz .tgz<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # AddHandler allows you to map certain file extensions to&nbsp;<BR>
&quot;handlers&quot;:<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # actions unrelated to filetype. These can be either built into&nbsp;<BR>
the server<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # or added with the Action directive (see below)<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # To use CGI scripts outside of ScriptAliased directories:<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # (You will also need to add &quot;ExecCGI&quot; to the &quot;Options&quot; directive.)<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #AddHandler cgi-script .cgi<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # For type maps (negotiated resources):<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #AddHandler type-map var<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # Filters allow you to process content before it is sent to the&nbsp;<BR>
client.<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # To parse .shtml files for server-side includes (SSI):<BR>
&nbsp;&nbsp;&nbsp;&nbsp; # (You will also need to add &quot;Includes&quot; to the &quot;Options&quot;&nbsp;<BR>
directive.)<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #AddType text/html .shtml<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #AddOutputFilter INCLUDES .shtml<BR>
&lt;/IfModule&gt;<BR>
<BR>
#<BR>
# The mod_mime_magic module allows the server to use various hints&nbsp;<BR>
from the<BR>
# contents of the file itself to determine its type.&nbsp; The MIMEMagicFile<BR>
# directive tells the module where the hint definitions are located.<BR>
#<BR>
#MIMEMagicFile /private/etc/apache2/magic<BR>
<BR>
#<BR>
# Customizable error responses come in three flavors:<BR>
# 1) plain text 2) local redirects 3) external redirects<BR>
#<BR>
# Some examples:<BR>
#ErrorDocument 500 &quot;The server made a boo boo.&quot;<BR>
#ErrorDocument 404 /missing.html<BR>
#ErrorDocument 404 &quot;/cgi-bin/missing_handler.pl&quot;<BR>
#ErrorDocument 402 <A HREF="http://www.example.com/subscription_info.html">http://www.example.com/subscription_info.html</A><BR>
#<BR>
<BR>
#<BR>
# EnableMMAP and EnableSendfile: On systems that support it,<BR>
# memory-mapping or the sendfile syscall is used to deliver<BR>
# files.&nbsp; This usually improves server performance, but must<BR>
# be turned off when serving from networked-mounted<BR>
# filesystems or if support for these functions is otherwise<BR>
# broken on your system.<BR>
#<BR>
#EnableMMAP off<BR>
#EnableSendfile off<BR>
<BR>
# Supplemental configuration<BR>
#<BR>
# The configuration files in the /private/etc/apache2/extra/ directory&nbsp;<BR>
can be<BR>
# included to add extra features or to modify the default&nbsp;<BR>
configuration of<BR>
# the server, or you may simply copy their contents here and change as<BR>
# necessary.<BR>
<BR>
# Server-pool management (MPM specific)<BR>
Include /private/etc/apache2/extra/httpd-mpm.conf<BR>
<BR>
# Multi-language error messages<BR>
#Include /private/etc/apache2/extra/httpd-multilang-errordoc.conf<BR>
<BR>
# Fancy directory listings<BR>
Include /private/etc/apache2/extra/httpd-autoindex.conf<BR>
<BR>
# Language settings<BR>
Include /private/etc/apache2/extra/httpd-languages.conf<BR>
<BR>
# User home directories<BR>
Include /private/etc/apache2/extra/httpd-userdir.conf<BR>
<BR>
# Real-time info on requests and configuration<BR>
#Include /private/etc/apache2/extra/httpd-info.conf<BR>
<BR>
# Virtual hosts<BR>
#Include /private/etc/apache2/extra/httpd-vhosts.conf<BR>
<BR>
# Local access to the Apache HTTP Server Manual<BR>
Include /private/etc/apache2/extra/httpd-manual.conf<BR>
<BR>
# Distributed authoring and versioning (WebDAV)<BR>
#Include /private/etc/apache2/extra/httpd-dav.conf<BR>
<BR>
# Various default settings<BR>
#Include /private/etc/apache2/extra/httpd-default.conf<BR>
<BR>
# Secure (SSL/TLS) connections<BR>
#Include /private/etc/apache2/extra/httpd-ssl.conf<BR>
#<BR>
# Note: The following must must be present to support<BR>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; starting without SSL on platforms with no /dev/random equivalent<BR>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; but a statically compiled-in mod_ssl.<BR>
#<BR>
&lt;IfModule ssl_module&gt;<BR>
SSLRandomSeed startup builtin<BR>
SSLRandomSeed connect builtin<BR>
&lt;/IfModule&gt;<BR>
<BR>
Include /private/etc/apache2/other/*.conf<BR>
On Nov 13, 2007, at 6:22 PM, Boris Popov wrote:<BR>
<BR>
&gt; That's pretty much the same configuration I'm using and we haven't&nbsp;<BR>
&gt; seen<BR>
&gt; this problem yet. Could you perhaps post your Apache config so we&nbsp;<BR>
&gt; could<BR>
&gt; compare?<BR>
&gt;<BR>
&gt;<BR>
&gt;&gt; -----Original Message-----<BR>
&gt;&gt; From: seaside-bounces@lists.squeakfoundation.org [<A HREF="mailto:seaside-">mailto:seaside-</A><BR>
&gt;&gt; bounces@lists.squeakfoundation.org] On Behalf Of Roger Whitney<BR>
&gt;&gt; Sent: Tuesday, November 13, 2007 4:20 PM<BR>
&gt;&gt; To: Seaside - general discussion<BR>
&gt;&gt; Subject: [Seaside] Safari on Leopard Apache post problem<BR>
&gt;&gt;<BR>
&gt;&gt; I have a problem with the new Safari on Leopard (Mac OS 10.5)<BR>
&gt;&gt; accessing a Seaside application running behind Apache and hope&nbsp;<BR>
&gt;&gt; someone<BR>
&gt;&gt; can shed some light on it.<BR>
&gt;&gt;<BR>
&gt;&gt; I am using Seaside 2.8 on VW 7.5. When I run Seaside as a standalone<BR>
&gt;&gt; web server in VW (the tiny Web server in VW) Safari in Leopard has no<BR>
&gt;&gt; problems accessing the Seaside application. When I run the Seaside<BR>
&gt;&gt; application behind Apache there is no problem with Firefox, Opera and<BR>
&gt;&gt; older versions of Safari accessing the application.<BR>
&gt;&gt;<BR>
&gt;&gt; When I use Safari 3.0.4, which comes on Leopard, there are problems<BR>
&gt;&gt; with posts from a seaside page. The problem occurs not only on my&nbsp;<BR>
&gt;&gt; code<BR>
&gt;&gt; but in Functional Seaside Test Suite examples. When I click on a<BR>
&gt;&gt; button to submit a form the bowser says it is contacting the server<BR>
&gt;&gt; and seems to wait for ever without timing out. On the server side I<BR>
&gt;&gt; first get the POST request. According to the log file 15 seconds&nbsp;<BR>
&gt;&gt; later<BR>
&gt;&gt; I get a GET request. The server and client are running on the same<BR>
&gt;&gt; machine (Dual Core), so there is no network delay. A few seconds&nbsp;<BR>
&gt;&gt; later<BR>
&gt;&gt; a second GET request comes from Safari. If I stop the request from<BR>
&gt;&gt; Safari and then have it reload the page I do get the reply to the<BR>
&gt; post.<BR>
&gt;&gt;<BR>
&gt;&gt; Since Safari 3.0.4 does work when talking directly to the VW web<BR>
&gt;&gt; server there is some problem with Safari 3.0.4 and Apache. Does&nbsp;<BR>
&gt;&gt; anyone<BR>
&gt;&gt; have any idea how to configure Apache to avoid this? Unfortunately<BR>
&gt;&gt; some of my users can only access port 80, so I have to run behind<BR>
&gt;&gt; Apache.<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; ----<BR>
&gt;&gt; Roger Whitney&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Department of Computer Science<BR>
&gt;&gt; whitney@cs.sdsu.edu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; San Diego State University<BR>
&gt;&gt; <A HREF="http://www.eli.sdsu.edu/">http://www.eli.sdsu.edu/</A>&nbsp;&nbsp; San Diego, CA 92182-7720<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; _______________________________________________<BR>
&gt;&gt; seaside mailing list<BR>
&gt;&gt; seaside@lists.squeakfoundation.org<BR>
&gt;&gt; <A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
&gt; _______________________________________________<BR>
&gt; seaside mailing list<BR>
&gt; seaside@lists.squeakfoundation.org<BR>
&gt; <A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
&gt;<BR>
&gt;<BR>
<BR>
<BR>
<BR>
----<BR>
Roger Whitney&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Department of Computer Science<BR>
whitney@cs.sdsu.edu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; San Diego State University<BR>
<A HREF="http://www.eli.sdsu.edu/">http://www.eli.sdsu.edu/</A>&nbsp;&nbsp; San Diego, CA 92182-7720<BR>
<BR>
<BR>
_______________________________________________<BR>
seaside mailing list<BR>
seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>