본문 바로가기

etc

vhost-serendipity.conf

반응형
<VirtualHost *>
  ServerAdmin compromize@naver.com
  DocumentRoot /Users/shannon/webapps
  ServerName serendipity.com

  <Directory "/Users/shannon/webapps">
    Options -Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
        DirectoryIndex index.mwt
  </Directory>

        RewriteEngine on
        RewriteRule ^/$ /mwt/index.mwt [R]

        JkMount         /*.jsp serendipity
        JkMount         /*.mwt serendipity
        JkMount         /*.json serendipity

</VirtualHost>


server.xml

 <!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="7009" protocol="AJP/1.3" redirectPort="8443" />


<Host name="serendipity.com"  appBase="/Users/shannon/webapps"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false" >

        <Context docBase="/Users/shannon/webapps" path="/" reloadable="true" />


반응형

'etc' 카테고리의 다른 글

피해야될 음식  (0) 2011.02.20
Mento  (0) 2011.02.18
workers.properties  (0) 2011.02.16
삼성 Galaxy S  (0) 2011.02.14
신발  (0) 2011.02.14