UIKit0 / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

JavaScripts work is problematic (TinyMCE, ISPconfig and etc) #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
mod_spdy (beta_current).

Apache/2.2.22 (Ubuntu 12.04 LTS)

Loaded Modules:
 core_module (static)
 log_config_module (static)
 logio_module (static)
 mpm_prefork_module (static)
 http_module (static)
 so_module (static)
 actions_module (shared)
 alias_module (shared)
 auth_basic_module (shared)
 authn_file_module (shared)
 authz_default_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgi_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 fcgid_module (shared)
 include_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 php5_module (shared)
 reqtimeout_module (shared)
 rewrite_module (shared)
 ruby_module (shared)
 setenvif_module (shared)
 spdy_module (shared)
 ssl_module (shared)
 status_module (shared)
 suexec_module (shared)
 suphp_module (shared)

Browser versions:
- Opera 11.64/12.00 - works RIGHT, cause Opera doesn't support SPDY (that's was 
helpful)
- Firefox 13 [Linux/Win32]
- Google Chrome (stable) 19/20 [Linux/Win32]

What steps will reproduce the problem?
a) TinyMCE
----------
1. Install site with TinyMCE or CMS with TinyMCE.
2. Make some text.
3. Try to EDIT HyperTextLINK (comboboxes isn't filled)
or
Edit HTML source (HTML code is absent)

LOOKS LIKE, some requests from the Java Script don't pass to the server, or 
don't receive an answer from him

If we turn off MOD_SPDY - all right!

Original issue reported on code.google.com by slav...@gmail.com on 3 Jul 2012 at 5:29

GoogleCodeExporter commented 8 years ago
b) ISPconfig 3.0
----------------
1) Install ISPconfig3
2) try to use it:

Some elements (created by Java script) doesn't appear on the page.

Original comment by slav...@gmail.com on 3 Jul 2012 at 5:34

GoogleCodeExporter commented 8 years ago
Thanks for the report.  I see that you have mod_php5 installed, which sometimes 
behaves poorly with mod_spdy due to threading issues.  The usual workaround is 
to instead use PHP with mod_fcgid 
(https://developers.google.com/speed/spdy/mod_spdy/php).  However, you also 
seem to have mod_fcgid installed, so I can't be sure what your setup is.  (-:

Can you take a look at the above link and try disabling mod_php5 (and switching 
your PHP config if necessary), just to make sure that that's not the problem?

Original comment by mdste...@google.com on 3 Jul 2012 at 5:36

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
PHP is works in FastCGI-mode
That's configured by Control-Panel (ISPconfig3) for ALL sites on this Server.

Original comment by slav...@gmail.com on 3 Jul 2012 at 5:43

GoogleCodeExporter commented 8 years ago
If you are using PHP via fastcgi then you should may want to uninstall the 
php5_module just to be sure it's never the one handling the requests.

Original comment by bmcqu...@google.com on 6 Sep 2012 at 8:05