You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/04/15 22:23:23 UTC

DO NOT REPLY [Bug 39321] New: - ProxyPass causes segfaults

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39321>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39321

           Summary: ProxyPass causes segfaults
           Product: Apache httpd-2
           Version: 2.2.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: spam1001@2thebatcave.com


When specifying something like:

ProxyPass / test5
ProxyPassReverse / test5

httpd will segfault on startup.  If I change to:

ProxyPass / http://test5
ProxyPassReverse / http://test5

then it will startup just fine.  Not that I can think of a need to go without
the http:// at the moment, but nevertheless it should not segfault.  More
details below.

Using apache httpd 2.2.0

configure options:
--includedir=/usr/apache-include \
        --prefix=/usr --sysconfdir=/etc/httpd --localstatedir=/var \
        --enable-so \
        --enable-mime-magic \
        --enable-headers \
        --enable-proxy \
        --enable-rewrite \
        --enable-proxy-http \
        --enable-ssl \
        --enable-cgid \
        --disable-userdir \
        --with-mpm=worker \
        --enable-suexec \
        --with-suexec-caller=apache \
        --with-suexec-docroot=/home \
        --with-suexec-logfile=/var/log/httpd/suexec.log


small httpd.conf that can be used to reproduce the error:

ServerRoot "/"
PidFile /var/run/httpd.pid
User apache
Group apache
Listen 80
ErrorLog /var/log/httpd/error/apache.log
CustomLog /var/log/httpd/access/apache.log combined
Scriptsock /usr/www/apachecgi/cgid-sock

NameVirtualHost *:80

<VirtualHost *:80>
ProxyPass / test5
ProxyPassReverse / test5
</VirtualHost>



output of httpd -l:

Compiled in modules:
  core.c
  mod_authn_file.c
  mod_authn_default.c
  mod_authz_host.c
  mod_authz_groupfile.c
  mod_authz_user.c
  mod_authz_default.c
  mod_auth_basic.c
  mod_include.c
  mod_filter.c
  mod_log_config.c
  mod_env.c
  mod_mime_magic.c
  mod_headers.c
  mod_setenvif.c
  mod_proxy.c
  mod_proxy_connect.c
  mod_proxy_ftp.c
  mod_proxy_http.c
  mod_proxy_ajp.c
  mod_proxy_balancer.c
  mod_ssl.c
  worker.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_suexec.c
  mod_cgid.c
  mod_negotiation.c
  mod_dir.c
  mod_actions.c
  mod_alias.c
  mod_rewrite.c
  mod_so.c

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39321] - ProxyPass causes segfaults

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39321>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39321


nick@webthing.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From nick@webthing.com  2006-04-16 21:03 -------
Fixed - http://svn.apache.org/viewcvs?rev=394557&view=rev 

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39321] - ProxyPass causes segfaults

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39321>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39321





------- Additional Comments From nick@webthing.com  2006-04-15 22:52 -------
Fixed in trunk: http://svn.apache.org/viewcvs?rev=394390&view=rev 
Backport to 2.2 proposed. 
 

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org