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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]