In line with this question: http://stackoverflow.com/questions/171655/lightweight-web-app-server-for-php
Yukarıdaki soru defalarca sordu ve ben google kullanarak buldum tüm durumlarda tam olarak aynı cevap olmuştur. Benim soru bir dereceye kadar benzer ancak farklı istenilen hedefe ile: talep gelişimi örnekleri üzerinde.
Ben geliştirme test amacıyla benim kullanıcı hesabı keyfi dizinleri barındırmak için biraz şüpheli çözüm ile geldi. Ben özel sankonlara ilgilenmiyorum ama Python & için paster veya melez köpeği kullanırken alıyorum davranışını taklit etmek isteyen Sırasıyla yakut.
Ubuntu 9.10 TOXIC@~/ >APACHE_RUN_USER=$USER APACHE_RUN_GROUP=www-data apache2 -d ~/Desktop/ -c "Listen 2990"
Daha iyi bir çözüm var mı, ben nginix veya lighttpd ile benzer bir şey yapabilir?
Note: The above won't work correctly for stock environments without a copied & altered httpd.conf.
Update: The ideal goal is to mimic Paster, Webbrick, and Mongrel for rapid local development hosting. For those light weight servers, it takes less then a minute to get a working instance running ( not factoring any DB support ). Apache2 vhost is great but I've been using Apache2 for over ten years and it would be some sort of abomination hack to setup a new entry in /etc/hosts unless you have your own DNS, in which case a wildcard subdomain setup would probably work great. EXCEPT one more problem, it's pretty easy for me to know what is being hosted ( ex. by paster or mongeral ) just doing a sudo netstat -tulpn while there would be a good possibility of confusion in figure out which vhost is what.