Page 2 of 3 | << | < | 1 | 2 | 3 | > | >> | All |
Posted By: abgar on May 12, 2012, 6:21 pm | Post: 15 |
Forgot to mention: entry in hosts file added |
Posted By: abgar on November 27, 2012, 11:31 am | Post: 17 |
Is problem fixed in new releases ? |
Posted By: tidus on November 27, 2012, 11:49 am | Post: 18 |
Quote From : abgar November 27, 2012, 11:31 am Is problem fixed in new releases ? Hi, What issue are you facing ? ----------------------- Follow AMPPS on, Twitter : https://twitter.com/AMPPS_Stack Facebook : http://www.facebook.com/softaculousampps Google+ : https://plus.google.com/+AmppsStack |
Posted By: abgar on November 28, 2012, 1:25 pm | Post: 19 |
Please take a look in our previous corespondence. In Ampps 1.7 virtual hosts were created in bad way ( via admin panel ). |
Posted By: tidus on November 28, 2012, 1:42 pm | Post: 21 |
Quote From : abgar November 28, 2012, 1:32 pm Quote From : abgar November 28, 2012, 1:25 pm Please take a look in our previous corespondence. In Ampps 1.7 virtual hosts were created in bad way ( via admin panel ). Ticket no #330123 Hi, We tested creating Domains on local environment they are working fine. We haven't tested it on production environment. It is not recommended to use on production server. ----------------------- Follow AMPPS on, Twitter : https://twitter.com/AMPPS_Stack Facebook : http://www.facebook.com/softaculousampps Google+ : https://plus.google.com/+AmppsStack |
Posted By: abgar on November 29, 2012, 11:14 am | Post: 22 |
In my opinion it is still done in a wrong way.
Ammps creates virtual host as follows: < VirtualHost example.com:80> while it should be: <VirtualHost *:80> Take a look at Apache examples: http://httpd.apache.org/docs/2.2/vhosts/examples.html In no example domain name ( example.com) follows VirtualHost. Supposely it works for You locally after You modify hosts file, but it is not the right way. |
Posted By: tidus on November 29, 2012, 12:23 pm | Post: 23 |
Hi,
I know. To make domains work locally we had to do these changes. We tried <VirtualHost *:80> but it redirected us to localhost ----------------------- Follow AMPPS on, Twitter : https://twitter.com/AMPPS_Stack Facebook : http://www.facebook.com/softaculousampps Google+ : https://plus.google.com/+AmppsStack |
Posted By: abgar on December 7, 2012, 10:27 am | Post: 27 |
I am shurely not server guru but network routing and shaping is my job |
Posted By: tidus on December 7, 2012, 12:25 pm | Post: 28 |
Hi,
Yes. I will say it again, AMPPS is for local development. The way it is working now is for "local network". All the changes made in httpd-vhosts.conf are handled by AMPPS and will be rebuild by it. Configuration built by it should work in local network. We might add an option as you have suggested. In case this feature is not added you can create a conf file manually as you are doing now. ----------------------- Follow AMPPS on, Twitter : https://twitter.com/AMPPS_Stack Facebook : http://www.facebook.com/softaculousampps Google+ : https://plus.google.com/+AmppsStack |