Guest User

Untitled

a guest
Jul 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. while(new FCGIInterface().FCGIaccept() >= 0) {
  2. System.out.println("server name: " + System.getProperty<"SERVER_NAME"));
  3. System.out.println("server port: " + System.getProperty<"FCGI_PORT"));
  4. System.out.println("query string: " + System.getProperty<"QUERY_STRING"));
  5. System.out.println("path: " + System.getProperty<"PATH_INFO"));
  6. }
Add Comment
Please, Sign In to add comment