I have several installations of XAMPP with different PHP configurations.
In these there are several portals.
How can I migrate these portals to WAMP Server by creating the relative Virtualhosts with the corresponding PHP version?
How many Virtual Hosts can WAMP Server manage on a Win10Pro PC, 8 Core CPU, 2TB SDD, 32GB Memory?
Obviously these portals don't all start together.
They are mostly reference portals for development.
The finished portals are then moved to a production server.
The good thing about XAMPP (Portable) is that I didn't have to launch them. If I needed portals, I only launched the XAMPP that contained them.
My main problem with XAMPP is that I couldn't launch more than one. If I needed a site with PHP 5 and one with PHP 8, I had to start and stop them multiple times.
With WAMP Server I can manage the PHP version in the Virtualhost.
But I don't want that if I insert all the portals in WAMP Server, then there will be problems of insufficient resources for portals that maybe I will use a couple of times a year.
In these there are several portals.
How can I migrate these portals to WAMP Server by creating the relative Virtualhosts with the corresponding PHP version?
How many Virtual Hosts can WAMP Server manage on a Win10Pro PC, 8 Core CPU, 2TB SDD, 32GB Memory?
Obviously these portals don't all start together.
They are mostly reference portals for development.
The finished portals are then moved to a production server.
The good thing about XAMPP (Portable) is that I didn't have to launch them. If I needed portals, I only launched the XAMPP that contained them.
My main problem with XAMPP is that I couldn't launch more than one. If I needed a site with PHP 5 and one with PHP 8, I had to start and stop them multiple times.
With WAMP Server I can manage the PHP version in the Virtualhost.
But I don't want that if I insert all the portals in WAMP Server, then there will be problems of insufficient resources for portals that maybe I will use a couple of times a year.