forked from eryx/php-framework-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apache-pfb.conf
75 lines (68 loc) · 2.23 KB
/
apache-pfb.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<VirtualHost *:80>
ServerName zf.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/zf/public
</VirtualHost>
<VirtualHost *:80>
ServerName zf2.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/zf2/public
</VirtualHost>
<VirtualHost *:80>
ServerName symfony2.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/symfony2/web
</VirtualHost>
<VirtualHost *:80>
ServerName cakephp.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/cakephp/app/webroot
</VirtualHost>
<VirtualHost *:80>
ServerName ci.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/ci
</VirtualHost>
<VirtualHost *:80>
ServerName yii.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/yii/demos/helloworld
</VirtualHost>
<VirtualHost *:80>
ServerName micromvc4.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/micromvc4/Public
</VirtualHost>
<VirtualHost *:80>
ServerName kohana.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/kohana
</VirtualHost>
<VirtualHost *:80>
ServerName phalcon.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/phalcon/public
</VirtualHost>
<VirtualHost *:80>
ServerName slim.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/slim
</VirtualHost>
<VirtualHost *:80>
ServerName laravel.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/laravel/public
</VirtualHost>
<VirtualHost *:80>
ServerName yaf.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/yaf
</VirtualHost>
<VirtualHost *:80>
ServerName fuelphp.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/fuelphp/public
</VirtualHost>
<VirtualHost *:80>
ServerName colaphp.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/colaphp/demo
</VirtualHost>
<VirtualHost *:80>
ServerName proem.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/proem/htdocs
</VirtualHost>
<VirtualHost *:80>
ServerName noframework.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/noframework/
</VirtualHost>
<VirtualHost *:80>
ServerName xhprof.pfb.example.com
DocumentRoot /dev/shm/php-framework-benchmark/xhprof/
</VirtualHost>