Re: Migrating existing Apache config

2013-05-08 Thread Kay Hayen
Hello, > I would suggest not to use any ready-to-use-conversion-tools but rather > learn the differences and convert the hosts manually one by one. It took me > a couple of days to convert all of our sites to nginx and two weeks more to > realize the differences of Apache and Nginx handling very

Re: Migrating existing Apache config

2013-05-08 Thread locojohn
I would suggest not to use any ready-to-use-conversion-tools but rather learn the differences and convert the hosts manually one by one. It took me a couple of days to convert all of our sites to nginx and two weeks more to realize the differences of Apache and Nginx handling very specific cases,

Re: Migrating existing Apache config

2013-05-08 Thread Miguel Clara
I was just about to suggest the same tool to convert .htaccess but has warned in the website it does not convert everything and also it does not check syntax errors, so It might be even worst. I would prefer to do it "from scratch"... You might find some useful help here: http://forum.nginx.o

Re: Migrating existing Apache config

2013-05-08 Thread Andre Jaenisch
2013/5/8 Kay Hayen : > Hello, > I was hoping to find scripts that migrate my Apache configuration files into > Nginx configuration files, so I could be up and running kind of immediately. Some tools were reported on the mailing list earlier, but I haven't checked them. Like with all automaticall

Migrating existing Apache config

2013-05-08 Thread Kay Hayen
Hello, due to low memory on my virtual machine, I was researching migrating away from Apache. What kind of surprises me, and pardon my ignorance, I didn't lookup much beyond the FAQ, and a few Wiki links, and web searches. I was hoping to find scripts that migrate my Apache configuration files in