Tagged articles
1 articles
Page 1 of 1
Laravel Tech Community
Laravel Tech Community
Nov 1, 2021 · Backend Development

virtual() – Executing an Apache Subrequest

The PHP function virtual() is an Apache‑specific routine that performs a sub‑request, allowing inclusion of CGI scripts or .shtml files by executing the specified filename and returning TRUE on success or FALSE on failure.

ApacheBackendsubrequest
0 likes · 2 min read
virtual() – Executing an Apache Subrequest