/var/www/login
/usr/share/airtime/public/
<Location /airtime> order deny,allow deny from all allow from all ProxyPass http://bistro2000.fm:8008 ProxyPassReverse http://bistro2000.fm:8008 </Location>
<VirtualHost *:8008> ServerName bistro2000.fm #ServerAlias www.example.com ServerAdmin root@bistro2000.fm DocumentRoot /usr/share/airtime/public DirectoryIndex index.php SetEnv APPLICATION_ENV "production" <Directory /usr/share/airtime/public> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
It looks like you're new here. If you want to get involved, click one of these buttons!