Skip to content

Commit

Permalink
delete 9999 port apache settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tyoshii committed Sep 27, 2014
1 parent 9107eab commit bc5ffec
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions conf/virtualhost-bms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,3 @@ NameVirtualHost *:8080
</IfModule>

</VirtualHost>

Listen 9999
NameVirtualHost *:9999
<VirtualHost *:9999>
ServerName bm-s.info

DocumentRoot /var/www/bms_test/public/
DirectoryIndex index.php

SetEnv FUEL_ENV test

<IfModule mod_rewrite.c>
RewriteEngine On

RewriteLog /var/log/httpd/rewrite_log
RewriteLogLevel 9

RewriteRule ^/$ /index.php [L]

RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
</IfModule>

</VirtualHost>

0 comments on commit bc5ffec

Please sign in to comment.