https://issues.apache.org/bugzilla/show_bug.cgi?id=46449


Leandro Navarro <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #2 from Leandro Navarro <[email protected]>  2008-12-30 11:16:50 
PST ---
(In reply to comment #1)
> It works correctly with mpm-prefork and mod_php.
> 
> In what way do you call the php interpreter?
Fast-cgi, with suexec.

AddType application/x-httpd-php .php3 .phtml .php .phps
SuexecUserGroup user group
Action php-fcgi /fcgi-bin/php-fcgi-wrapper
Alias /fcgi-bin/ /home/httpd/fcgi-bin.d/php5-user/

/home/httpd/fcgi-bin.d/php5-user$ more php-fcgi-wrapper 
#!/bin/sh
export PHPRC=/etc/php5/cgi
exec /usr/bin/php5-cgi

> Do you have any special output filters configured? 
Only includes:
mods-enabled/mime.conf:AddOutputFilter INCLUDES .shtml

> What is the output of apache2ctl -M?

/usr/sbin/apache2ctl -M
[Tue Dec 30 19:38:35 2008] [warn] worker http://xxx.yyyyyyy.org already used by
another worker
[Tue Dec 30 19:38:36 2008] [warn] worker http://www.xxxxxxxx.org/~zzzz already
used by another worker
Loaded Modules:
 core_module (static)
 log_config_module (static)
 logio_module (static)
 mpm_worker_module (static)
 http_module (static)
 so_module (static)
 actions_module (shared)
 alias_module (shared)
 auth_basic_module (shared)
 auth_pam_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)
 cgid_module (shared)
 dav_module (shared)
 dir_module (shared)
 env_module (shared)
 fcgid_module (shared)
 headers_module (shared)
 include_module (shared)
 mime_module (shared)
 security2_module (shared)
 negotiation_module (shared)
 proxy_module (shared)
 proxy_http_module (shared)
 python_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 ssl_module (shared)
 status_module (shared)
 suexec_module (shared)
 unique_id_module (shared)
 userdir_module (shared)
Syntax OK


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to