https://bz.apache.org/bugzilla/show_bug.cgi?id=61961
Bug ID: 61961
Summary: Error to access site with _ in ServerName
Product: Apache httpd-2
Version: 2.4.29
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: All
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When I try to create site with "_" sign in ServerName I got an error
Screencast http://recordit.co/X0u41lcNXs
Config
<VirtualHost *:80>
ServerAdmin webmaster@zoho_daniil
DocumentRoot "C:/xampp/htdocs/test_underscore"
ServerName test_underscore
ErrorLog "logs/test_underscore-error.log"
CustomLog "logs/test_underscore-access.log" common
</VirtualHost>
Apache/2.4.29 (Win32) OpenSSL/1.0.2l PHP/5.6.32 Server at onetwosale Port 80
--
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]