I'd like to check the contents of Apache settings. What are the methods?
What I would like to know now is what happens to AllowEncoded Slashes.(On or off)
As for the shared rental server, I could not confirm the location where httpd.conf appears to be.
The operating system is FreeBSD version 9.
As far as the document is concerned, the default value seems to be "Off".
Also, it seems that you can use the following command to verify the location and contents of the configuration file.
(This is an example on Linux, so I haven't tried to see if I can use FreeBSD as it is.)
Also, I think you will need to have the appropriate access rights to check the contents of the configuration file.
Get Apache information on the command line - Qiita
httpd-t-DDUMP_CONFIG2>/dev/null | grep'#In' | awk' {print$4}'
httpd-t-DDUMP_CONFIG2>/dev/null | grep-v'#'
© 2024 OneMinuteCode. All rights reserved.