2

I noticed that in phpinfo under "apache2handler", it says:

Virtual Server Yes

What does that refer to? Does that mean that apache is on a virtual (i.e. not dedicated) host? What would be a case when it would say:

Virtual Server No

?

Thanks for any help with this.

chaimp
  • 16,897
  • 16
  • 53
  • 86

1 Answers1

6

That really just means that apache is configured so that it can serve more than one domain. It has nothing to do with whether or not apache is running on a shared server or dedicated server.

Similar terminology, completely different meanings.

Frank Farmer
  • 38,246
  • 12
  • 71
  • 89