Tomáš Pecsérke

Results 23 comments of Tomáš Pecsérke

In Ubuntu 13.10 Apache is upgraded to 2.4. The configuration is not compatible. Have a look at [Upgrading Apache to 2.4 from 2.2](http://httpd.apache.org/docs/current/upgrading.html).

Is it really needed to run each vhost under different user? I was looking into how mpm_itk works, and and it basically forks the process (in order to run under...

:+1: automated testing would be nice, not sure thou how to write tests [shunit2](http://code.google.com/p/shunit2/) seems like a viable solution - I'll have a look at it

And client too. Virtual servers can use NFS to mount host's directories. It is (surprisingly) about 12x faster than current native implementation in VirtualBox (and therefore Vagrant too).

Later on, I'd like to have package adding / removing, machine exporting, and some more system management tool covered by this system. But first we need to have a architecture...

Enabling SSL support will be a little more tricky as each vhost should have it's own certificate signed by CA certificate (could be self-signed). I'll have look at the possibility...

I don't like the idea. I have two concerns: - security (I strongly oppose the very subject of autologin) - it's to much intervention into the system lamp is being...

It would be great to be able to choose from multiple projects layouts to create new project from. Absolute must have is "composer created" project (the default way to install...

Clearly this feature will have web frontend, but it would be nice to be able to use it from console too. For web frontend I'd use PHP but for actual...

Actually I'd stick with Symfony. Based on your comment regarding creating repository on GitHub, I've got an idea. Wouldn't it be nice, if the project creation process also included creating...