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 2014/09/11 17:35:21 UTC

[Bug 56965] New: couldn't request url

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

            Bug ID: 56965
           Summary: couldn't request url
           Product: Apache httpd-2
           Version: 2.4.10
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: bugs@httpd.apache.org
          Reporter: webmaster@buession.com

Created attachment 32004
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32004&action=edit
The screenshot of error

I have two url http://0871y.com/order/188_order_2.php and
http://www.0871y.com/order/188_order_2.php.

Their configuration is the same.

Configuration:
<VirtualHost *:80>
    ServerName www.0871y.com
    ServerAlias 0871y.com
    DocumentRoot "/var/htdocs/0871y.com"
    AddDefaultCharset UTF-8

    <IfModule mod_rewrite.c>
        RewriteEngine On

    </IfModule>

    CustomLog "/var/log/apache/0871y.com/access.log" combined
    ErrorLog "/var/log/apache/0871y.com/error.log"
</VirtualHost>

http://0871y.com/order/188_order_2.php to request access to normal; but
http://www.0871y.com/order/188_order_2.php request access is not normal, HTTP
status is Aborted.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56965] couldn't request url

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56965

Eric Covener <co...@gmail.com> changed:

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

--- Comment #1 from Eric Covener <co...@gmail.com> ---
Bugzilla is for reporting bugs, not for support. I'd suggest engaging
users@httpd.apache.org for some basic troubleshooting and return here if you
think you've found a bug in httpd.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 56965] couldn't request url

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56965

--- Comment #3 from Christophe JAILLET <ch...@wanadoo.fr> ---
Accessing to http://www.0871y.com/order/ and http://0871y.com/order/ give the
list of the files in these directories.

Other php files I've opened from there work with both URL (with www. and
without)
The only one that seems to give a different result is 188_order_2.php, as you
described.

This looks like an issue within your php file not a bug in the web server.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 56965] couldn't request url

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56965

--- Comment #4 from yong.teng <we...@buession.com> ---
I test is OK with other machines.Only the machine has this bug, even if the PHP
file is blank.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 56965] couldn't request url

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56965

--- Comment #2 from yong.teng <we...@buession.com> ---
This is a BUG.
The screenshot above and description, only used to describe my configuration
and bugs.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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