mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
misc
This commit is contained in:
@@ -45,7 +45,6 @@
|
|||||||
[[server.location]]
|
[[server.location]]
|
||||||
location = "*.php"
|
location = "*.php"
|
||||||
root = "www/script"
|
root = "www/script"
|
||||||
methods = ["GET"]
|
|
||||||
autoindex = false
|
autoindex = false
|
||||||
cgi_pass = "/usr/bin/php-cgi"
|
cgi_pass = "/usr/bin/php-cgi"
|
||||||
[[server]]
|
[[server]]
|
||||||
|
|||||||
@@ -337,8 +337,6 @@ bool Request::badCode(int code)
|
|||||||
|
|
||||||
bool Request::ok(void)
|
bool Request::ok(void)
|
||||||
{
|
{
|
||||||
DBOUT << "_head_ok " << _head_ok << ENDL;
|
|
||||||
DBOUT << "_body_ok " << _body_ok << ENDL;
|
|
||||||
return (_head_ok && _body_ok);
|
return (_head_ok && _body_ok);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
15492
www/docs/Voina_i_mir.txt
Normal file
15492
www/docs/Voina_i_mir.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user