1234567891011121314151617181920212223242526272829303132333435 |
- <VirtualHost *:PORT>
- ProxyPass /data LOCAL_SERVER:PORT
- ProxyPassReverse /data LOCAL_SERVER:PORT
-
-
-
-
-
-
-
-
- ServerAdmin webmaster@localhost
- DocumentRoot /var/www/html
-
-
-
-
-
- ErrorLog error.log
- CustomLog access.log combined
-
-
-
-
-
-
-
- </VirtualHost>
|