Hi,
 Sorry if I post an old question, I just want to know if I could do this to run 
multi app on the same server under mod_perl:
 
 
    PerlSwitches -I/var/www/MyApp1/lib
    PerlModule MyApp1
    
    <Location />
        SetHandler          modperl
        PerlResponseHandler MyApp1
    </Location>

    PerlSwitches -I/var/www/MyApp2/lib
    PerlModule MyApp2
    
    <Location />
        SetHandler          modperl
        PerlResponseHandler MyApp2
    </Location>

 ------------
 
 My question is the PerlSwitches, will it get any error with that?
 
 Thank you
 
       
---------------------------------
Got a little couch potato? 
Check out fun summer activities for kids.
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to